39 int &FrameIndex)
const {
40 unsigned Opc =
MI.getOpcode();
42 if ((
Opc == Mips::LW) || (
Opc == Mips::LD) ||
43 (
Opc == Mips::LWC1) || (
Opc == Mips::LDC1) || (
Opc == Mips::LDC164)) {
44 if ((
MI.getOperand(1).isFI()) &&
45 (
MI.getOperand(2).isImm()) &&
47 FrameIndex =
MI.getOperand(1).getIndex();
48 return MI.getOperand(0).getReg();
61 int &FrameIndex)
const {
62 unsigned Opc =
MI.getOpcode();
64 if ((
Opc == Mips::SW) || (
Opc == Mips::SD) ||
65 (
Opc == Mips::SWC1) || (
Opc == Mips::SDC1) || (
Opc == Mips::SDC164)) {
66 if ((
MI.getOperand(1).isFI()) &&
67 (
MI.getOperand(2).isImm()) &&
69 FrameIndex =
MI.getOperand(1).getIndex();
70 return MI.getOperand(0).getReg();
80 bool RenamableDest,
bool RenamableSrc)
const {
81 unsigned Opc = 0, ZeroReg = 0;
84 if (Mips::GPR32RegClass.
contains(DestReg)) {
85 if (Mips::GPR32RegClass.
contains(SrcReg)) {
87 Opc = Mips::MOVE16_MM;
89 Opc = Mips::OR, ZeroReg = Mips::ZERO;
90 }
else if (Mips::CCRRegClass.
contains(SrcReg))
92 else if (Mips::FGR32RegClass.
contains(SrcReg))
94 else if (Mips::HI32RegClass.
contains(SrcReg)) {
97 }
else if (Mips::LO32RegClass.
contains(SrcReg)) {
100 }
else if (Mips::HI32DSPRegClass.
contains(SrcReg))
101 Opc = Mips::MFHI_DSP;
102 else if (Mips::LO32DSPRegClass.
contains(SrcReg))
103 Opc = Mips::MFLO_DSP;
104 else if (Mips::DSPCCRegClass.
contains(SrcReg)) {
109 else if (Mips::MSACtrlRegClass.
contains(SrcReg))
112 else if (Mips::GPR32RegClass.
contains(SrcReg)) {
113 if (Mips::CCRRegClass.
contains(DestReg))
115 else if (Mips::FGR32RegClass.
contains(DestReg))
117 else if (Mips::HI32RegClass.
contains(DestReg))
118 Opc = Mips::MTHI, DestReg = 0;
119 else if (Mips::LO32RegClass.
contains(DestReg))
120 Opc = Mips::MTLO, DestReg = 0;
121 else if (Mips::HI32DSPRegClass.
contains(DestReg))
122 Opc = Mips::MTHI_DSP;
123 else if (Mips::LO32DSPRegClass.
contains(DestReg))
124 Opc = Mips::MTLO_DSP;
125 else if (Mips::DSPCCRegClass.
contains(DestReg)) {
130 }
else if (Mips::MSACtrlRegClass.
contains(DestReg)) {
137 else if (Mips::FGR32RegClass.
contains(DestReg, SrcReg))
139 else if (Mips::AFGR64RegClass.
contains(DestReg, SrcReg))
140 Opc = Mips::FMOV_D32;
141 else if (Mips::FGR64RegClass.
contains(DestReg, SrcReg))
142 Opc = Mips::FMOV_D64;
143 else if (Mips::GPR64RegClass.
contains(DestReg)) {
144 if (Mips::GPR64RegClass.
contains(SrcReg))
145 Opc = Mips::OR64, ZeroReg = Mips::ZERO_64;
146 else if (Mips::HI64RegClass.
contains(SrcReg))
147 Opc = Mips::MFHI64, SrcReg = 0;
148 else if (Mips::LO64RegClass.
contains(SrcReg))
149 Opc = Mips::MFLO64, SrcReg = 0;
150 else if (Mips::FGR64RegClass.
contains(SrcReg))
153 else if (Mips::GPR64RegClass.
contains(SrcReg)) {
154 if (Mips::HI64RegClass.
contains(DestReg))
155 Opc = Mips::MTHI64, DestReg = 0;
156 else if (Mips::LO64RegClass.
contains(DestReg))
157 Opc = Mips::MTLO64, DestReg = 0;
158 else if (Mips::FGR64RegClass.
contains(DestReg))
161 else if (Mips::MSA128BRegClass.
contains(DestReg)) {
162 if (Mips::MSA128BRegClass.
contains(SrcReg))
181 switch (
MI.getOpcode()) {
186 if (
MI.getOperand(2).getReg() == Mips::ZERO)
190 if (
MI.getOperand(2).getReg() == Mips::ZERO_64)
200std::optional<DestSourcePair>
210 Register SrcReg,
bool isKill,
int FI,
219 if (Mips::GPR32RegClass.hasSubClassEq(RC))
221 else if (Mips::GPR64RegClass.hasSubClassEq(RC))
223 else if (Mips::ACC64RegClass.hasSubClassEq(RC))
224 Opc = Mips::STORE_ACC64;
225 else if (Mips::ACC64DSPRegClass.hasSubClassEq(RC))
226 Opc = Mips::STORE_ACC64DSP;
227 else if (Mips::ACC128RegClass.hasSubClassEq(RC))
228 Opc = Mips::STORE_ACC128;
229 else if (Mips::DSPCCRegClass.hasSubClassEq(RC))
230 Opc = Mips::STORE_CCOND_DSP;
231 else if (Mips::FGR32RegClass.hasSubClassEq(RC))
233 else if (Mips::AFGR64RegClass.hasSubClassEq(RC))
235 else if (Mips::FGR64RegClass.hasSubClassEq(RC))
237 else if (RI.isTypeLegalForClass(*RC, MVT::v16i8))
239 else if (RI.isTypeLegalForClass(*RC, MVT::v8i16) ||
240 RI.isTypeLegalForClass(*RC, MVT::v8f16))
242 else if (RI.isTypeLegalForClass(*RC, MVT::v4i32) ||
243 RI.isTypeLegalForClass(*RC, MVT::v4f32))
245 else if (RI.isTypeLegalForClass(*RC, MVT::v2i64) ||
246 RI.isTypeLegalForClass(*RC, MVT::v2f64))
248 else if (Mips::LO32RegClass.hasSubClassEq(RC))
250 else if (Mips::LO64RegClass.hasSubClassEq(RC))
252 else if (Mips::HI32RegClass.hasSubClassEq(RC))
254 else if (Mips::HI64RegClass.hasSubClassEq(RC))
256 else if (Mips::DSPRRegClass.hasSubClassEq(RC))
261 const Function &Func =
MBB.getParent()->getFunction();
262 if (Func.hasFnAttribute(
"interrupt")) {
263 if (Mips::HI32RegClass.hasSubClassEq(RC)) {
266 }
else if (Mips::HI64RegClass.hasSubClassEq(RC)) {
268 SrcReg = Mips::K0_64;
269 }
else if (Mips::LO32RegClass.hasSubClassEq(RC)) {
272 }
else if (Mips::LO64RegClass.hasSubClassEq(RC)) {
274 SrcReg = Mips::K0_64;
278 assert(
Opc &&
"Register class not handled!");
290 if (
I !=
MBB.end())
DL =
I->getDebugLoc();
294 const Function &Func =
MBB.getParent()->getFunction();
295 bool ReqIndirectLoad = Func.hasFnAttribute(
"interrupt") &&
296 (DestReg == Mips::LO0 || DestReg == Mips::LO0_64 ||
297 DestReg == Mips::HI0 || DestReg == Mips::HI0_64);
299 if (Mips::GPR32RegClass.hasSubClassEq(RC))
301 else if (Mips::GPR64RegClass.hasSubClassEq(RC))
303 else if (Mips::ACC64RegClass.hasSubClassEq(RC))
304 Opc = Mips::LOAD_ACC64;
305 else if (Mips::ACC64DSPRegClass.hasSubClassEq(RC))
306 Opc = Mips::LOAD_ACC64DSP;
307 else if (Mips::ACC128RegClass.hasSubClassEq(RC))
308 Opc = Mips::LOAD_ACC128;
309 else if (Mips::DSPCCRegClass.hasSubClassEq(RC))
310 Opc = Mips::LOAD_CCOND_DSP;
311 else if (Mips::FGR32RegClass.hasSubClassEq(RC))
313 else if (Mips::AFGR64RegClass.hasSubClassEq(RC))
315 else if (Mips::FGR64RegClass.hasSubClassEq(RC))
317 else if (RI.isTypeLegalForClass(*RC, MVT::v16i8))
319 else if (RI.isTypeLegalForClass(*RC, MVT::v8i16) ||
320 RI.isTypeLegalForClass(*RC, MVT::v8f16))
322 else if (RI.isTypeLegalForClass(*RC, MVT::v4i32) ||
323 RI.isTypeLegalForClass(*RC, MVT::v4f32))
325 else if (RI.isTypeLegalForClass(*RC, MVT::v2i64) ||
326 RI.isTypeLegalForClass(*RC, MVT::v2f64))
328 else if (Mips::HI32RegClass.hasSubClassEq(RC))
330 else if (Mips::HI64RegClass.hasSubClassEq(RC))
332 else if (Mips::LO32RegClass.hasSubClassEq(RC))
334 else if (Mips::LO64RegClass.hasSubClassEq(RC))
336 else if (Mips::DSPRRegClass.hasSubClassEq(RC))
339 assert(
Opc &&
"Register class not handled!");
341 if (!ReqIndirectLoad)
349 unsigned Reg = Mips::K0;
350 unsigned LdOp = Mips::MTLO;
351 if (DestReg == Mips::HI0)
356 if (DestReg == Mips::HI0_64)
375 switch (
MI.getDesc().getOpcode()) {
379 expandRetRA(
MBB,
MI);
384 case Mips::PseudoMFHI:
385 expandPseudoMFHiLo(
MBB,
MI, Mips::MFHI);
387 case Mips::PseudoMFHI_MM:
388 expandPseudoMFHiLo(
MBB,
MI, Mips::MFHI16_MM);
390 case Mips::PseudoMFLO:
391 expandPseudoMFHiLo(
MBB,
MI, Mips::MFLO);
393 case Mips::PseudoMFLO_MM:
394 expandPseudoMFHiLo(
MBB,
MI, Mips::MFLO16_MM);
396 case Mips::PseudoMFHI64:
397 expandPseudoMFHiLo(
MBB,
MI, Mips::MFHI64);
399 case Mips::PseudoMFLO64:
400 expandPseudoMFHiLo(
MBB,
MI, Mips::MFLO64);
402 case Mips::PseudoMTLOHI:
403 expandPseudoMTLoHi(
MBB,
MI, Mips::MTLO, Mips::MTHI,
false);
405 case Mips::PseudoMTLOHI64:
406 expandPseudoMTLoHi(
MBB,
MI, Mips::MTLO64, Mips::MTHI64,
false);
408 case Mips::PseudoMTLOHI_DSP:
409 expandPseudoMTLoHi(
MBB,
MI, Mips::MTLO_DSP, Mips::MTHI_DSP,
true);
411 case Mips::PseudoMTLOHI_MM:
412 expandPseudoMTLoHi(
MBB,
MI, Mips::MTLO_MM, Mips::MTHI_MM,
false);
414 case Mips::PseudoCVT_S_W:
415 expandCvtFPInt(
MBB,
MI, Mips::CVT_S_W, Mips::MTC1,
false);
417 case Mips::PseudoCVT_D32_W:
419 expandCvtFPInt(
MBB,
MI,
Opc, Mips::MTC1,
false);
421 case Mips::PseudoCVT_S_L:
422 expandCvtFPInt(
MBB,
MI, Mips::CVT_S_L, Mips::DMTC1,
true);
424 case Mips::PseudoCVT_D64_W:
426 expandCvtFPInt(
MBB,
MI,
Opc, Mips::MTC1,
true);
428 case Mips::PseudoCVT_D64_L:
429 expandCvtFPInt(
MBB,
MI, Mips::CVT_D64_L, Mips::DMTC1,
true);
431 case Mips::BuildPairF64:
434 case Mips::BuildPairF64_64:
437 case Mips::ExtractElementF64:
440 case Mips::ExtractElementF64_64:
443 case Mips::MIPSeh_return32:
444 case Mips::MIPSeh_return64:
445 expandEhReturn(
MBB,
MI);
472 case Mips::BEQ:
return Mips::BNE;
473 case Mips::BEQ_MM:
return Mips::BNE_MM;
474 case Mips::BNE:
return Mips::BEQ;
475 case Mips::BNE_MM:
return Mips::BEQ_MM;
476 case Mips::BGTZ:
return Mips::BLEZ;
477 case Mips::BGEZ:
return Mips::BLTZ;
478 case Mips::BLTZ:
return Mips::BGEZ;
479 case Mips::BLEZ:
return Mips::BGTZ;
480 case Mips::BGTZ_MM:
return Mips::BLEZ_MM;
481 case Mips::BGEZ_MM:
return Mips::BLTZ_MM;
482 case Mips::BLTZ_MM:
return Mips::BGEZ_MM;
483 case Mips::BLEZ_MM:
return Mips::BGTZ_MM;
484 case Mips::BEQ64:
return Mips::BNE64;
485 case Mips::BNE64:
return Mips::BEQ64;
486 case Mips::BGTZ64:
return Mips::BLEZ64;
487 case Mips::BGEZ64:
return Mips::BLTZ64;
488 case Mips::BLTZ64:
return Mips::BGEZ64;
489 case Mips::BLEZ64:
return Mips::BGTZ64;
490 case Mips::BC1T:
return Mips::BC1F;
491 case Mips::BC1F:
return Mips::BC1T;
492 case Mips::BC1T_MM:
return Mips::BC1F_MM;
493 case Mips::BC1F_MM:
return Mips::BC1T_MM;
494 case Mips::BEQZ16_MM:
return Mips::BNEZ16_MM;
495 case Mips::BNEZ16_MM:
return Mips::BEQZ16_MM;
496 case Mips::BEQZC_MM:
return Mips::BNEZC_MM;
497 case Mips::BNEZC_MM:
return Mips::BEQZC_MM;
498 case Mips::BEQZC:
return Mips::BNEZC;
499 case Mips::BNEZC:
return Mips::BEQZC;
500 case Mips::BLEZC:
return Mips::BGTZC;
501 case Mips::BGEZC:
return Mips::BLTZC;
502 case Mips::BGEC:
return Mips::BLTC;
503 case Mips::BGTZC:
return Mips::BLEZC;
504 case Mips::BLTZC:
return Mips::BGEZC;
505 case Mips::BLTC:
return Mips::BGEC;
506 case Mips::BGEUC:
return Mips::BLTUC;
507 case Mips::BLTUC:
return Mips::BGEUC;
508 case Mips::BEQC:
return Mips::BNEC;
509 case Mips::BNEC:
return Mips::BEQC;
510 case Mips::BC1EQZ:
return Mips::BC1NEZ;
511 case Mips::BC1NEZ:
return Mips::BC1EQZ;
512 case Mips::BEQZC_MMR6:
return Mips::BNEZC_MMR6;
513 case Mips::BNEZC_MMR6:
return Mips::BEQZC_MMR6;
514 case Mips::BLEZC_MMR6:
return Mips::BGTZC_MMR6;
515 case Mips::BGEZC_MMR6:
return Mips::BLTZC_MMR6;
516 case Mips::BGEC_MMR6:
return Mips::BLTC_MMR6;
517 case Mips::BGTZC_MMR6:
return Mips::BLEZC_MMR6;
518 case Mips::BLTZC_MMR6:
return Mips::BGEZC_MMR6;
519 case Mips::BLTC_MMR6:
return Mips::BGEC_MMR6;
520 case Mips::BGEUC_MMR6:
return Mips::BLTUC_MMR6;
521 case Mips::BLTUC_MMR6:
return Mips::BGEUC_MMR6;
522 case Mips::BEQC_MMR6:
return Mips::BNEC_MMR6;
523 case Mips::BNEC_MMR6:
return Mips::BEQC_MMR6;
524 case Mips::BC1EQZC_MMR6:
return Mips::BC1NEZC_MMR6;
525 case Mips::BC1NEZC_MMR6:
return Mips::BC1EQZC_MMR6;
526 case Mips::BEQZC64:
return Mips::BNEZC64;
527 case Mips::BNEZC64:
return Mips::BEQZC64;
528 case Mips::BEQC64:
return Mips::BNEC64;
529 case Mips::BNEC64:
return Mips::BEQC64;
530 case Mips::BGEC64:
return Mips::BLTC64;
531 case Mips::BGEUC64:
return Mips::BLTUC64;
532 case Mips::BLTC64:
return Mips::BGEC64;
533 case Mips::BLTUC64:
return Mips::BGEUC64;
534 case Mips::BGTZC64:
return Mips::BLEZC64;
535 case Mips::BGEZC64:
return Mips::BLTZC64;
536 case Mips::BLTZC64:
return Mips::BGEZC64;
537 case Mips::BLEZC64:
return Mips::BGTZC64;
538 case Mips::BBIT0:
return Mips::BBIT1;
539 case Mips::BBIT1:
return Mips::BBIT0;
540 case Mips::BBIT032:
return Mips::BBIT132;
541 case Mips::BBIT132:
return Mips::BBIT032;
542 case Mips::BZ_B:
return Mips::BNZ_B;
543 case Mips::BZ_H:
return Mips::BNZ_H;
544 case Mips::BZ_W:
return Mips::BNZ_W;
545 case Mips::BZ_D:
return Mips::BNZ_D;
546 case Mips::BZ_V:
return Mips::BNZ_V;
547 case Mips::BNZ_B:
return Mips::BZ_B;
548 case Mips::BNZ_H:
return Mips::BZ_H;
549 case Mips::BNZ_W:
return Mips::BZ_W;
550 case Mips::BNZ_D:
return Mips::BZ_D;
551 case Mips::BNZ_V:
return Mips::BZ_V;
561 unsigned ADDiu = ABI.GetPtrAddiuOp();
572 unsigned Opc = ABI.GetPtrAdduOp();
574 Opc = ABI.GetPtrSubuOp();
587 unsigned *NewImm)
const {
592 unsigned LUi = STI.
isABI_N64() ? Mips::LUi64 : Mips::LUi;
593 unsigned ZEROReg = STI.
isABI_N64() ? Mips::ZERO_64 : Mips::ZERO;
595 &Mips::GPR64RegClass : &Mips::GPR32RegClass;
596 bool LastInstrIsADDiu = NewImm;
607 Register Reg = RegInfo.createVirtualRegister(RC);
609 if (Inst->Opc == LUi)
616 for (++Inst; Inst != Seq.
end() - LastInstrIsADDiu; ++Inst)
620 if (LastInstrIsADDiu)
621 *NewImm = Inst->ImmOpnd;
626unsigned MipsSEInstrInfo::getAnalyzableBrOpc(
unsigned Opc)
const {
627 return (
Opc == Mips::BEQ ||
Opc == Mips::BEQ_MM ||
Opc == Mips::BNE ||
628 Opc == Mips::BNE_MM ||
Opc == Mips::BGTZ ||
Opc == Mips::BGEZ ||
629 Opc == Mips::BLTZ ||
Opc == Mips::BLEZ ||
Opc == Mips::BEQ64 ||
630 Opc == Mips::BNE64 ||
Opc == Mips::BGTZ64 ||
Opc == Mips::BGEZ64 ||
631 Opc == Mips::BLTZ64 ||
Opc == Mips::BLEZ64 ||
Opc == Mips::BC1T ||
632 Opc == Mips::BC1F ||
Opc == Mips::B ||
Opc == Mips::J ||
633 Opc == Mips::J_MM ||
Opc == Mips::B_MM ||
Opc == Mips::BEQZC_MM ||
634 Opc == Mips::BNEZC_MM ||
Opc == Mips::BEQC ||
Opc == Mips::BNEC ||
635 Opc == Mips::BLTC ||
Opc == Mips::BGEC ||
Opc == Mips::BLTUC ||
636 Opc == Mips::BGEUC ||
Opc == Mips::BGTZC ||
Opc == Mips::BLEZC ||
637 Opc == Mips::BGEZC ||
Opc == Mips::BLTZC ||
Opc == Mips::BEQZC ||
638 Opc == Mips::BNEZC ||
Opc == Mips::BEQZC64 ||
Opc == Mips::BNEZC64 ||
639 Opc == Mips::BEQC64 ||
Opc == Mips::BNEC64 ||
Opc == Mips::BGEC64 ||
640 Opc == Mips::BGEUC64 ||
Opc == Mips::BLTC64 ||
Opc == Mips::BLTUC64 ||
641 Opc == Mips::BGTZC64 ||
Opc == Mips::BGEZC64 ||
642 Opc == Mips::BLTZC64 ||
Opc == Mips::BLEZC64 ||
Opc == Mips::BC ||
643 Opc == Mips::BBIT0 ||
Opc == Mips::BBIT1 ||
Opc == Mips::BBIT032 ||
644 Opc == Mips::BBIT132 ||
Opc == Mips::BC_MMR6 ||
645 Opc == Mips::BEQC_MMR6 ||
Opc == Mips::BNEC_MMR6 ||
646 Opc == Mips::BLTC_MMR6 ||
Opc == Mips::BGEC_MMR6 ||
647 Opc == Mips::BLTUC_MMR6 ||
Opc == Mips::BGEUC_MMR6 ||
648 Opc == Mips::BGTZC_MMR6 ||
Opc == Mips::BLEZC_MMR6 ||
649 Opc == Mips::BGEZC_MMR6 ||
Opc == Mips::BLTZC_MMR6 ||
650 Opc == Mips::BEQZC_MMR6 ||
Opc == Mips::BNEZC_MMR6) ?
Opc : 0;
665 for (
auto & MO :
I->operands()) {
677MipsSEInstrInfo::compareOpndSize(
unsigned Opc,
680 assert(
Desc.NumOperands == 2 &&
"Unary instruction expected.");
685 return std::make_pair(DstRegSize > SrcRegSize, DstRegSize < SrcRegSize);
690 unsigned NewOpc)
const {
698 bool HasExplicitDef)
const {
706 const MachineOperand &SrcLo =
I->getOperand(1), &SrcHi =
I->getOperand(2);
712 if (HasExplicitDef) {
713 Register DstReg =
I->getOperand(0).getReg();
726 unsigned CvtOpc,
unsigned MovOpc,
728 const MCInstrDesc &CvtDesc =
get(CvtOpc), &MovDesc =
get(MovOpc);
729 const MachineOperand &Dst =
I->getOperand(0), &Src =
I->getOperand(1);
730 unsigned DstReg = Dst.getReg(), SrcReg = Src.getReg(), TmpReg = DstReg;
733 bool DstIsLarger, SrcIsLarger;
735 std::tie(DstIsLarger, SrcIsLarger) =
752 Register DstReg =
I->getOperand(0).getReg();
753 Register SrcReg =
I->getOperand(1).getReg();
754 unsigned N =
I->getOperand(2).getImm();
757 assert(
N < 2 &&
"Invalid immediate");
758 unsigned SubIdx =
N ? Mips::sub_hi : Mips::sub_lo;
769 if (SubIdx == Mips::sub_hi &&
Subtarget.hasMTHC1()) {
783 get(
isMicroMips ? (FP64 ? Mips::MFHC1_D64_MM : Mips::MFHC1_D32_MM)
784 : (FP64 ? Mips::MFHC1_D64 : Mips::MFHC1_D32)),
794 Register DstReg =
I->getOperand(0).getReg();
795 unsigned LoReg =
I->getOperand(1).getReg(), HiReg =
I->getOperand(2).getReg();
796 const MCInstrDesc& Mtc1Tdd =
get(Mips::MTC1);
839 get(
isMicroMips ? (FP64 ? Mips::MTHC1_D64_MM : Mips::MTHC1_D32_MM)
840 : (FP64 ? Mips::MTHC1_D64 : Mips::MTHC1_D32)),
857 unsigned ADDU =
ABI.GetPtrAdduOp();
858 unsigned SP =
Subtarget.isGP64bit() ? Mips::SP_64 : Mips::SP;
859 unsigned RA =
Subtarget.isGP64bit() ? Mips::RA_64 : Mips::RA;
860 unsigned T9 =
Subtarget.isGP64bit() ? Mips::T9_64 : Mips::T9;
861 unsigned ZERO =
Subtarget.isGP64bit() ? Mips::ZERO_64 : Mips::ZERO;
862 Register OffsetReg =
I->getOperand(0).getReg();
863 Register TargetReg =
I->getOperand(1).getReg();
static const TargetRegisterClass * getRegClass(const MachineInstr &MI, Register Reg)
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
@ ZERO
Special weight used for cases with exact zero probability.
Register const TargetRegisterInfo * TRI
Promote Memory to Register
static bool isORCopyInst(const MachineInstr &MI)
static unsigned getUnconditionalBranch(const MipsSubtarget &STI)
static bool isMicroMips(const MCSubtargetInfo *STI)
uint64_t IntrinsicInst * II
SI optimize exec mask operations pre RA
static bool contains(SmallPtrSetImpl< ConstantExpr * > &Cache, ConstantExpr *Expr, Constant *C)
const MachineFunction * getParent() const
Return the MachineFunction containing this basic block.
MachineInstrBundleIterator< MachineInstr > iterator
const TargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
const MachineInstrBuilder & addImm(int64_t Val) const
Add a new immediate operand.
const MachineInstrBuilder & add(const MachineOperand &MO) const
const MachineInstrBuilder & addFrameIndex(int Idx) const
const MachineInstrBuilder & addReg(Register RegNo, unsigned flags=0, unsigned SubReg=0) const
Add a new virtual register operand.
const MachineInstrBuilder & addMemOperand(MachineMemOperand *MMO) const
Representation of each machine instruction.
A description of a memory reference used in the backend.
@ MOLoad
The memory access reads data.
@ MOStore
The memory access writes data.
Register getReg() const
getReg - Returns the register number.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
const MipsSubtarget & Subtarget
MachineMemOperand * GetMemOperand(MachineBasicBlock &MBB, int FI, MachineMemOperand::Flags Flags) const
bool isZeroImm(const MachineOperand &op) const
MipsInstrInfo(const MipsSubtarget &STI, const MipsRegisterInfo &RI, unsigned UncondBrOpc)
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const DebugLoc &DL, Register DestReg, Register SrcReg, bool KillSrc, bool RenamableDest=false, bool RenamableSrc=false) const override
Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex) const override
isLoadFromStackSlot - If the specified machine instruction is a direct load from a stack slot,...
Register isStoreToStackSlot(const MachineInstr &MI, int &FrameIndex) const override
isStoreToStackSlot - If the specified machine instruction is a direct store to a stack slot,...
void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const override
Adjust SP by Amount bytes.
std::optional< DestSourcePair > isCopyInstrImpl(const MachineInstr &MI) const override
If the specific machine instruction is a instruction that moves/copies value from one register to ano...
unsigned loadImmediate(int64_t Imm, MachineBasicBlock &MBB, MachineBasicBlock::iterator II, const DebugLoc &DL, unsigned *NewImm) const
Emit a series of instructions to load an immediate.
bool isBranchWithImm(unsigned Opc) const override
isBranchWithImm - Return true if the branch contains an immediate operand (
MipsSEInstrInfo(const MipsSubtarget &STI)
bool expandPostRAPseudo(MachineInstr &MI) const override
void loadRegFromStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, Register DestReg, int FrameIndex, const TargetRegisterClass *RC, int64_t Offset, MachineInstr::MIFlag Flags=MachineInstr::NoFlags) const override
void storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, Register SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, int64_t Offset, MachineInstr::MIFlag Flags=MachineInstr::NoFlags) const override
unsigned getOppositeBranchOpc(unsigned Opc) const override
getOppositeBranchOpc - Return the inverse of the specified opcode, e.g.
const MipsSERegisterInfo & getRegisterInfo() const
bool inMicroMipsMode() const
bool isPositionIndependent() const
Wrapper class representing virtual and physical registers.
bool isPositionIndependent() const
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
@ Implicit
Not emitted register (e.g. carry, or temporary result).
@ Define
Register definition.
@ Kill
The last use of a register.
@ Undef
Value of the register doesn't matter.
This is an optimization pass for GlobalISel generic memory operations.
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
constexpr bool isInt(int64_t x)
Checks if an integer fits into the given bit width.
const MipsInstrInfo * createMipsSEInstrInfo(const MipsSubtarget &STI)
decltype(auto) get(const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair)
unsigned getKillRegState(bool B)
constexpr int64_t SignExtend64(uint64_t x)
Sign-extend the number in the bottom B bits of X to a 64-bit integer.