72#define DEBUG_TYPE "arm-instrinfo"
74#define GET_INSTRINFO_CTOR_DTOR
75#include "ARMGenInstrInfo.inc"
89 { ARM::VMLAS, ARM::VMULS, ARM::VADDS,
false,
false },
90 { ARM::VMLSS, ARM::VMULS, ARM::VSUBS,
false,
false },
91 { ARM::VMLAD, ARM::VMULD, ARM::VADDD,
false,
false },
92 { ARM::VMLSD, ARM::VMULD, ARM::VSUBD,
false,
false },
93 { ARM::VNMLAS, ARM::VNMULS, ARM::VSUBS,
true,
false },
94 { ARM::VNMLSS, ARM::VMULS, ARM::VSUBS,
true,
false },
95 { ARM::VNMLAD, ARM::VNMULD, ARM::VSUBD,
true,
false },
96 { ARM::VNMLSD, ARM::VMULD, ARM::VSUBD,
true,
false },
99 { ARM::VMLAfd, ARM::VMULfd, ARM::VADDfd,
false,
false },
100 { ARM::VMLSfd, ARM::VMULfd, ARM::VSUBfd,
false,
false },
101 { ARM::VMLAfq, ARM::VMULfq, ARM::VADDfq,
false,
false },
102 { ARM::VMLSfq, ARM::VMULfq, ARM::VSUBfq,
false,
false },
103 { ARM::VMLAslfd, ARM::VMULslfd, ARM::VADDfd,
false,
true },
104 { ARM::VMLSslfd, ARM::VMULslfd, ARM::VSUBfd,
false,
true },
105 { ARM::VMLAslfq, ARM::VMULslfq, ARM::VADDfq,
false,
true },
106 { ARM::VMLSslfq, ARM::VMULslfq, ARM::VSUBfq,
false,
true },
113 for (
unsigned i = 0, e = std::size(
ARM_MLxTable); i != e; ++i) {
114 if (!MLxEntryMap.insert(std::make_pair(
ARM_MLxTable[i].MLxOpc, i)).second)
126 if (usePreRAHazardRecognizer()) {
128 static_cast<const ARMSubtarget *
>(STI)->getInstrItineraryData();
148 std::make_unique<ARMBankConflictHazardRecognizer>(DAG, 0x4,
true));
164 if (Subtarget.isThumb2() || Subtarget.hasVFP2Base())
185 bool AllowModify)
const {
190 if (
I ==
MBB.instr_begin())
200 bool CantAnalyze =
false;
204 while (
I->isDebugInstr() || !
I->isTerminator() ||
206 I->getOpcode() == ARM::t2DoLoopStartTP){
207 if (
I ==
MBB.instr_begin())
218 TBB =
I->getOperand(0).getMBB();
224 assert(!FBB &&
"FBB should have been null.");
226 TBB =
I->getOperand(0).getMBB();
227 Cond.push_back(
I->getOperand(1));
228 Cond.push_back(
I->getOperand(2));
229 }
else if (
I->isReturn()) {
232 }
else if (
I->getOpcode() == ARM::t2LoopEnd &&
239 TBB =
I->getOperand(1).getMBB();
241 Cond.push_back(
I->getOperand(0));
263 while (DI !=
MBB.instr_end()) {
286 if (
I ==
MBB.instr_begin())
298 int *BytesRemoved)
const {
299 assert(!BytesRemoved &&
"code size not handled");
310 I->eraseFromParent();
314 if (
I ==
MBB.begin())
return 1;
320 I->eraseFromParent();
329 int *BytesAdded)
const {
330 assert(!BytesAdded &&
"code size not handled");
339 assert(
TBB &&
"insertBranch must not be told to insert a fallthrough");
341 "ARM branch conditions have two or three components!");
351 }
else if (
Cond.size() == 2) {
362 if (
Cond.size() == 2)
367 else if (
Cond.size() == 3)
378 if (
Cond.size() == 2) {
390 while (++
I != E &&
I->isInsideBundle()) {
391 int PIdx =
I->findFirstPredOperandIdx();
392 if (PIdx != -1 &&
I->getOperand(PIdx).getImm() !=
ARMCC::AL)
398 int PIdx =
MI.findFirstPredOperandIdx();
399 return PIdx != -1 &&
MI.getOperand(PIdx).getImm() !=
ARMCC::AL;
407 std::string GenericComment =
409 if (!GenericComment.empty())
410 return GenericComment;
414 return std::string();
418 int FirstPredOp =
MI.findFirstPredOperandIdx();
419 if (FirstPredOp != (
int) OpIdx)
420 return std::string();
422 std::string CC =
"CC::";
429 unsigned Opc =
MI.getOpcode();
438 int PIdx =
MI.findFirstPredOperandIdx();
442 MI.getOperand(PIdx+1).setReg(Pred[1].
getReg());
449 "CPSR def isn't expected operand");
450 assert((
MI.getOperand(1).isDead() ||
451 MI.getOperand(1).getReg() != ARM::CPSR) &&
452 "if conversion tried to stop defining used CPSR");
453 MI.getOperand(1).setReg(ARM::NoRegister);
463 if (Pred1.
size() > 2 || Pred2.
size() > 2)
488 std::vector<MachineOperand> &Pred,
489 bool SkipDead)
const {
492 bool ClobbersCPSR = MO.isRegMask() && MO.clobbersPhysReg(ARM::CPSR);
493 bool IsCPSR = MO.isReg() && MO.isDef() && MO.getReg() == ARM::CPSR;
494 if (ClobbersCPSR || IsCPSR) {
512 for (
const auto &MO :
MI.operands())
513 if (MO.isReg() && MO.getReg() == ARM::CPSR && MO.isDef() && !MO.isDead())
519 switch (
MI->getOpcode()) {
520 default:
return true;
551 if (!
MI.isPredicable())
589 if (!MO.isReg() || MO.isUndef() || MO.isUse())
591 if (MO.getReg() != ARM::CPSR)
611 switch (
MI.getOpcode()) {
618 return MCID.getSize();
619 case TargetOpcode::BUNDLE:
620 return getInstBundleSize(
MI);
621 case TargetOpcode::COPY:
626 case TargetOpcode::PATCHABLE_FUNCTION_ENTER:
627 case TargetOpcode::PATCHABLE_FUNCTION_EXIT:
628 case TargetOpcode::PATCHABLE_TAIL_CALL:
631 case ARM::CONSTPOOL_ENTRY:
632 case ARM::JUMPTABLE_INSTS:
633 case ARM::JUMPTABLE_ADDRS:
634 case ARM::JUMPTABLE_TBB:
635 case ARM::JUMPTABLE_TBH:
638 return MI.getOperand(2).getImm();
640 return MI.getOperand(1).getImm();
642 case ARM::INLINEASM_BR: {
644 unsigned Size = getInlineAsmLength(
MI.getOperand(0).getSymbolName(), MAI);
656 unsigned Opc = Subtarget.isThumb()
657 ? (Subtarget.isMClass() ? ARM::t2MRS_M : ARM::t2MRS_AR)
665 if (Subtarget.isMClass())
676 unsigned Opc = Subtarget.isThumb()
677 ? (Subtarget.isMClass() ? ARM::t2MSR_M : ARM::t2MSR_AR)
682 if (Subtarget.isMClass())
711 unsigned Cond,
unsigned Inactive) {
721 bool RenamableSrc)
const {
722 bool GPRDest = ARM::GPRRegClass.contains(DestReg);
723 bool GPRSrc = ARM::GPRRegClass.contains(SrcReg);
725 if (GPRDest && GPRSrc) {
733 bool SPRDest = ARM::SPRRegClass.contains(DestReg);
734 bool SPRSrc = ARM::SPRRegClass.contains(SrcReg);
737 if (SPRDest && SPRSrc)
739 else if (GPRDest && SPRSrc)
741 else if (SPRDest && GPRSrc)
743 else if (ARM::DPRRegClass.
contains(DestReg, SrcReg) && Subtarget.hasFP64())
745 else if (ARM::QPRRegClass.
contains(DestReg, SrcReg))
746 Opc = Subtarget.hasNEON() ? ARM::VORRq : ARM::MQPRCopy;
751 if (
Opc == ARM::VORRq ||
Opc == ARM::MVE_VORR)
753 if (
Opc == ARM::MVE_VORR)
755 else if (
Opc != ARM::MQPRCopy)
761 unsigned BeginIdx = 0;
762 unsigned SubRegs = 0;
766 if (ARM::QQPRRegClass.
contains(DestReg, SrcReg)) {
767 Opc = Subtarget.hasNEON() ? ARM::VORRq : ARM::MVE_VORR;
768 BeginIdx = ARM::qsub_0;
770 }
else if (ARM::QQQQPRRegClass.
contains(DestReg, SrcReg)) {
771 Opc = Subtarget.hasNEON() ? ARM::VORRq : ARM::MVE_VORR;
772 BeginIdx = ARM::qsub_0;
775 }
else if (ARM::DPairRegClass.
contains(DestReg, SrcReg)) {
777 BeginIdx = ARM::dsub_0;
779 }
else if (ARM::DTripleRegClass.
contains(DestReg, SrcReg)) {
781 BeginIdx = ARM::dsub_0;
783 }
else if (ARM::DQuadRegClass.
contains(DestReg, SrcReg)) {
785 BeginIdx = ARM::dsub_0;
787 }
else if (ARM::GPRPairRegClass.
contains(DestReg, SrcReg)) {
788 Opc = Subtarget.isThumb2() ? ARM::tMOVr : ARM::MOVr;
789 BeginIdx = ARM::gsub_0;
791 }
else if (ARM::DPairSpcRegClass.
contains(DestReg, SrcReg)) {
793 BeginIdx = ARM::dsub_0;
796 }
else if (ARM::DTripleSpcRegClass.
contains(DestReg, SrcReg)) {
798 BeginIdx = ARM::dsub_0;
801 }
else if (ARM::DQuadSpcRegClass.
contains(DestReg, SrcReg)) {
803 BeginIdx = ARM::dsub_0;
806 }
else if (ARM::DPRRegClass.
contains(DestReg, SrcReg) &&
807 !Subtarget.hasFP64()) {
809 BeginIdx = ARM::ssub_0;
811 }
else if (SrcReg == ARM::CPSR) {
814 }
else if (DestReg == ARM::CPSR) {
817 }
else if (DestReg == ARM::VPR) {
823 }
else if (SrcReg == ARM::VPR) {
829 }
else if (DestReg == ARM::FPSCR_NZCV) {
831 BuildMI(
MBB,
I,
I->getDebugLoc(),
get(ARM::VMSR_FPSCR_NZCVQC), DestReg)
835 }
else if (SrcReg == ARM::FPSCR_NZCV) {
837 BuildMI(
MBB,
I,
I->getDebugLoc(),
get(ARM::VMRS_FPSCR_NZCVQC), DestReg)
843 assert(
Opc &&
"Impossible reg-to-reg copy");
849 if (
TRI->regsOverlap(SrcReg,
TRI->getSubReg(DestReg, BeginIdx))) {
850 BeginIdx = BeginIdx + ((SubRegs - 1) * Spacing);
856 for (
unsigned i = 0; i != SubRegs; ++i) {
857 Register Dst =
TRI->getSubReg(DestReg, BeginIdx + i * Spacing);
858 Register Src =
TRI->getSubReg(SrcReg, BeginIdx + i * Spacing);
859 assert(Dst && Src &&
"Bad sub-register");
861 assert(!DstRegs.
count(Src) &&
"destructive vector copy");
866 if (
Opc == ARM::VORRq ||
Opc == ARM::MVE_VORR) {
870 if (
Opc == ARM::MVE_VORR)
875 if (
Opc == ARM::MOVr)
884std::optional<DestSourcePair>
893 if (!
MI.isMoveReg() ||
894 (
MI.getOpcode() == ARM::VORRq &&
895 MI.getOperand(1).getReg() !=
MI.getOperand(2).getReg()))
900std::optional<ParamLoadedValue>
904 Register DstReg = DstSrcPair->Destination->getReg();
935 return MIB.
addReg(Reg, State);
939 return MIB.
addReg(Reg, State, SubIdx);
944 Register SrcReg,
bool isKill,
int FI,
957 switch (
TRI.getSpillSize(*RC)) {
959 if (ARM::HPRRegClass.hasSubClassEq(RC)) {
970 if (ARM::GPRRegClass.hasSubClassEq(RC)) {
977 }
else if (ARM::SPRRegClass.hasSubClassEq(RC)) {
984 }
else if (ARM::VCCRRegClass.hasSubClassEq(RC)) {
991 }
else if (ARM::cl_FPSCR_NZCVRegClass.hasSubClassEq(RC)) {
1002 if (ARM::DPRRegClass.hasSubClassEq(RC)) {
1009 }
else if (ARM::GPRPairRegClass.hasSubClassEq(RC)) {
1010 if (Subtarget.hasV5TEOps()) {
1013 AddDReg(MIB, SrcReg, ARM::gsub_1, {});
1024 AddDReg(MIB, SrcReg, ARM::gsub_1, {});
1030 if (ARM::DPairRegClass.hasSubClassEq(RC) && Subtarget.hasNEON()) {
1046 }
else if (ARM::QPRRegClass.hasSubClassEq(RC) &&
1047 Subtarget.hasMVEIntegerOps()) {
1052 .addMemOperand(MMO);
1058 if (ARM::DTripleRegClass.hasSubClassEq(RC)) {
1061 Subtarget.hasNEON()) {
1075 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_1, {});
1076 AddDReg(MIB, SrcReg, ARM::dsub_2, {});
1082 if (ARM::QQPRRegClass.hasSubClassEq(RC) ||
1083 ARM::MQQPRRegClass.hasSubClassEq(RC) ||
1084 ARM::DQuadRegClass.hasSubClassEq(RC)) {
1086 Subtarget.hasNEON()) {
1095 }
else if (Subtarget.hasMVEIntegerOps()) {
1107 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_1, {});
1108 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_2, {});
1109 AddDReg(MIB, SrcReg, ARM::dsub_3, {});
1115 if (ARM::MQQQQPRRegClass.hasSubClassEq(RC) &&
1116 Subtarget.hasMVEIntegerOps()) {
1121 }
else if (ARM::QQQQPRRegClass.hasSubClassEq(RC)) {
1127 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_1, {});
1128 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_2, {});
1129 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_3, {});
1130 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_4, {});
1131 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_5, {});
1132 MIB =
AddDReg(MIB, SrcReg, ARM::dsub_6, {});
1133 AddDReg(MIB, SrcReg, ARM::dsub_7, {});
1143 int &FrameIndex)
const {
1144 switch (
MI.getOpcode()) {
1148 if (
MI.getOperand(1).isFI() &&
MI.getOperand(2).isReg() &&
1149 MI.getOperand(3).isImm() &&
MI.getOperand(2).getReg() == 0 &&
1150 MI.getOperand(3).getImm() == 0) {
1151 FrameIndex =
MI.getOperand(1).getIndex();
1152 return MI.getOperand(0).getReg();
1161 case ARM::VSTR_P0_off:
1162 case ARM::VSTR_FPSCR_NZCVQC_off:
1163 case ARM::MVE_VSTRWU32:
1164 if (
MI.getOperand(1).isFI() &&
MI.getOperand(2).isImm() &&
1165 MI.getOperand(2).getImm() == 0) {
1166 FrameIndex =
MI.getOperand(1).getIndex();
1167 return MI.getOperand(0).getReg();
1171 case ARM::VST1d64TPseudo:
1172 case ARM::VST1d64QPseudo:
1173 if (
MI.getOperand(0).isFI() &&
MI.getOperand(2).getSubReg() == 0) {
1174 FrameIndex =
MI.getOperand(0).getIndex();
1175 return MI.getOperand(2).getReg();
1179 if (
MI.getOperand(1).isFI() &&
MI.getOperand(0).getSubReg() == 0) {
1180 FrameIndex =
MI.getOperand(1).getIndex();
1181 return MI.getOperand(0).getReg();
1184 case ARM::MQQPRStore:
1185 case ARM::MQQQQPRStore:
1186 if (
MI.getOperand(1).isFI()) {
1187 FrameIndex =
MI.getOperand(1).getIndex();
1188 return MI.getOperand(0).getReg();
1197 int &FrameIndex)
const {
1199 if (
MI.mayStore() && hasStoreToStackSlot(
MI,
Accesses) &&
1216 if (
I !=
MBB.end())
DL =
I->getDebugLoc();
1225 switch (
TRI.getSpillSize(*RC)) {
1227 if (ARM::HPRRegClass.hasSubClassEq(RC)) {
1237 if (ARM::GPRRegClass.hasSubClassEq(RC)) {
1243 }
else if (ARM::SPRRegClass.hasSubClassEq(RC)) {
1249 }
else if (ARM::VCCRRegClass.hasSubClassEq(RC)) {
1255 }
else if (ARM::cl_FPSCR_NZCVRegClass.hasSubClassEq(RC)) {
1265 if (ARM::DPRRegClass.hasSubClassEq(RC)) {
1271 }
else if (ARM::GPRPairRegClass.hasSubClassEq(RC)) {
1274 if (Subtarget.hasV5TEOps()) {
1297 if (ARM::DPairRegClass.hasSubClassEq(RC) && Subtarget.hasNEON()) {
1310 }
else if (ARM::QPRRegClass.hasSubClassEq(RC) &&
1311 Subtarget.hasMVEIntegerOps()) {
1313 MIB.addFrameIndex(FI)
1315 .addMemOperand(MMO);
1321 if (ARM::DTripleRegClass.hasSubClassEq(RC)) {
1323 Subtarget.hasNEON()) {
1344 if (ARM::QQPRRegClass.hasSubClassEq(RC) ||
1345 ARM::MQQPRRegClass.hasSubClassEq(RC) ||
1346 ARM::DQuadRegClass.hasSubClassEq(RC)) {
1348 Subtarget.hasNEON()) {
1354 }
else if (Subtarget.hasMVEIntegerOps()) {
1374 if (ARM::MQQQQPRRegClass.hasSubClassEq(RC) &&
1375 Subtarget.hasMVEIntegerOps()) {
1379 }
else if (ARM::QQQQPRRegClass.hasSubClassEq(RC)) {
1403 int &FrameIndex)
const {
1404 switch (
MI.getOpcode()) {
1408 if (
MI.getOperand(1).isFI() &&
MI.getOperand(2).isReg() &&
1409 MI.getOperand(3).isImm() &&
MI.getOperand(2).getReg() == 0 &&
1410 MI.getOperand(3).getImm() == 0) {
1411 FrameIndex =
MI.getOperand(1).getIndex();
1412 return MI.getOperand(0).getReg();
1421 case ARM::VLDR_P0_off:
1422 case ARM::VLDR_FPSCR_NZCVQC_off:
1423 case ARM::MVE_VLDRWU32:
1424 if (
MI.getOperand(1).isFI() &&
MI.getOperand(2).isImm() &&
1425 MI.getOperand(2).getImm() == 0) {
1426 FrameIndex =
MI.getOperand(1).getIndex();
1427 return MI.getOperand(0).getReg();
1431 case ARM::VLD1d8TPseudo:
1432 case ARM::VLD1d16TPseudo:
1433 case ARM::VLD1d32TPseudo:
1434 case ARM::VLD1d64TPseudo:
1435 case ARM::VLD1d8QPseudo:
1436 case ARM::VLD1d16QPseudo:
1437 case ARM::VLD1d32QPseudo:
1438 case ARM::VLD1d64QPseudo:
1439 if (
MI.getOperand(1).isFI() &&
MI.getOperand(0).getSubReg() == 0) {
1440 FrameIndex =
MI.getOperand(1).getIndex();
1441 return MI.getOperand(0).getReg();
1445 if (
MI.getOperand(1).isFI() &&
MI.getOperand(0).getSubReg() == 0) {
1446 FrameIndex =
MI.getOperand(1).getIndex();
1447 return MI.getOperand(0).getReg();
1450 case ARM::MQQPRLoad:
1451 case ARM::MQQQQPRLoad:
1452 if (
MI.getOperand(1).isFI()) {
1453 FrameIndex =
MI.getOperand(1).getIndex();
1454 return MI.getOperand(0).getReg();
1463 int &FrameIndex)
const {
1465 if (
MI.mayLoad() && hasLoadFromStackSlot(
MI,
Accesses) &&
1479 bool isThumb2 = Subtarget.
isThumb2();
1486 if (isThumb1 || !
MI->getOperand(1).isDead()) {
1488 LDM =
BuildMI(*BB,
MI, dl,
TII->get(isThumb2 ? ARM::t2LDMIA_UPD
1489 : isThumb1 ? ARM::tLDMIA_UPD
1493 LDM =
BuildMI(*BB,
MI, dl,
TII->get(isThumb2 ? ARM::t2LDMIA : ARM::LDMIA));
1496 if (isThumb1 || !
MI->getOperand(0).isDead()) {
1497 MachineOperand STWb(
MI->getOperand(0));
1498 STM =
BuildMI(*BB,
MI, dl,
TII->get(isThumb2 ? ARM::t2STMIA_UPD
1499 : isThumb1 ? ARM::tSTMIA_UPD
1503 STM =
BuildMI(*BB,
MI, dl,
TII->get(isThumb2 ? ARM::t2STMIA : ARM::STMIA));
1506 MachineOperand LDBase(
MI->getOperand(3));
1509 MachineOperand STBase(
MI->getOperand(2));
1518 [&
TRI](
const unsigned &Reg1,
const unsigned &Reg2) ->
bool {
1519 return TRI.getEncodingValue(Reg1) <
1520 TRI.getEncodingValue(Reg2);
1523 for (
const auto &
Reg : ScratchRegs) {
1532 if (
MI.getOpcode() == TargetOpcode::LOAD_STACK_GUARD) {
1533 expandLoadStackGuard(
MI);
1534 MI.getParent()->erase(
MI);
1538 if (
MI.getOpcode() == ARM::MEMCPY) {
1547 if (!
MI.isCopy() || Subtarget.dontWidenVMOVS() || !Subtarget.hasFP64())
1552 Register DstRegS =
MI.getOperand(0).getReg();
1553 Register SrcRegS =
MI.getOperand(1).getReg();
1554 if (!ARM::SPRRegClass.
contains(DstRegS, SrcRegS))
1559 TRI->getMatchingSuperReg(DstRegS, ARM::ssub_0, &ARM::DPRRegClass);
1561 TRI->getMatchingSuperReg(SrcRegS, ARM::ssub_0, &ARM::DPRRegClass);
1562 if (!DstRegD || !SrcRegD)
1568 if (!
MI.definesRegister(DstRegD,
TRI) ||
MI.readsRegister(DstRegD,
TRI))
1572 if (
MI.getOperand(0).isDead())
1581 int ImpDefIdx =
MI.findRegisterDefOperandIdx(DstRegD,
nullptr);
1582 if (ImpDefIdx != -1)
1583 MI.removeOperand(ImpDefIdx);
1586 MI.setDesc(
get(ARM::VMOVD));
1587 MI.getOperand(0).setReg(DstRegD);
1588 MI.getOperand(1).setReg(SrcRegD);
1595 MI.getOperand(1).setIsUndef();
1600 if (
MI.getOperand(1).isKill()) {
1601 MI.getOperand(1).setIsKill(
false);
1602 MI.addRegisterKilled(SrcRegS,
TRI,
true);
1616 assert(MCPE.isMachineConstantPoolEntry() &&
1617 "Expecting a machine constantpool entry!");
1667 case ARM::tLDRpci_pic:
1668 case ARM::t2LDRpci_pic: {
1688 switch (
I->getOpcode()) {
1689 case ARM::tLDRpci_pic:
1690 case ARM::t2LDRpci_pic: {
1692 unsigned CPI =
I->getOperand(1).getIndex();
1694 I->getOperand(1).setIndex(CPI);
1695 I->getOperand(2).setImm(PCLabelId);
1699 if (!
I->isBundledWithSucc())
1710 if (Opcode == ARM::t2LDRpci || Opcode == ARM::t2LDRpci_pic ||
1711 Opcode == ARM::tLDRpci || Opcode == ARM::tLDRpci_pic ||
1712 Opcode == ARM::LDRLIT_ga_pcrel || Opcode == ARM::LDRLIT_ga_pcrel_ldr ||
1713 Opcode == ARM::tLDRLIT_ga_pcrel || Opcode == ARM::t2LDRLIT_ga_pcrel ||
1714 Opcode == ARM::MOV_ga_pcrel || Opcode == ARM::MOV_ga_pcrel_ldr ||
1715 Opcode == ARM::t2MOV_ga_pcrel) {
1726 if (Opcode == ARM::LDRLIT_ga_pcrel || Opcode == ARM::LDRLIT_ga_pcrel_ldr ||
1727 Opcode == ARM::tLDRLIT_ga_pcrel || Opcode == ARM::t2LDRLIT_ga_pcrel ||
1728 Opcode == ARM::MOV_ga_pcrel || Opcode == ARM::MOV_ga_pcrel_ldr ||
1729 Opcode == ARM::t2MOV_ga_pcrel)
1741 if (isARMCP0 && isARMCP1) {
1747 }
else if (!isARMCP0 && !isARMCP1) {
1751 }
else if (Opcode == ARM::PICLDR) {
1759 if (Addr0 != Addr1) {
1795 int64_t &Offset2)
const {
1797 if (Subtarget.isThumb1Only())
return false;
1802 auto IsLoadOpcode = [&](
unsigned Opcode) {
1817 case ARM::t2LDRSHi8:
1819 case ARM::t2LDRBi12:
1820 case ARM::t2LDRSHi12:
1861 int64_t Offset1, int64_t Offset2,
1862 unsigned NumLoads)
const {
1864 if (Subtarget.isThumb1Only())
return false;
1866 assert(Offset2 > Offset1);
1868 if ((Offset2 - Offset1) / 8 > 64)
1899 if (
MI.isDebugInstr())
1903 if (
MI.isTerminator() ||
MI.isPosition())
1907 if (
MI.getOpcode() == TargetOpcode::INLINEASM_BR)
1921 while (++
I !=
MBB->end() &&
I->isDebugInstr())
1923 if (
I !=
MBB->end() &&
I->getOpcode() == ARM::t2IT)
1934 if (!
MI.isCall() &&
MI.definesRegister(ARM::SP,
nullptr))
1942 unsigned NumCycles,
unsigned ExtraPredCycles,
1950 if (
MBB.getParent()->getFunction().hasOptSize()) {
1952 if (!Pred->empty()) {
1954 if (LastMI->
getOpcode() == ARM::t2Bcc) {
1963 MBB, 0, 0, Probability);
1968 unsigned TCycles,
unsigned TExtra,
1970 unsigned FCycles,
unsigned FExtra,
1979 if (Subtarget.isThumb2() &&
TBB.getParent()->getFunction().hasMinSize()) {
1987 const unsigned ScalingUpFactor = 1024;
1989 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor;
1990 unsigned UnpredCost;
1991 if (!Subtarget.hasBranchPredictor()) {
1994 unsigned NotTakenBranchCost = 1;
1995 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty();
1996 unsigned TUnpredCycles, FUnpredCycles;
1999 TUnpredCycles = TCycles + NotTakenBranchCost;
2000 FUnpredCycles = TakenBranchCost;
2003 TUnpredCycles = TCycles + TakenBranchCost;
2004 FUnpredCycles = FCycles + NotTakenBranchCost;
2007 PredCost -= 1 * ScalingUpFactor;
2010 unsigned TUnpredCost = Probability.
scale(TUnpredCycles * ScalingUpFactor);
2011 unsigned FUnpredCost = Probability.
getCompl().
scale(FUnpredCycles * ScalingUpFactor);
2012 UnpredCost = TUnpredCost + FUnpredCost;
2015 if (Subtarget.isThumb2() && TCycles + FCycles > 4) {
2016 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor;
2019 unsigned TUnpredCost = Probability.
scale(TCycles * ScalingUpFactor);
2020 unsigned FUnpredCost =
2022 UnpredCost = TUnpredCost + FUnpredCost;
2023 UnpredCost += 1 * ScalingUpFactor;
2024 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10;
2027 return PredCost <= UnpredCost;
2032 unsigned NumInsts)
const {
2036 if (!Subtarget.isThumb2())
2040 unsigned MaxInsts = Subtarget.restrictIT() ? 1 : 4;
2049 if (
MI.getOpcode() == ARM::t2Bcc &&
2061 if (Subtarget.isThumb2())
2072 return Subtarget.isProfitableToUnpredicate();
2080 int PIdx =
MI.findFirstPredOperandIdx();
2086 PredReg =
MI.getOperand(PIdx+1).getReg();
2095 if (
Opc == ARM::t2B)
2104 unsigned OpIdx2)
const {
2105 switch (
MI.getOpcode()) {
2107 case ARM::t2MOVCCr: {
2112 if (CC ==
ARMCC::AL || PredReg != ARM::CPSR)
2132 if (!Reg.isVirtual())
2146 if (MO.isFI() || MO.isCPI() || MO.isJTI())
2153 if (MO.getReg().isPhysical())
2155 if (MO.isDef() && !MO.isDead())
2158 bool DontMoveAcrossStores =
true;
2159 if (!
MI->isSafeToMove(DontMoveAcrossStores))
2167 bool PreferFalse)
const {
2168 assert((
MI.getOpcode() == ARM::MOVCCr ||
MI.getOpcode() == ARM::t2MOVCCr) &&
2169 "Unknown select instruction");
2172 bool Invert = !
DefMI;
2174 DefMI = canFoldIntoMOVCC(
MI.getOperand(1).getReg(), MRI,
this);
2181 Register DestReg =
MI.getOperand(0).getReg();
2197 i != e && !DefDesc.
operands()[i].isPredicate(); ++i)
2200 unsigned CondCode =
MI.getOperand(3).getImm();
2205 NewMI.
add(
MI.getOperand(4));
2216 NewMI.
add(FalseReg);
2227 if (
DefMI->getParent() !=
MI.getParent())
2231 DefMI->eraseFromParent();
2247 {ARM::ADDSri, ARM::ADDri},
2248 {ARM::ADDSrr, ARM::ADDrr},
2249 {ARM::ADDSrsi, ARM::ADDrsi},
2250 {ARM::ADDSrsr, ARM::ADDrsr},
2252 {ARM::SUBSri, ARM::SUBri},
2253 {ARM::SUBSrr, ARM::SUBrr},
2254 {ARM::SUBSrsi, ARM::SUBrsi},
2255 {ARM::SUBSrsr, ARM::SUBrsr},
2257 {ARM::RSBSri, ARM::RSBri},
2258 {ARM::RSBSrsi, ARM::RSBrsi},
2259 {ARM::RSBSrsr, ARM::RSBrsr},
2261 {ARM::tADDSi3, ARM::tADDi3},
2262 {ARM::tADDSi8, ARM::tADDi8},
2263 {ARM::tADDSrr, ARM::tADDrr},
2264 {ARM::tADCS, ARM::tADC},
2266 {ARM::tSUBSi3, ARM::tSUBi3},
2267 {ARM::tSUBSi8, ARM::tSUBi8},
2268 {ARM::tSUBSrr, ARM::tSUBrr},
2269 {ARM::tSBCS, ARM::tSBC},
2270 {ARM::tRSBS, ARM::tRSB},
2271 {ARM::tLSLSri, ARM::tLSLri},
2273 {ARM::t2ADDSri, ARM::t2ADDri},
2274 {ARM::t2ADDSrr, ARM::t2ADDrr},
2275 {ARM::t2ADDSrs, ARM::t2ADDrs},
2277 {ARM::t2SUBSri, ARM::t2SUBri},
2278 {ARM::t2SUBSrr, ARM::t2SUBrr},
2279 {ARM::t2SUBSrs, ARM::t2SUBrs},
2281 {ARM::t2RSBSri, ARM::t2RSBri},
2282 {ARM::t2RSBSrs, ARM::t2RSBrs},
2287 if (OldOpc == Entry.PseudoOpc)
2288 return Entry.MachineOpc;
2299 if (NumBytes == 0 && DestReg != BaseReg) {
2308 bool isSub = NumBytes < 0;
2309 if (isSub) NumBytes = -NumBytes;
2314 assert(ThisVal &&
"Didn't extract field correctly");
2317 NumBytes &= ~ThisVal;
2322 unsigned Opc = isSub ? ARM::SUBri : ARM::ADDri;
2335 unsigned NumBytes) {
2346 if (!IsPush && !IsPop)
2349 bool IsVFPPushPop =
MI->getOpcode() == ARM::VSTMDDB_UPD ||
2350 MI->getOpcode() == ARM::VLDMDIA_UPD;
2351 bool IsT1PushPop =
MI->getOpcode() == ARM::tPUSH ||
2352 MI->getOpcode() == ARM::tPOP ||
2353 MI->getOpcode() == ARM::tPOP_RET;
2355 assert((IsT1PushPop || (
MI->getOperand(0).getReg() == ARM::SP &&
2356 MI->getOperand(1).getReg() == ARM::SP)) &&
2357 "trying to fold sp update into non-sp-updating push/pop");
2362 if (NumBytes % (IsVFPPushPop ? 8 : 4) != 0)
2367 int RegListIdx = IsT1PushPop ? 2 : 4;
2370 unsigned RegsNeeded;
2373 RegsNeeded = NumBytes / 8;
2374 RegClass = &ARM::DPRRegClass;
2376 RegsNeeded = NumBytes / 4;
2377 RegClass = &ARM::GPRRegClass;
2387 unsigned FirstRegEnc = -1;
2390 for (
int i =
MI->getNumOperands() - 1; i >= RegListIdx; --i) {
2395 TRI->getEncodingValue(MO.
getReg()) < FirstRegEnc)
2396 FirstRegEnc =
TRI->getEncodingValue(MO.
getReg());
2399 const MCPhysReg *CSRegs =
TRI->getCalleeSavedRegs(&MF);
2402 for (
int CurRegEnc = FirstRegEnc - 1; CurRegEnc >= 0 && RegsNeeded;
2405 if (IsT1PushPop && CurRegEnc >
TRI->getEncodingValue(ARM::R7))
2412 false,
false,
true));
2422 MI->getParent()->computeRegisterLiveness(
TRI, CurReg,
MI) !=
2444 for (
int i =
MI->getNumOperands() - 1; i >= RegListIdx; --i)
2445 MI->removeOperand(i);
2458 unsigned Opcode =
MI.getOpcode();
2464 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR)
2467 if (Opcode == ARM::ADDri) {
2468 Offset +=
MI.getOperand(FrameRegIdx+1).getImm();
2471 MI.setDesc(
TII.get(ARM::MOVr));
2472 MI.getOperand(FrameRegIdx).ChangeToRegister(FrameReg,
false);
2473 MI.removeOperand(FrameRegIdx+1);
2479 MI.setDesc(
TII.get(ARM::SUBri));
2485 MI.getOperand(FrameRegIdx).ChangeToRegister(FrameReg,
false);
2486 MI.getOperand(FrameRegIdx+1).ChangeToImmediate(
Offset);
2501 "Bit extraction didn't work?");
2502 MI.getOperand(FrameRegIdx+1).ChangeToImmediate(ThisImmVal);
2504 unsigned ImmIdx = 0;
2506 unsigned NumBits = 0;
2510 ImmIdx = FrameRegIdx + 1;
2511 InstrOffs =
MI.getOperand(ImmIdx).getImm();
2515 ImmIdx = FrameRegIdx+2;
2522 ImmIdx = FrameRegIdx+2;
2533 ImmIdx = FrameRegIdx+1;
2541 ImmIdx = FrameRegIdx+1;
2551 ImmIdx = FrameRegIdx+1;
2552 InstrOffs =
MI.getOperand(ImmIdx).getImm();
2561 Offset += InstrOffs * Scale;
2562 assert((
Offset & (Scale-1)) == 0 &&
"Can't encode this offset!");
2572 int ImmedOffset =
Offset / Scale;
2573 unsigned Mask = (1 << NumBits) - 1;
2574 if ((
unsigned)
Offset <= Mask * Scale) {
2576 MI.getOperand(FrameRegIdx).ChangeToRegister(FrameReg,
false);
2582 ImmedOffset = -ImmedOffset;
2584 ImmedOffset |= 1 << NumBits;
2592 ImmedOffset = ImmedOffset & Mask;
2595 ImmedOffset = -ImmedOffset;
2597 ImmedOffset |= 1 << NumBits;
2613 Register &SrcReg2, int64_t &CmpMask,
2614 int64_t &CmpValue)
const {
2615 switch (
MI.getOpcode()) {
2620 SrcReg =
MI.getOperand(0).getReg();
2623 CmpValue =
MI.getOperand(1).getImm();
2628 SrcReg =
MI.getOperand(0).getReg();
2629 SrcReg2 =
MI.getOperand(1).getReg();
2635 SrcReg =
MI.getOperand(0).getReg();
2637 CmpMask =
MI.getOperand(1).getImm();
2650 int CmpMask,
bool CommonUse) {
2651 switch (
MI->getOpcode()) {
2654 if (CmpMask !=
MI->getOperand(2).getImm())
2656 if (SrcReg ==
MI->getOperand(CommonUse ? 1 : 0).getReg())
2746 switch (
MI->getOpcode()) {
2747 default:
return false;
2843 if (!
MI)
return false;
2846 if (CmpMask != ~0) {
2852 if (UI->getParent() != CmpInstr.
getParent())
2861 if (!
MI)
return false;
2870 if (
I ==
B)
return false;
2881 else if (
MI->getParent() != CmpInstr.
getParent() || CmpValue != 0) {
2886 if (CmpInstr.
getOpcode() == ARM::CMPri ||
2894 bool IsThumb1 =
false;
2911 if (
MI && IsThumb1) {
2913 if (
I != E && !
MI->readsRegister(ARM::CPSR,
TRI)) {
2914 bool CanReorder =
true;
2915 for (;
I != E; --
I) {
2916 if (
I->getOpcode() != ARM::tMOVi8) {
2922 MI =
MI->removeFromParent();
2933 bool SubAddIsThumb1 =
false;
2948 if (Instr.modifiesRegister(ARM::CPSR,
TRI) ||
2949 Instr.readsRegister(ARM::CPSR,
TRI))
2971 IsThumb1 = SubAddIsThumb1;
2986 bool isSafe =
false;
2989 while (!isSafe && ++
I != E) {
2991 for (
unsigned IO = 0, EO = Instr.getNumOperands();
2992 !isSafe && IO != EO; ++IO) {
3006 bool IsInstrVSel =
true;
3007 switch (Instr.getOpcode()) {
3009 IsInstrVSel =
false;
3043 bool IsSub =
Opc == ARM::SUBrr ||
Opc == ARM::t2SUBrr ||
3044 Opc == ARM::SUBri ||
Opc == ARM::t2SUBri ||
3045 Opc == ARM::tSUBrr ||
Opc == ARM::tSUBi3 ||
3047 unsigned OpI =
Opc != ARM::tSUBrr ? 1 : 2;
3059 std::make_pair(&((*I).getOperand(IO - 1)), NewCC));
3093 if (Succ->isLiveIn(ARM::CPSR))
3100 unsigned CPSRRegNum =
MI->getNumExplicitOperands() - 1;
3101 MI->getOperand(CPSRRegNum).setReg(ARM::CPSR);
3102 MI->getOperand(CPSRRegNum).setIsDef(
true);
3110 for (
auto &[MO,
Cond] : OperandsToUpdate)
3113 MI->clearRegisterDeads(ARM::CPSR);
3127 int64_t CmpMask, CmpValue;
3129 if (
Next !=
MI.getParent()->end() &&
3140 unsigned DefOpc =
DefMI.getOpcode();
3141 if (DefOpc != ARM::t2MOVi32imm && DefOpc != ARM::MOVi32imm &&
3142 DefOpc != ARM::tMOVi32imm)
3144 if (!
DefMI.getOperand(1).isImm())
3164 if (
UseMI.getOperand(
NumOps - 1).getReg() == ARM::CPSR)
3170 unsigned UseOpc =
UseMI.getOpcode();
3171 unsigned NewUseOpc = 0;
3173 uint32_t SOImmValV1 = 0, SOImmValV2 = 0;
3174 bool Commute =
false;
3176 default:
return false;
3184 case ARM::t2EORrr: {
3185 Commute =
UseMI.getOperand(2).getReg() != Reg;
3190 if (UseOpc == ARM::SUBrr && Commute)
3196 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::ADDri : ARM::SUBri;
3199 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::SUBri : ARM::ADDri;
3213 case ARM::ORRrr: NewUseOpc = ARM::ORRri;
break;
3214 case ARM::EORrr: NewUseOpc = ARM::EORri;
break;
3218 case ARM::t2SUBrr: {
3219 if (UseOpc == ARM::t2SUBrr && Commute)
3224 const bool ToSP =
DefMI.getOperand(0).getReg() == ARM::SP;
3225 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri;
3226 const unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri;
3228 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB;
3231 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD;
3246 case ARM::t2ORRrr: NewUseOpc = ARM::t2ORRri;
break;
3247 case ARM::t2EORrr: NewUseOpc = ARM::t2EORri;
break;
3254 unsigned OpIdx = Commute ? 2 : 1;
3256 bool isKill =
UseMI.getOperand(OpIdx).isKill();
3266 UseMI.getOperand(1).setReg(NewReg);
3267 UseMI.getOperand(1).setIsKill();
3268 UseMI.getOperand(2).ChangeToImmediate(SOImmValV2);
3269 DefMI.eraseFromParent();
3276 case ARM::t2ADDspImm:
3277 case ARM::t2SUBspImm:
3287 switch (
MI.getOpcode()) {
3291 assert(UOps >= 0 &&
"bad # UOps");
3299 unsigned ShOpVal =
MI.getOperand(3).getImm();
3304 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
3312 if (!
MI.getOperand(2).getReg())
3315 unsigned ShOpVal =
MI.getOperand(3).getImm();
3320 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
3330 case ARM::LDRSB_POST:
3331 case ARM::LDRSH_POST: {
3334 return (Rt == Rm) ? 4 : 3;
3337 case ARM::LDR_PRE_REG:
3338 case ARM::LDRB_PRE_REG: {
3343 unsigned ShOpVal =
MI.getOperand(4).getImm();
3348 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
3354 case ARM::STR_PRE_REG:
3355 case ARM::STRB_PRE_REG: {
3356 unsigned ShOpVal =
MI.getOperand(4).getImm();
3361 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
3368 case ARM::STRH_PRE: {
3378 case ARM::LDR_POST_REG:
3379 case ARM::LDRB_POST_REG:
3380 case ARM::LDRH_POST: {
3383 return (Rt == Rm) ? 3 : 2;
3386 case ARM::LDR_PRE_IMM:
3387 case ARM::LDRB_PRE_IMM:
3388 case ARM::LDR_POST_IMM:
3389 case ARM::LDRB_POST_IMM:
3390 case ARM::STRB_POST_IMM:
3391 case ARM::STRB_POST_REG:
3392 case ARM::STRB_PRE_IMM:
3393 case ARM::STRH_POST:
3394 case ARM::STR_POST_IMM:
3395 case ARM::STR_POST_REG:
3396 case ARM::STR_PRE_IMM:
3399 case ARM::LDRSB_PRE:
3400 case ARM::LDRSH_PRE: {
3407 unsigned ShOpVal =
MI.getOperand(4).getImm();
3412 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
3425 return (Rt == Rn) ? 3 : 2;
3436 case ARM::LDRD_POST:
3437 case ARM::t2LDRD_POST:
3440 case ARM::STRD_POST:
3441 case ARM::t2STRD_POST:
3444 case ARM::LDRD_PRE: {
3451 return (Rt == Rn) ? 4 : 3;
3454 case ARM::t2LDRD_PRE: {
3457 return (Rt == Rn) ? 4 : 3;
3460 case ARM::STRD_PRE: {
3468 case ARM::t2STRD_PRE:
3471 case ARM::t2LDR_POST:
3472 case ARM::t2LDRB_POST:
3473 case ARM::t2LDRB_PRE:
3474 case ARM::t2LDRSBi12:
3475 case ARM::t2LDRSBi8:
3476 case ARM::t2LDRSBpci:
3478 case ARM::t2LDRH_POST:
3479 case ARM::t2LDRH_PRE:
3481 case ARM::t2LDRSB_POST:
3482 case ARM::t2LDRSB_PRE:
3483 case ARM::t2LDRSH_POST:
3484 case ARM::t2LDRSH_PRE:
3485 case ARM::t2LDRSHi12:
3486 case ARM::t2LDRSHi8:
3487 case ARM::t2LDRSHpci:
3491 case ARM::t2LDRDi8: {
3494 return (Rt == Rn) ? 3 : 2;
3497 case ARM::t2STRB_POST:
3498 case ARM::t2STRB_PRE:
3501 case ARM::t2STRH_POST:
3502 case ARM::t2STRH_PRE:
3504 case ARM::t2STR_POST:
3505 case ARM::t2STR_PRE:
3536 E =
MI.memoperands_end();
3538 Size += (*I)->getSize().getValue();
3545 return std::min(
Size / 4, 16U);
3550 unsigned UOps = 1 + NumRegs;
3554 case ARM::VLDMDIA_UPD:
3555 case ARM::VLDMDDB_UPD:
3556 case ARM::VLDMSIA_UPD:
3557 case ARM::VLDMSDB_UPD:
3558 case ARM::VSTMDIA_UPD:
3559 case ARM::VSTMDDB_UPD:
3560 case ARM::VSTMSIA_UPD:
3561 case ARM::VSTMSDB_UPD:
3562 case ARM::LDMIA_UPD:
3563 case ARM::LDMDA_UPD:
3564 case ARM::LDMDB_UPD:
3565 case ARM::LDMIB_UPD:
3566 case ARM::STMIA_UPD:
3567 case ARM::STMDA_UPD:
3568 case ARM::STMDB_UPD:
3569 case ARM::STMIB_UPD:
3570 case ARM::tLDMIA_UPD:
3571 case ARM::tSTMIA_UPD:
3572 case ARM::t2LDMIA_UPD:
3573 case ARM::t2LDMDB_UPD:
3574 case ARM::t2STMIA_UPD:
3575 case ARM::t2STMDB_UPD:
3578 case ARM::LDMIA_RET:
3580 case ARM::t2LDMIA_RET:
3589 if (!ItinData || ItinData->
isEmpty())
3593 unsigned Class =
Desc.getSchedClass();
3595 if (ItinUOps >= 0) {
3596 if (Subtarget.isSwift() && (
Desc.mayLoad() ||
Desc.mayStore()))
3602 unsigned Opc =
MI.getOpcode();
3621 case ARM::VLDMDIA_UPD:
3622 case ARM::VLDMDDB_UPD:
3624 case ARM::VLDMSIA_UPD:
3625 case ARM::VLDMSDB_UPD:
3627 case ARM::VSTMDIA_UPD:
3628 case ARM::VSTMDDB_UPD:
3630 case ARM::VSTMSIA_UPD:
3631 case ARM::VSTMSDB_UPD: {
3632 unsigned NumRegs =
MI.getNumOperands() -
Desc.getNumOperands();
3633 return (NumRegs / 2) + (NumRegs % 2) + 1;
3636 case ARM::LDMIA_RET:
3641 case ARM::LDMIA_UPD:
3642 case ARM::LDMDA_UPD:
3643 case ARM::LDMDB_UPD:
3644 case ARM::LDMIB_UPD:
3649 case ARM::STMIA_UPD:
3650 case ARM::STMDA_UPD:
3651 case ARM::STMDB_UPD:
3652 case ARM::STMIB_UPD:
3654 case ARM::tLDMIA_UPD:
3655 case ARM::tSTMIA_UPD:
3659 case ARM::t2LDMIA_RET:
3662 case ARM::t2LDMIA_UPD:
3663 case ARM::t2LDMDB_UPD:
3666 case ARM::t2STMIA_UPD:
3667 case ARM::t2STMDB_UPD: {
3668 unsigned NumRegs =
MI.getNumOperands() -
Desc.getNumOperands() + 1;
3669 switch (Subtarget.getLdStMultipleTiming()) {
3680 unsigned UOps = (NumRegs / 2);
3686 unsigned UOps = (NumRegs / 2);
3689 if ((NumRegs % 2) || !
MI.hasOneMemOperand() ||
3690 (*
MI.memoperands_begin())->getAlign() <
Align(8))
3700std::optional<unsigned>
3703 unsigned DefIdx,
unsigned DefAlign)
const {
3712 DefCycle = RegNo / 2 + 1;
3717 bool isSLoad =
false;
3722 case ARM::VLDMSIA_UPD:
3723 case ARM::VLDMSDB_UPD:
3730 if ((isSLoad && (RegNo % 2)) || DefAlign < 8)
3734 DefCycle = RegNo + 2;
3740std::optional<unsigned>
3743 unsigned DefIdx,
unsigned DefAlign)
const {
3750 if (Subtarget.isCortexA8() || Subtarget.isCortexA7()) {
3753 DefCycle = RegNo / 2;
3758 }
else if (Subtarget.isLikeA9() || Subtarget.isSwift()) {
3759 DefCycle = (RegNo / 2);
3762 if ((RegNo % 2) || DefAlign < 8)
3768 DefCycle = RegNo + 2;
3774std::optional<unsigned>
3777 unsigned UseIdx,
unsigned UseAlign)
const {
3783 if (Subtarget.isCortexA8() || Subtarget.isCortexA7()) {
3785 UseCycle = RegNo / 2 + 1;
3788 }
else if (Subtarget.isLikeA9() || Subtarget.isSwift()) {
3790 bool isSStore =
false;
3795 case ARM::VSTMSIA_UPD:
3796 case ARM::VSTMSDB_UPD:
3803 if ((isSStore && (RegNo % 2)) || UseAlign < 8)
3807 UseCycle = RegNo + 2;
3813std::optional<unsigned>
3816 unsigned UseIdx,
unsigned UseAlign)
const {
3822 if (Subtarget.isCortexA8() || Subtarget.isCortexA7()) {
3823 UseCycle = RegNo / 2;
3828 }
else if (Subtarget.isLikeA9() || Subtarget.isSwift()) {
3829 UseCycle = (RegNo / 2);
3832 if ((RegNo % 2) || UseAlign < 8)
3843 unsigned DefIdx,
unsigned DefAlign,
const MCInstrDesc &UseMCID,
3844 unsigned UseIdx,
unsigned UseAlign)
const {
3854 std::optional<unsigned> DefCycle;
3855 bool LdmBypass =
false;
3862 case ARM::VLDMDIA_UPD:
3863 case ARM::VLDMDDB_UPD:
3865 case ARM::VLDMSIA_UPD:
3866 case ARM::VLDMSDB_UPD:
3867 DefCycle = getVLDMDefCycle(ItinData, DefMCID, DefClass, DefIdx, DefAlign);
3870 case ARM::LDMIA_RET:
3875 case ARM::LDMIA_UPD:
3876 case ARM::LDMDA_UPD:
3877 case ARM::LDMDB_UPD:
3878 case ARM::LDMIB_UPD:
3880 case ARM::tLDMIA_UPD:
3882 case ARM::t2LDMIA_RET:
3885 case ARM::t2LDMIA_UPD:
3886 case ARM::t2LDMDB_UPD:
3888 DefCycle = getLDMDefCycle(ItinData, DefMCID, DefClass, DefIdx, DefAlign);
3896 std::optional<unsigned> UseCycle;
3903 case ARM::VSTMDIA_UPD:
3904 case ARM::VSTMDDB_UPD:
3906 case ARM::VSTMSIA_UPD:
3907 case ARM::VSTMSDB_UPD:
3908 UseCycle = getVSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign);
3915 case ARM::STMIA_UPD:
3916 case ARM::STMDA_UPD:
3917 case ARM::STMDB_UPD:
3918 case ARM::STMIB_UPD:
3919 case ARM::tSTMIA_UPD:
3924 case ARM::t2STMIA_UPD:
3925 case ARM::t2STMDB_UPD:
3926 UseCycle = getSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign);
3934 if (UseCycle > *DefCycle + 1)
3935 return std::nullopt;
3937 UseCycle = *DefCycle - *UseCycle + 1;
3938 if (UseCycle > 0u) {
3944 UseCycle = *UseCycle - 1;
3946 UseClass, UseIdx)) {
3947 UseCycle = *UseCycle - 1;
3956 unsigned &DefIdx,
unsigned &Dist) {
3961 assert(
II->isInsideBundle() &&
"Empty bundle?");
3964 while (
II->isInsideBundle()) {
3965 Idx =
II->findRegisterDefOperandIdx(
Reg,
TRI,
false,
true);
3972 assert(Idx != -1 &&
"Cannot find bundled definition!");
3979 unsigned &UseIdx,
unsigned &Dist) {
3983 assert(
II->isInsideBundle() &&
"Empty bundle?");
3988 while (
II !=
E &&
II->isInsideBundle()) {
3989 Idx =
II->findRegisterUseOperandIdx(
Reg,
TRI,
false);
3992 if (
II->getOpcode() != ARM::t2IT)
4020 unsigned ShOpVal =
DefMI.getOperand(3).getImm();
4030 case ARM::t2LDRSHs: {
4032 unsigned ShAmt =
DefMI.getOperand(3).getImm();
4033 if (ShAmt == 0 || ShAmt == 2)
4038 }
else if (Subtarget.
isSwift()) {
4045 unsigned ShOpVal =
DefMI.getOperand(3).getImm();
4050 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
4061 case ARM::t2LDRSHs: {
4063 unsigned ShAmt =
DefMI.getOperand(3).getImm();
4064 if (ShAmt == 0 || ShAmt == 1 || ShAmt == 2 || ShAmt == 3)
4071 if (DefAlign < 8 && Subtarget.checkVLDnAccessAlignment()) {
4078 case ARM::VLD1q8wb_fixed:
4079 case ARM::VLD1q16wb_fixed:
4080 case ARM::VLD1q32wb_fixed:
4081 case ARM::VLD1q64wb_fixed:
4082 case ARM::VLD1q8wb_register:
4083 case ARM::VLD1q16wb_register:
4084 case ARM::VLD1q32wb_register:
4085 case ARM::VLD1q64wb_register:
4092 case ARM::VLD2d8wb_fixed:
4093 case ARM::VLD2d16wb_fixed:
4094 case ARM::VLD2d32wb_fixed:
4095 case ARM::VLD2q8wb_fixed:
4096 case ARM::VLD2q16wb_fixed:
4097 case ARM::VLD2q32wb_fixed:
4098 case ARM::VLD2d8wb_register:
4099 case ARM::VLD2d16wb_register:
4100 case ARM::VLD2d32wb_register:
4101 case ARM::VLD2q8wb_register:
4102 case ARM::VLD2q16wb_register:
4103 case ARM::VLD2q32wb_register:
4108 case ARM::VLD3d8_UPD:
4109 case ARM::VLD3d16_UPD:
4110 case ARM::VLD3d32_UPD:
4111 case ARM::VLD1d64Twb_fixed:
4112 case ARM::VLD1d64Twb_register:
4113 case ARM::VLD3q8_UPD:
4114 case ARM::VLD3q16_UPD:
4115 case ARM::VLD3q32_UPD:
4120 case ARM::VLD4d8_UPD:
4121 case ARM::VLD4d16_UPD:
4122 case ARM::VLD4d32_UPD:
4123 case ARM::VLD1d64Qwb_fixed:
4124 case ARM::VLD1d64Qwb_register:
4125 case ARM::VLD4q8_UPD:
4126 case ARM::VLD4q16_UPD:
4127 case ARM::VLD4q32_UPD:
4128 case ARM::VLD1DUPq8:
4129 case ARM::VLD1DUPq16:
4130 case ARM::VLD1DUPq32:
4131 case ARM::VLD1DUPq8wb_fixed:
4132 case ARM::VLD1DUPq16wb_fixed:
4133 case ARM::VLD1DUPq32wb_fixed:
4134 case ARM::VLD1DUPq8wb_register:
4135 case ARM::VLD1DUPq16wb_register:
4136 case ARM::VLD1DUPq32wb_register:
4137 case ARM::VLD2DUPd8:
4138 case ARM::VLD2DUPd16:
4139 case ARM::VLD2DUPd32:
4140 case ARM::VLD2DUPd8wb_fixed:
4141 case ARM::VLD2DUPd16wb_fixed:
4142 case ARM::VLD2DUPd32wb_fixed:
4143 case ARM::VLD2DUPd8wb_register:
4144 case ARM::VLD2DUPd16wb_register:
4145 case ARM::VLD2DUPd32wb_register:
4146 case ARM::VLD4DUPd8:
4147 case ARM::VLD4DUPd16:
4148 case ARM::VLD4DUPd32:
4149 case ARM::VLD4DUPd8_UPD:
4150 case ARM::VLD4DUPd16_UPD:
4151 case ARM::VLD4DUPd32_UPD:
4153 case ARM::VLD1LNd16:
4154 case ARM::VLD1LNd32:
4155 case ARM::VLD1LNd8_UPD:
4156 case ARM::VLD1LNd16_UPD:
4157 case ARM::VLD1LNd32_UPD:
4159 case ARM::VLD2LNd16:
4160 case ARM::VLD2LNd32:
4161 case ARM::VLD2LNq16:
4162 case ARM::VLD2LNq32:
4163 case ARM::VLD2LNd8_UPD:
4164 case ARM::VLD2LNd16_UPD:
4165 case ARM::VLD2LNd32_UPD:
4166 case ARM::VLD2LNq16_UPD:
4167 case ARM::VLD2LNq32_UPD:
4169 case ARM::VLD4LNd16:
4170 case ARM::VLD4LNd32:
4171 case ARM::VLD4LNq16:
4172 case ARM::VLD4LNq32:
4173 case ARM::VLD4LNd8_UPD:
4174 case ARM::VLD4LNd16_UPD:
4175 case ARM::VLD4LNd32_UPD:
4176 case ARM::VLD4LNq16_UPD:
4177 case ARM::VLD4LNq32_UPD:
4191 if (!ItinData || ItinData->
isEmpty())
4192 return std::nullopt;
4198 unsigned DefAdj = 0;
4199 if (
DefMI.isBundle())
4208 unsigned UseAdj = 0;
4209 if (
UseMI.isBundle()) {
4213 return std::nullopt;
4216 return getOperandLatencyImpl(
4217 ItinData, *ResolvedDefMI, DefIdx, ResolvedDefMI->
getDesc(), DefAdj, DefMO,
4218 Reg, *ResolvedUseMI, UseIdx, ResolvedUseMI->
getDesc(), UseAdj);
4221std::optional<unsigned> ARMBaseInstrInfo::getOperandLatencyImpl(
4223 unsigned DefIdx,
const MCInstrDesc &DefMCID,
unsigned DefAdj,
4225 unsigned UseIdx,
const MCInstrDesc &UseMCID,
unsigned UseAdj)
const {
4226 if (Reg == ARM::CPSR) {
4227 if (
DefMI.getOpcode() == ARM::FMSTAT) {
4229 return Subtarget.
isLikeA9() ? 1 : 20;
4233 if (
UseMI.isBranch())
4252 return std::nullopt;
4254 unsigned DefAlign =
DefMI.hasOneMemOperand()
4255 ? (*
DefMI.memoperands_begin())->getAlign().value()
4257 unsigned UseAlign =
UseMI.hasOneMemOperand()
4258 ? (*
UseMI.memoperands_begin())->getAlign().value()
4263 ItinData, DefMCID, DefIdx, DefAlign, UseMCID, UseIdx, UseAlign);
4266 return std::nullopt;
4269 int Adj = DefAdj + UseAdj;
4273 if (Adj >= 0 || (
int)*
Latency > -Adj) {
4280std::optional<unsigned>
4282 SDNode *DefNode,
unsigned DefIdx,
4283 SDNode *UseNode,
unsigned UseIdx)
const {
4289 if (isZeroCost(DefMCID.
Opcode))
4292 if (!ItinData || ItinData->
isEmpty())
4293 return DefMCID.
mayLoad() ? 3 : 1;
4296 std::optional<unsigned>
Latency =
4298 int Adj = Subtarget.getPreISelOperandLatencyAdjustment();
4299 int Threshold = 1 + Adj;
4305 unsigned DefAlign = !DefMN->memoperands_empty()
4306 ? (*DefMN->memoperands_begin())->getAlign().value()
4309 unsigned UseAlign = !UseMN->memoperands_empty()
4310 ? (*UseMN->memoperands_begin())->getAlign().value()
4313 ItinData, DefMCID, DefIdx, DefAlign, UseMCID, UseIdx, UseAlign);
4315 return std::nullopt;
4318 (Subtarget.isCortexA8() || Subtarget.isLikeA9() ||
4319 Subtarget.isCortexA7())) {
4336 case ARM::t2LDRSHs: {
4339 if (ShAmt == 0 || ShAmt == 2)
4344 }
else if (DefIdx == 0 &&
Latency > 2U && Subtarget.isSwift()) {
4354 ((ShImm == 1 || ShImm == 2 || ShImm == 3) &&
4371 if (DefAlign < 8 && Subtarget.checkVLDnAccessAlignment())
4378 case ARM::VLD1q8wb_register:
4379 case ARM::VLD1q16wb_register:
4380 case ARM::VLD1q32wb_register:
4381 case ARM::VLD1q64wb_register:
4382 case ARM::VLD1q8wb_fixed:
4383 case ARM::VLD1q16wb_fixed:
4384 case ARM::VLD1q32wb_fixed:
4385 case ARM::VLD1q64wb_fixed:
4389 case ARM::VLD2q8Pseudo:
4390 case ARM::VLD2q16Pseudo:
4391 case ARM::VLD2q32Pseudo:
4392 case ARM::VLD2d8wb_fixed:
4393 case ARM::VLD2d16wb_fixed:
4394 case ARM::VLD2d32wb_fixed:
4395 case ARM::VLD2q8PseudoWB_fixed:
4396 case ARM::VLD2q16PseudoWB_fixed:
4397 case ARM::VLD2q32PseudoWB_fixed:
4398 case ARM::VLD2d8wb_register:
4399 case ARM::VLD2d16wb_register:
4400 case ARM::VLD2d32wb_register:
4401 case ARM::VLD2q8PseudoWB_register:
4402 case ARM::VLD2q16PseudoWB_register:
4403 case ARM::VLD2q32PseudoWB_register:
4404 case ARM::VLD3d8Pseudo:
4405 case ARM::VLD3d16Pseudo:
4406 case ARM::VLD3d32Pseudo:
4407 case ARM::VLD1d8TPseudo:
4408 case ARM::VLD1d16TPseudo:
4409 case ARM::VLD1d32TPseudo:
4410 case ARM::VLD1d64TPseudo:
4411 case ARM::VLD1d64TPseudoWB_fixed:
4412 case ARM::VLD1d64TPseudoWB_register:
4413 case ARM::VLD3d8Pseudo_UPD:
4414 case ARM::VLD3d16Pseudo_UPD:
4415 case ARM::VLD3d32Pseudo_UPD:
4416 case ARM::VLD3q8Pseudo_UPD:
4417 case ARM::VLD3q16Pseudo_UPD:
4418 case ARM::VLD3q32Pseudo_UPD:
4419 case ARM::VLD3q8oddPseudo:
4420 case ARM::VLD3q16oddPseudo:
4421 case ARM::VLD3q32oddPseudo:
4422 case ARM::VLD3q8oddPseudo_UPD:
4423 case ARM::VLD3q16oddPseudo_UPD:
4424 case ARM::VLD3q32oddPseudo_UPD:
4425 case ARM::VLD4d8Pseudo:
4426 case ARM::VLD4d16Pseudo:
4427 case ARM::VLD4d32Pseudo:
4428 case ARM::VLD1d8QPseudo:
4429 case ARM::VLD1d16QPseudo:
4430 case ARM::VLD1d32QPseudo:
4431 case ARM::VLD1d64QPseudo:
4432 case ARM::VLD1d64QPseudoWB_fixed:
4433 case ARM::VLD1d64QPseudoWB_register:
4434 case ARM::VLD1q8HighQPseudo:
4435 case ARM::VLD1q8LowQPseudo_UPD:
4436 case ARM::VLD1q8HighTPseudo:
4437 case ARM::VLD1q8LowTPseudo_UPD:
4438 case ARM::VLD1q16HighQPseudo:
4439 case ARM::VLD1q16LowQPseudo_UPD:
4440 case ARM::VLD1q16HighTPseudo:
4441 case ARM::VLD1q16LowTPseudo_UPD:
4442 case ARM::VLD1q32HighQPseudo:
4443 case ARM::VLD1q32LowQPseudo_UPD:
4444 case ARM::VLD1q32HighTPseudo:
4445 case ARM::VLD1q32LowTPseudo_UPD:
4446 case ARM::VLD1q64HighQPseudo:
4447 case ARM::VLD1q64LowQPseudo_UPD:
4448 case ARM::VLD1q64HighTPseudo:
4449 case ARM::VLD1q64LowTPseudo_UPD:
4450 case ARM::VLD4d8Pseudo_UPD:
4451 case ARM::VLD4d16Pseudo_UPD:
4452 case ARM::VLD4d32Pseudo_UPD:
4453 case ARM::VLD4q8Pseudo_UPD:
4454 case ARM::VLD4q16Pseudo_UPD:
4455 case ARM::VLD4q32Pseudo_UPD:
4456 case ARM::VLD4q8oddPseudo:
4457 case ARM::VLD4q16oddPseudo:
4458 case ARM::VLD4q32oddPseudo:
4459 case ARM::VLD4q8oddPseudo_UPD:
4460 case ARM::VLD4q16oddPseudo_UPD:
4461 case ARM::VLD4q32oddPseudo_UPD:
4462 case ARM::VLD1DUPq8:
4463 case ARM::VLD1DUPq16:
4464 case ARM::VLD1DUPq32:
4465 case ARM::VLD1DUPq8wb_fixed:
4466 case ARM::VLD1DUPq16wb_fixed:
4467 case ARM::VLD1DUPq32wb_fixed:
4468 case ARM::VLD1DUPq8wb_register:
4469 case ARM::VLD1DUPq16wb_register:
4470 case ARM::VLD1DUPq32wb_register:
4471 case ARM::VLD2DUPd8:
4472 case ARM::VLD2DUPd16:
4473 case ARM::VLD2DUPd32:
4474 case ARM::VLD2DUPd8wb_fixed:
4475 case ARM::VLD2DUPd16wb_fixed:
4476 case ARM::VLD2DUPd32wb_fixed:
4477 case ARM::VLD2DUPd8wb_register:
4478 case ARM::VLD2DUPd16wb_register:
4479 case ARM::VLD2DUPd32wb_register:
4480 case ARM::VLD2DUPq8EvenPseudo:
4481 case ARM::VLD2DUPq8OddPseudo:
4482 case ARM::VLD2DUPq16EvenPseudo:
4483 case ARM::VLD2DUPq16OddPseudo:
4484 case ARM::VLD2DUPq32EvenPseudo:
4485 case ARM::VLD2DUPq32OddPseudo:
4486 case ARM::VLD3DUPq8EvenPseudo:
4487 case ARM::VLD3DUPq8OddPseudo:
4488 case ARM::VLD3DUPq16EvenPseudo:
4489 case ARM::VLD3DUPq16OddPseudo:
4490 case ARM::VLD3DUPq32EvenPseudo:
4491 case ARM::VLD3DUPq32OddPseudo:
4492 case ARM::VLD4DUPd8Pseudo:
4493 case ARM::VLD4DUPd16Pseudo:
4494 case ARM::VLD4DUPd32Pseudo:
4495 case ARM::VLD4DUPd8Pseudo_UPD:
4496 case ARM::VLD4DUPd16Pseudo_UPD:
4497 case ARM::VLD4DUPd32Pseudo_UPD:
4498 case ARM::VLD4DUPq8EvenPseudo:
4499 case ARM::VLD4DUPq8OddPseudo:
4500 case ARM::VLD4DUPq16EvenPseudo:
4501 case ARM::VLD4DUPq16OddPseudo:
4502 case ARM::VLD4DUPq32EvenPseudo:
4503 case ARM::VLD4DUPq32OddPseudo:
4504 case ARM::VLD1LNq8Pseudo:
4505 case ARM::VLD1LNq16Pseudo:
4506 case ARM::VLD1LNq32Pseudo:
4507 case ARM::VLD1LNq8Pseudo_UPD:
4508 case ARM::VLD1LNq16Pseudo_UPD:
4509 case ARM::VLD1LNq32Pseudo_UPD:
4510 case ARM::VLD2LNd8Pseudo:
4511 case ARM::VLD2LNd16Pseudo:
4512 case ARM::VLD2LNd32Pseudo:
4513 case ARM::VLD2LNq16Pseudo:
4514 case ARM::VLD2LNq32Pseudo:
4515 case ARM::VLD2LNd8Pseudo_UPD:
4516 case ARM::VLD2LNd16Pseudo_UPD:
4517 case ARM::VLD2LNd32Pseudo_UPD:
4518 case ARM::VLD2LNq16Pseudo_UPD:
4519 case ARM::VLD2LNq32Pseudo_UPD:
4520 case ARM::VLD4LNd8Pseudo:
4521 case ARM::VLD4LNd16Pseudo:
4522 case ARM::VLD4LNd32Pseudo:
4523 case ARM::VLD4LNq16Pseudo:
4524 case ARM::VLD4LNq32Pseudo:
4525 case ARM::VLD4LNd8Pseudo_UPD:
4526 case ARM::VLD4LNd16Pseudo_UPD:
4527 case ARM::VLD4LNd32Pseudo_UPD:
4528 case ARM::VLD4LNq16Pseudo_UPD:
4529 case ARM::VLD4LNq32Pseudo_UPD:
4539unsigned ARMBaseInstrInfo::getPredicationCost(
const MachineInstr &
MI)
const {
4540 if (
MI.isCopyLike() ||
MI.isInsertSubreg() ||
MI.isRegSequence() ||
4549 if (
MCID.isCall() || (
MCID.hasImplicitDefOfPhysReg(ARM::CPSR) &&
4550 !Subtarget.cheapPredicableCPSRDef())) {
4560 unsigned *PredCost)
const {
4561 if (
MI.isCopyLike() ||
MI.isInsertSubreg() ||
MI.isRegSequence() ||
4567 if (
MI.isBundle()) {
4571 while (++
I !=
E &&
I->isInsideBundle()) {
4572 if (
I->getOpcode() != ARM::t2IT)
4573 Latency += getInstrLatency(ItinData, *
I, PredCost);
4578 const MCInstrDesc &MCID =
MI.getDesc();
4580 !Subtarget.cheapPredicableCPSRDef()))) {
4601 MI.hasOneMemOperand() ? (*
MI.memoperands_begin())->getAlign().value() : 0;
4603 if (Adj >= 0 || (
int)
Latency > -Adj) {
4611 if (!
Node->isMachineOpcode())
4614 if (!ItinData || ItinData->
isEmpty())
4617 unsigned Opcode =
Node->getMachineOpcode();
4627bool ARMBaseInstrInfo::hasHighOperandLatency(
const TargetSchedModel &SchedModel,
4632 unsigned UseIdx)
const {
4635 if (Subtarget.nonpipelinedVFP() &&
4650 unsigned DefIdx)
const {
4652 if (!ItinData || ItinData->
isEmpty())
4657 unsigned DefClass =
DefMI.getDesc().getSchedClass();
4658 std::optional<unsigned> DefCycle =
4660 return DefCycle && DefCycle <= 2U;
4668 ErrInfo =
"Pseudo flag setting opcodes only exist in Selection DAG";
4671 if (
MI.getOpcode() == ARM::tMOVr && !Subtarget.hasV6Ops()) {
4673 if (!ARM::hGPRRegClass.
contains(
MI.getOperand(0).getReg()) &&
4674 !ARM::hGPRRegClass.contains(
MI.getOperand(1).getReg())) {
4675 ErrInfo =
"Non-flag-setting Thumb1 mov is v6-only";
4679 if (
MI.getOpcode() == ARM::tPUSH ||
4680 MI.getOpcode() == ARM::tPOP ||
4681 MI.getOpcode() == ARM::tPOP_RET) {
4683 if (MO.isImplicit() || !MO.isReg())
4687 if (!(
MI.getOpcode() == ARM::tPUSH &&
Reg == ARM::LR) &&
4688 !(
MI.getOpcode() == ARM::tPOP_RET &&
Reg == ARM::PC)) {
4689 ErrInfo =
"Unsupported register in Thumb1 push/pop";
4695 if (
MI.getOpcode() == ARM::MVE_VMOV_q_rr) {
4696 assert(
MI.getOperand(4).isImm() &&
MI.getOperand(5).isImm());
4697 if ((
MI.getOperand(4).getImm() != 2 &&
MI.getOperand(4).getImm() != 3) ||
4698 MI.getOperand(4).getImm() !=
MI.getOperand(5).getImm() + 2) {
4699 ErrInfo =
"Incorrect array index for MVE_VMOV_q_rr";
4720 for (
auto Op :
MI.operands()) {
4727 ErrInfo =
"Incorrect AddrMode Imm for instruction";
4737 unsigned LoadImmOpc,
4738 unsigned LoadOpc)
const {
4739 assert(!Subtarget.isROPI() && !Subtarget.isRWPI() &&
4740 "ROPI/RWPI not currently supported with stack guard");
4748 if (LoadImmOpc == ARM::MRC || LoadImmOpc == ARM::t2MRC) {
4749 assert(!Subtarget.isReadTPSoft() &&
4750 "TLS stack protector requires hardware TLS register");
4760 Module &M = *
MBB.getParent()->getFunction().getParent();
4761 Offset = M.getStackProtectorGuardOffset();
4766 unsigned AddOpc = (LoadImmOpc == ARM::MRC) ? ARM::ADDri : ARM::t2ADDri;
4777 bool IsIndirect = Subtarget.isGVIndirectSymbol(GV);
4780 if (Subtarget.isTargetMachO()) {
4782 }
else if (Subtarget.isTargetCOFF()) {
4785 else if (IsIndirect)
4787 }
else if (IsIndirect) {
4791 if (LoadImmOpc == ARM::tMOVi32imm) {
4794 ARMSysReg::lookupMClassSysRegByName(
"apsr_nzcvq")->Encoding;
4830 unsigned &AddSubOpc,
4831 bool &NegAcc,
bool &HasLane)
const {
4832 auto I = MLxEntryMap.find(Opcode);
4833 if (
I == MLxEntryMap.end())
4837 MulOpc = Entry.MulOpc;
4838 AddSubOpc = Entry.AddSubOpc;
4839 NegAcc = Entry.NegAcc;
4840 HasLane = Entry.HasLane;
4864std::pair<uint16_t, uint16_t>
4868 if (Subtarget.hasNEON()) {
4877 (
MI.getOpcode() == ARM::VMOVRS ||
MI.getOpcode() == ARM::VMOVSR ||
4878 MI.getOpcode() == ARM::VMOVS))
4885 return std::make_pair(
ExeNEON, 0);
4890 return std::make_pair(
ExeNEON, 0);
4893 return std::make_pair(
ExeVFP, 0);
4899 unsigned SReg,
unsigned &Lane) {
4901 TRI->getMatchingSuperReg(SReg, ARM::ssub_0, &ARM::DPRRegClass);
4908 DReg =
TRI->getMatchingSuperReg(SReg, ARM::ssub_1, &ARM::DPRRegClass);
4910 assert(DReg &&
"S-register with no D super-register?");
4935 if (
MI.definesRegister(DReg,
TRI) ||
MI.readsRegister(DReg,
TRI)) {
4941 ImplicitSReg =
TRI->getSubReg(DReg,
4942 (Lane & 1) ? ARM::ssub_0 : ARM::ssub_1);
4944 MI.getParent()->computeRegisterLiveness(
TRI, ImplicitSReg,
MI);
4959 unsigned DstReg, SrcReg;
4964 switch (
MI.getOpcode()) {
4976 assert(Subtarget.hasNEON() &&
"VORRd requires NEON");
4979 DstReg =
MI.getOperand(0).getReg();
4980 SrcReg =
MI.getOperand(1).getReg();
4982 for (
unsigned i =
MI.getDesc().getNumOperands(); i; --i)
4983 MI.removeOperand(i - 1);
4986 MI.setDesc(
get(ARM::VORRd));
4998 DstReg =
MI.getOperand(0).getReg();
4999 SrcReg =
MI.getOperand(1).getReg();
5001 for (
unsigned i =
MI.getDesc().getNumOperands(); i; --i)
5002 MI.removeOperand(i - 1);
5009 MI.setDesc(
get(ARM::VGETLNi32));
5025 DstReg =
MI.getOperand(0).getReg();
5026 SrcReg =
MI.getOperand(1).getReg();
5034 for (
unsigned i =
MI.getDesc().getNumOperands(); i; --i)
5035 MI.removeOperand(i - 1);
5039 MI.setDesc(
get(ARM::VSETLNi32));
5058 DstReg =
MI.getOperand(0).getReg();
5059 SrcReg =
MI.getOperand(1).getReg();
5061 unsigned DstLane = 0, SrcLane = 0;
5070 for (
unsigned i =
MI.getDesc().getNumOperands(); i; --i)
5071 MI.removeOperand(i - 1);
5076 MI.setDesc(
get(ARM::VDUPLN32d));
5110 MCRegister CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst;
5111 bool CurUndef = !
MI.readsRegister(CurReg,
TRI);
5114 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst;
5115 CurUndef = !
MI.readsRegister(CurReg,
TRI);
5120 if (SrcLane == DstLane)
5123 MI.setDesc(
get(ARM::VEXTd32));
5128 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst;
5129 CurUndef = CurReg == DSrc && !
MI.readsRegister(CurReg,
TRI);
5132 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst;
5133 CurUndef = CurReg == DSrc && !
MI.readsRegister(CurReg,
TRI);
5138 if (SrcLane != DstLane)
5144 if (ImplicitSReg != 0)
5170 auto PartialUpdateClearance = Subtarget.getPartialUpdateClearance();
5171 if (!PartialUpdateClearance)
5182 switch (
MI.getOpcode()) {
5188 case ARM::VMOVv4i16:
5189 case ARM::VMOVv2i32:
5190 case ARM::VMOVv2f32:
5191 case ARM::VMOVv1i64:
5192 UseOp =
MI.findRegisterUseOperandIdx(Reg,
TRI,
false);
5196 case ARM::VLD1LNd32:
5205 if (UseOp != -1 &&
MI.getOperand(UseOp).readsReg())
5209 if (Reg.isVirtual()) {
5211 if (!MO.
getSubReg() ||
MI.readsVirtualRegister(Reg))
5213 }
else if (ARM::SPRRegClass.
contains(Reg)) {
5216 TRI->getMatchingSuperReg(Reg, ARM::ssub_0, &ARM::DPRRegClass);
5217 if (!DReg || !
MI.definesRegister(DReg,
TRI))
5223 return PartialUpdateClearance;
5230 assert(OpNum <
MI.getDesc().getNumDefs() &&
"OpNum is not a def");
5235 assert(Reg.isPhysical() &&
"Can't break virtual register dependencies.");
5236 unsigned DReg = Reg;
5239 if (ARM::SPRRegClass.
contains(Reg)) {
5240 DReg = ARM::D0 + (Reg - ARM::S0) / 2;
5241 assert(
TRI->isSuperRegister(Reg, DReg) &&
"Register enums broken");
5244 assert(ARM::DPRRegClass.
contains(DReg) &&
"Can only break D-reg deps");
5245 assert(
MI.definesRegister(DReg,
TRI) &&
"MI doesn't clobber full D-reg");
5258 MI.addRegisterKilled(DReg,
TRI,
true);
5262 return Subtarget.hasFeature(ARM::HasV6KOps);
5266 if (
MI->getNumOperands() < 4)
5268 unsigned ShOpVal =
MI->getOperand(3).getImm();
5272 ((ShImm == 1 || ShImm == 2) &&
5282 assert(DefIdx <
MI.getDesc().getNumDefs() &&
"Invalid definition index");
5283 assert(
MI.isRegSequenceLike() &&
"Invalid kind of instruction");
5285 switch (
MI.getOpcode()) {
5297 MOReg = &
MI.getOperand(2);
5309 assert(DefIdx <
MI.getDesc().getNumDefs() &&
"Invalid definition index");
5310 assert(
MI.isExtractSubregLike() &&
"Invalid kind of instruction");
5312 switch (
MI.getOpcode()) {
5323 InputReg.
SubIdx = DefIdx == 0 ? ARM::ssub_0 : ARM::ssub_1;
5332 assert(DefIdx <
MI.getDesc().getNumDefs() &&
"Invalid definition index");
5333 assert(
MI.isInsertSubregLike() &&
"Invalid kind of instruction");
5335 switch (
MI.getOpcode()) {
5336 case ARM::VSETLNi32:
5337 case ARM::MVE_VMOV_to_lane_32:
5345 BaseReg.Reg = MOBaseReg.
getReg();
5348 InsertedReg.
Reg = MOInsertedReg.
getReg();
5356std::pair<unsigned, unsigned>
5359 return std::make_pair(TF & Mask, TF & ~Mask);
5364 using namespace ARMII;
5366 static const std::pair<unsigned, const char *> TargetFlags[] = {
5367 {MO_LO16,
"arm-lo16"}, {MO_HI16,
"arm-hi16"},
5368 {MO_LO_0_7,
"arm-lo-0-7"}, {MO_HI_0_7,
"arm-hi-0-7"},
5369 {MO_LO_8_15,
"arm-lo-8-15"}, {MO_HI_8_15,
"arm-hi-8-15"},
5376 using namespace ARMII;
5378 static const std::pair<unsigned, const char *> TargetFlags[] = {
5379 {MO_COFFSTUB,
"arm-coffstub"},
5380 {MO_GOT,
"arm-got"},
5381 {MO_SBREL,
"arm-sbrel"},
5382 {MO_DLLIMPORT,
"arm-dllimport"},
5383 {MO_SECREL,
"arm-secrel"},
5384 {MO_NONLAZY,
"arm-nonlazy"}};
5388std::optional<RegImmPair>
5391 unsigned Opcode =
MI.getOpcode();
5398 return std::nullopt;
5401 if (Opcode == ARM::SUBri)
5403 else if (Opcode != ARM::ADDri)
5404 return std::nullopt;
5409 if (!
MI.getOperand(1).isReg() || !
MI.getOperand(2).isImm())
5410 return std::nullopt;
5412 Offset =
MI.getOperand(2).getImm() * Sign;
5420 for (
auto I = From;
I != To; ++
I)
5421 if (
I->modifiesRegister(Reg,
TRI))
5434 if (CmpMI->modifiesRegister(ARM::CPSR,
TRI))
5436 if (CmpMI->readsRegister(ARM::CPSR,
TRI))
5442 if (CmpMI->getOpcode() != ARM::tCMPi8 && CmpMI->getOpcode() != ARM::t2CMPri)
5444 Register Reg = CmpMI->getOperand(0).getReg();
5447 if (Pred !=
ARMCC::AL || CmpMI->getOperand(1).getImm() != 0)
5460 if (Subtarget->isThumb()) {
5462 return ForCodesize ? 2 : 1;
5463 if (Subtarget->hasV6T2Ops() && (Val <= 0xffff ||
5466 return ForCodesize ? 4 : 1;
5468 return ForCodesize ? 4 : 2;
5470 return ForCodesize ? 4 : 2;
5472 return ForCodesize ? 4 : 2;
5475 return ForCodesize ? 4 : 1;
5477 return ForCodesize ? 4 : 1;
5478 if (Subtarget->hasV6T2Ops() && Val <= 0xffff)
5479 return ForCodesize ? 4 : 1;
5481 return ForCodesize ? 8 : 2;
5483 return ForCodesize ? 8 : 2;
5486 return ForCodesize ? 8 : 2;
5487 return ForCodesize ? 8 : 3;
5653 const ARMBaseRegisterInfo *ARI =
5654 static_cast<const ARMBaseRegisterInfo *
>(&
TRI);
5663 C.isAvailableAcrossAndOutOfSeq(
Reg,
TRI) &&
5664 C.isAvailableInsideSeq(
Reg,
TRI))
5678 for (;
I !=
E; ++
I) {
5682 if (
MI.modifiesRegister(ARM::LR, &
TRI))
5686 unsigned Opcode =
MI.getOpcode();
5687 if (Opcode == ARM::BX_RET || Opcode == ARM::MOVPCLR ||
5688 Opcode == ARM::SUBS_PC_LR || Opcode == ARM::tBX_RET ||
5689 Opcode == ARM::tBXNS_RET || Opcode == ARM::t2BXAUT_RET) {
5695 if (
MI.readsRegister(ARM::LR, &
TRI))
5704 auto Opcode =
MI.getOpcode();
5705 return (Opcode == ARM::BL || Opcode == ARM::BLX || Opcode == ARM::BLX_noip ||
5706 Opcode == ARM::tBL || Opcode == ARM::tBLXi || Opcode == ARM::tBLXr ||
5707 Opcode == ARM::tBLXr_noip);
5710std::optional<std::unique_ptr<outliner::OutlinedFunction>>
5713 std::vector<outliner::Candidate> &RepeatedSequenceLocs,
5714 unsigned MinRepeats)
const {
5715 unsigned SequenceSize = 0;
5716 for (
auto &
MI : RepeatedSequenceLocs[0])
5720 unsigned FlagsSetInAll = 0xF;
5725 FlagsSetInAll &=
C.Flags;
5744 return C.isAnyUnavailableAcrossOrOutOfSeq({ARM::R12, ARM::CPSR},
TRI);
5752 llvm::erase_if(RepeatedSequenceLocs, CantGuaranteeValueAcrossCall);
5755 if (RepeatedSequenceLocs.size() < MinRepeats)
5756 return std::nullopt;
5775 if (std::distance(RepeatedSequenceLocs.begin(), NoBTI) >
5776 std::distance(NoBTI, RepeatedSequenceLocs.end()))
5777 RepeatedSequenceLocs.erase(NoBTI, RepeatedSequenceLocs.end());
5779 RepeatedSequenceLocs.erase(RepeatedSequenceLocs.begin(), NoBTI);
5781 if (RepeatedSequenceLocs.size() < MinRepeats)
5782 return std::nullopt;
5792 if (std::distance(RepeatedSequenceLocs.begin(), NoPAC) >
5793 std::distance(NoPAC, RepeatedSequenceLocs.end()))
5794 RepeatedSequenceLocs.erase(NoPAC, RepeatedSequenceLocs.end());
5796 RepeatedSequenceLocs.erase(RepeatedSequenceLocs.begin(), NoPAC);
5798 if (RepeatedSequenceLocs.size() < MinRepeats)
5799 return std::nullopt;
5805 auto SetCandidateCallInfo =
5806 [&RepeatedSequenceLocs](
unsigned CallID,
unsigned NumBytesForCall) {
5808 C.setCallInfo(CallID, NumBytesForCall);
5813 const auto &SomeMFI =
5816 if (SomeMFI.branchTargetEnforcement()) {
5825 if (SomeMFI.shouldSignReturnAddress(
true)) {
5835 if (RepeatedSequenceLocs[0].back().isTerminator()) {
5847 unsigned NumBytesNoStackCalls = 0;
5848 std::vector<outliner::Candidate> CandidatesWithoutStackFixups;
5853 const auto Last =
C.getMBB()->rbegin();
5854 const bool LRIsAvailable =
5855 C.getMBB()->isReturnBlock() && !
Last->isCall()
5858 :
C.isAvailableAcrossAndOutOfSeq(ARM::LR,
TRI);
5859 if (LRIsAvailable) {
5863 CandidatesWithoutStackFixups.push_back(
C);
5868 else if (findRegisterToSaveLRTo(
C)) {
5872 CandidatesWithoutStackFixups.push_back(
C);
5877 else if (
C.isAvailableInsideSeq(ARM::SP,
TRI)) {
5880 CandidatesWithoutStackFixups.push_back(
C);
5886 NumBytesNoStackCalls += SequenceSize;
5892 if (NumBytesNoStackCalls <=
5893 RepeatedSequenceLocs.size() * Costs.
CallDefault) {
5894 RepeatedSequenceLocs = CandidatesWithoutStackFixups;
5896 if (RepeatedSequenceLocs.size() < MinRepeats)
5897 return std::nullopt;
5922 return std::make_unique<outliner::OutlinedFunction>(
5923 RepeatedSequenceLocs, SequenceSize, NumBytesToCreateFrame, FrameID);
5926bool ARMBaseInstrInfo::checkAndUpdateStackOffset(
MachineInstr *
MI,
5929 int SPIdx =
MI->findRegisterUseOperandIdx(ARM::SP,
nullptr);
5954 unsigned NumOps =
MI->getDesc().getNumOperands();
5955 unsigned ImmIdx =
NumOps - 3;
5959 int64_t OffVal =
Offset.getImm();
5965 unsigned NumBits = 0;
5994 assert((
Fixup & 3) == 0 &&
"Can't encode this offset!");
6014 assert(((OffVal * Scale +
Fixup) & (Scale - 1)) == 0 &&
6015 "Can't encode this offset!");
6016 OffVal +=
Fixup / Scale;
6018 unsigned Mask = (1 << NumBits) - 1;
6020 if (OffVal <= Mask) {
6022 MI->getOperand(ImmIdx).setImm(OffVal);
6030 Function &
F, std::vector<outliner::Candidate> &Candidates)
const {
6034 const Function &CFn =
C.getMF()->getFunction();
6041 ARMGenInstrInfo::mergeOutliningCandidateAttributes(
F, Candidates);
6049 if (!OutlineFromLinkOnceODRs &&
F.hasLinkOnceODRLinkage())
6068 unsigned &Flags)
const {
6071 assert(
MBB.getParent()->getRegInfo().tracksLiveness() &&
6072 "Suitable Machine Function for outlining must track liveness");
6080 bool R12AvailableInBlock = LRU.
available(ARM::R12);
6081 bool CPSRAvailableInBlock = LRU.
available(ARM::CPSR);
6085 if (R12AvailableInBlock && CPSRAvailableInBlock)
6093 if (R12AvailableInBlock && !LRU.
available(ARM::R12))
6095 if (CPSRAvailableInBlock && !LRU.
available(ARM::CPSR))
6105 bool LRIsAvailable =
6106 MBB.isReturnBlock() && !
MBB.back().isCall()
6118 unsigned Flags)
const {
6124 unsigned Opc =
MI.getOpcode();
6125 if (
Opc == ARM::tPICADD ||
Opc == ARM::PICADD ||
Opc == ARM::PICSTR ||
6126 Opc == ARM::PICSTRB ||
Opc == ARM::PICSTRH ||
Opc == ARM::PICLDR ||
6127 Opc == ARM::PICLDRB ||
Opc == ARM::PICLDRH ||
Opc == ARM::PICLDRSB ||
6128 Opc == ARM::PICLDRSH ||
Opc == ARM::t2LDRpci_pic ||
6129 Opc == ARM::t2MOVi16_ga_pcrel ||
Opc == ARM::t2MOVTi16_ga_pcrel ||
6130 Opc == ARM::t2MOV_ga_pcrel)
6134 if (
Opc == ARM::t2BF_LabelPseudo ||
Opc == ARM::t2DoLoopStart ||
6135 Opc == ARM::t2DoLoopStartTP ||
Opc == ARM::t2WhileLoopStart ||
6136 Opc == ARM::t2WhileLoopStartLR ||
Opc == ARM::t2WhileLoopStartTP ||
6137 Opc == ARM::t2LoopDec ||
Opc == ARM::t2LoopEnd ||
6138 Opc == ARM::t2LoopEndDec)
6142 uint64_t MIFlags =
MCID.TSFlags;
6147 if (
MI.isTerminator())
6153 if (
MI.readsRegister(ARM::LR,
TRI) ||
MI.readsRegister(ARM::PC,
TRI))
6161 if (MOP.isGlobal()) {
6170 (Callee->getName() ==
"\01__gnu_mcount_nc" ||
6171 Callee->getName() ==
"\01mcount" || Callee->getName() ==
"__mcount"))
6183 return UnknownCallOutlineType;
6191 return UnknownCallOutlineType;
6199 return UnknownCallOutlineType;
6207 if (
MI.modifiesRegister(ARM::LR,
TRI) ||
MI.modifiesRegister(ARM::PC,
TRI))
6211 if (
MI.modifiesRegister(ARM::SP,
TRI) ||
MI.readsRegister(ARM::SP,
TRI)) {
6224 bool MightNeedStackFixUp =
6228 if (!MightNeedStackFixUp)
6234 if (
MI.modifiesRegister(ARM::SP,
TRI))
6239 if (checkAndUpdateStackOffset(&
MI, Subtarget.getStackAlignment().value(),
6248 if (
MI.readsRegister(ARM::ITSTATE,
TRI) ||
6249 MI.modifiesRegister(ARM::ITSTATE,
TRI))
6253 if (
MI.isCFIInstruction())
6268 int Align = std::max(Subtarget.getStackAlignment().value(),
uint64_t(8));
6270 assert(Align >= 8 && Align <= 256);
6272 assert(Subtarget.isThumb2());
6284 unsigned Opc = Subtarget.isThumb() ? ARM::t2STR_PRE : ARM::STR_PRE_IMM;
6298 CFIBuilder.buildDefCFAOffset(Align);
6303 CFIBuilder.buildOffset(ARM::LR, -LROffset);
6306 CFIBuilder.buildOffset(ARM::RA_AUTH_CODE, -Align);
6312 bool CFI,
bool Auth)
const {
6313 int Align = Subtarget.getStackAlignment().value();
6316 assert(Subtarget.isThumb2());
6328 unsigned Opc = Subtarget.isThumb() ? ARM::t2LDR_POST : ARM::LDR_POST_IMM;
6332 if (!Subtarget.isThumb())
6334 MIB.
addImm(Subtarget.getStackAlignment().value())
6342 CFIBuilder.buildDefCFAOffset(0);
6343 CFIBuilder.buildRestore(ARM::LR);
6345 CFIBuilder.buildUndefined(ARM::RA_AUTH_CODE);
6359 bool isThumb = Subtarget.isThumb();
6360 unsigned FuncOp =
isThumb ? 2 : 0;
6361 unsigned Opc =
Call->getOperand(FuncOp).isReg()
6362 ?
isThumb ? ARM::tTAILJMPr : ARM::TAILJMPr
6363 :
isThumb ? Subtarget.isTargetMachO() ? ARM::tTAILJMPd
6367 .
add(
Call->getOperand(FuncOp));
6370 Call->eraseFromParent();
6375 return MI.isCall() && !
MI.isReturn();
6383 Et = std::prev(
MBB.end());
6388 if (!
MBB.isLiveIn(ARM::LR))
6389 MBB.addLiveIn(ARM::LR);
6393 saveLROnStack(
MBB, It,
true, Auth);
6398 "Can only fix up stack references once");
6399 fixupPostOutline(
MBB);
6402 restoreLRFromStack(
MBB, Et,
true, Auth);
6422 fixupPostOutline(
MBB);
6431 bool isThumb = Subtarget.isThumb();
6437 ? Subtarget.isTargetMachO() ? ARM::tTAILJMPd : ARM::tTAILJMPdND
6443 It =
MBB.insert(It, MIB);
6457 It =
MBB.insert(It, CallMIB);
6464 Register Reg = findRegisterToSaveLRTo(
C);
6465 assert(Reg != 0 &&
"No callee-saved register available?");
6472 CallPt =
MBB.insert(It, CallMIB);
6480 if (!
MBB.isLiveIn(ARM::LR))
6481 MBB.addLiveIn(ARM::LR);
6484 CallPt =
MBB.insert(It, CallMIB);
6495bool ARMBaseInstrInfo::isReMaterializableImpl(
6529 static int constexpr MAX_STAGES = 30;
6530 static int constexpr LAST_IS_USE = MAX_STAGES;
6531 static int constexpr SEEN_AS_LIVE = MAX_STAGES + 1;
6532 typedef std::bitset<MAX_STAGES + 2> IterNeed;
6533 typedef std::map<Register, IterNeed> IterNeeds;
6536 const IterNeeds &CIN);
6548 : EndLoop(EndLoop), LoopCount(LoopCount),
6550 TII(MF->getSubtarget().getInstrInfo()) {}
6552 bool shouldIgnoreForPipelining(
const MachineInstr *
MI)
const override {
6554 return MI == EndLoop ||
MI == LoopCount;
6557 bool shouldUseSchedule(SwingSchedulerDAG &SSD, SMSchedule &SMS)
override {
6558 if (tooMuchRegisterPressure(SSD, SMS))
6564 std::optional<bool> createTripCountGreaterCondition(
6565 int TC, MachineBasicBlock &
MBB,
6566 SmallVectorImpl<MachineOperand> &
Cond)
override {
6575 }
else if (EndLoop->
getOpcode() == ARM::t2LoopEnd) {
6578 MachineInstr *LoopDec =
nullptr;
6580 if (
I.getOpcode() == ARM::t2LoopDec)
6582 assert(LoopDec &&
"Unable to find copied LoopDec");
6588 .
addReg(ARM::NoRegister);
6596 void setPreheader(MachineBasicBlock *NewPreheader)
override {}
6598 void adjustTripCount(
int TripCountAdjust)
override {}
6602 const IterNeeds &CIN) {
6604 for (
const auto &
N : CIN) {
6605 int Cnt =
N.second.count() -
N.second[SEEN_AS_LIVE] * 2;
6606 for (
int I = 0;
I < Cnt; ++
I)
6611 for (
const auto &
N : CIN) {
6612 int Cnt =
N.second.count() -
N.second[SEEN_AS_LIVE] * 2;
6613 for (
int I = 0;
I < Cnt; ++
I)
6621 IterNeeds CrossIterationNeeds;
6626 for (
auto &SU : SSD.
SUnits) {
6629 for (
auto &S : SU.Succs)
6633 CrossIterationNeeds[
Reg.
id()].set(0);
6634 }
else if (S.isAssignedRegDep()) {
6636 if (OStg >= 0 && OStg != Stg) {
6639 CrossIterationNeeds[
Reg.
id()] |= ((1 << (OStg - Stg)) - 1);
6648 std::vector<SUnit *> ProposedSchedule;
6652 std::deque<SUnit *> Instrs =
6654 std::sort(Instrs.begin(), Instrs.end(),
6655 [](
SUnit *
A,
SUnit *
B) { return A->NodeNum > B->NodeNum; });
6662 for (
auto *SU : ProposedSchedule)
6666 if (!MO.isReg() || !MO.getReg())
6669 auto CIter = CrossIterationNeeds.find(
Reg.
id());
6670 if (CIter == CrossIterationNeeds.end() || CIter->second[LAST_IS_USE] ||
6671 CIter->second[SEEN_AS_LIVE])
6673 if (MO.isDef() && !MO.isDead())
6674 CIter->second.set(SEEN_AS_LIVE);
6675 else if (MO.isUse())
6676 CIter->second.set(LAST_IS_USE);
6678 for (
auto &CI : CrossIterationNeeds)
6679 CI.second.reset(LAST_IS_USE);
6685 RPTracker.init(MF, &RegClassInfo,
nullptr, EndLoop->
getParent(),
6688 bumpCrossIterationPressure(RPTracker, CrossIterationNeeds);
6690 for (
auto *SU : ProposedSchedule) {
6692 RPTracker.setPos(std::next(CurInstI));
6698 if (!MO.isReg() || !MO.getReg())
6701 if (MO.isDef() && !MO.isDead()) {
6702 auto CIter = CrossIterationNeeds.find(
Reg.
id());
6703 if (CIter != CrossIterationNeeds.end()) {
6704 CIter->second.reset(0);
6705 CIter->second.reset(SEEN_AS_LIVE);
6709 for (
auto &S : SU->Preds) {
6711 if (S.isAssignedRegDep()) {
6713 auto CIter = CrossIterationNeeds.find(
Reg.
id());
6714 if (CIter != CrossIterationNeeds.end()) {
6716 assert(Stg2 <= Stg &&
"Data dependence upon earlier stage");
6717 if (Stg - Stg2 < MAX_STAGES)
6718 CIter->second.set(Stg - Stg2);
6719 CIter->second.set(SEEN_AS_LIVE);
6724 bumpCrossIterationPressure(RPTracker, CrossIterationNeeds);
6727 auto &
P = RPTracker.getPressure().MaxSetPressure;
6728 for (
unsigned I = 0,
E =
P.size();
I <
E; ++
I) {
6730 if (
I == ARM::DQuad_with_ssub_0 ||
I == ARM::DTripleSpc_with_ssub_0 ||
6731 I == ARM::DTriple_with_qsub_0_in_QPR)
6743std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo>
6747 if (Preheader == LoopBB)
6748 Preheader = *std::next(LoopBB->
pred_begin());
6750 if (
I != LoopBB->
end() &&
I->getOpcode() == ARM::t2Bcc) {
6756 for (
auto &L : LoopBB->
instrs()) {
6763 return std::make_unique<ARMPipelinerLoopInfo>(&*
I, CCSetter);
6777 if (
I != LoopBB->
end() &&
I->getOpcode() == ARM::t2LoopEnd) {
6778 for (
auto &L : LoopBB->
instrs())
6783 Register LoopDecResult =
I->getOperand(0).getReg();
6786 if (!LoopDec || LoopDec->
getOpcode() != ARM::t2LoopDec)
6789 for (
auto &J : Preheader->
instrs())
6790 if (J.getOpcode() == ARM::t2DoLoopStart)
6794 return std::make_unique<ARMPipelinerLoopInfo>(&*
I, LoopDec);
MachineInstrBuilder & UseMI
MachineInstrBuilder MachineInstrBuilder & DefMI
MachineOutlinerClass
Constants defining how certain sequences should be outlined.
@ MachineOutlinerTailCall
Emit a save, restore, call, and return.
@ MachineOutlinerRegSave
Emit a call and tail-call.
@ MachineOutlinerNoLRSave
Only emit a branch.
@ MachineOutlinerThunk
Emit a call and return.
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static bool isThumb(const MCSubtargetInfo &STI)
static bool getImplicitSPRUseForDPRUse(const TargetRegisterInfo *TRI, MachineInstr &MI, MCRegister DReg, unsigned Lane, MCRegister &ImplicitSReg)
getImplicitSPRUseForDPRUse - Given a use of a DPR register and lane, set ImplicitSReg to a register n...
static const MachineInstr * getBundledUseMI(const TargetRegisterInfo *TRI, const MachineInstr &MI, unsigned Reg, unsigned &UseIdx, unsigned &Dist)
static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI)
Create a copy of a const pool value.
static bool isSuitableForMask(MachineInstr *&MI, Register SrcReg, int CmpMask, bool CommonUse)
isSuitableForMask - Identify a suitable 'and' instruction that operates on the given source register ...
static int adjustDefLatency(const ARMSubtarget &Subtarget, const MachineInstr &DefMI, const MCInstrDesc &DefMCID, unsigned DefAlign)
Return the number of cycles to add to (or subtract from) the static itinerary based on the def opcode...
static unsigned getNumMicroOpsSwiftLdSt(const InstrItineraryData *ItinData, const MachineInstr &MI)
static MCRegister getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, unsigned SReg, unsigned &Lane)
static bool CanTransformInstrIntoTailCall(const MachineInstr &MI)
Return true if MI is a call instruction that the outliner can rewrite as a tail call.
static const AddSubFlagsOpcodePair AddSubFlagsOpcodeMap[]
static bool isEligibleForITBlock(const MachineInstr *MI)
static ARMCC::CondCodes getCmpToAddCondition(ARMCC::CondCodes CC)
getCmpToAddCondition - assume the flags are set by CMP(a,b), return the condition code if we modify t...
static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1)
static bool isLRAvailable(const TargetRegisterInfo &TRI, MachineBasicBlock::reverse_iterator I, MachineBasicBlock::reverse_iterator E)
static const ARM_MLxEntry ARM_MLxTable[]
static bool isRedundantFlagInstr(const MachineInstr *CmpI, Register SrcReg, Register SrcReg2, int64_t ImmValue, const MachineInstr *OI, bool &IsThumb1)
isRedundantFlagInstr - check whether the first instruction, whose only purpose is to update flags,...
static unsigned getNumMicroOpsSingleIssuePlusExtras(unsigned Opc, unsigned NumRegs)
static const MachineInstr * getBundledDefMI(const TargetRegisterInfo *TRI, const MachineInstr *MI, unsigned Reg, unsigned &DefIdx, unsigned &Dist)
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
MachineBasicBlock MachineBasicBlock::iterator MBBI
This file contains the simple types necessary to represent the attributes associated with functions a...
static const Function * getParent(const Value *V)
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
DXIL Forward Handle Accesses
This file defines the DenseMap class.
const HexagonInstrInfo * TII
Module.h This file contains the declarations for the Module class.
const size_t AbstractManglingParser< Derived, Alloc >::NumOps
This file declares the MachineConstantPool class which is an abstract constant pool to keep track of ...
TargetInstrInfo::RegSubRegPair RegSubRegPair
Register const TargetRegisterInfo * TRI
Promote Memory to Register
static MCRegister getReg(const MCDisassembler *D, unsigned RC, unsigned RegNo)
uint64_t IntrinsicInst * II
PowerPC TLS Dynamic Call Fixup
TargetInstrInfo::RegSubRegPairAndIdx RegSubRegPairAndIdx
const SmallVectorImpl< MachineOperand > MachineBasicBlock * TBB
const SmallVectorImpl< MachineOperand > & Cond
static bool contains(SmallPtrSetImpl< ConstantExpr * > &Cache, ConstantExpr *Expr, Constant *C)
This file defines the SmallSet class.
This file defines the SmallVector class.
static X86::CondCode getSwappedCondition(X86::CondCode CC)
Assuming the flags are set by MI(a,b), return the condition code if we modify the instructions such t...
static bool isCPSRDefined(const MachineInstr &MI)
bool optimizeCompareInstr(MachineInstr &CmpInstr, Register SrcReg, Register SrcReg2, int64_t CmpMask, int64_t CmpValue, const MachineRegisterInfo *MRI) const override
optimizeCompareInstr - Convert the instruction to set the zero flag so that we can remove a "comparis...
bool reverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override
ScheduleHazardRecognizer * CreateTargetHazardRecognizer(const TargetSubtargetInfo *STI, const ScheduleDAG *DAG) const override
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, Register DestReg, Register SrcReg, bool KillSrc, bool RenamableDest=false, bool RenamableSrc=false) const override
bool foldImmediate(MachineInstr &UseMI, MachineInstr &DefMI, Register Reg, MachineRegisterInfo *MRI) const override
foldImmediate - 'Reg' is known to be defined by a move immediate instruction, try to fold the immedia...
std::pair< unsigned, unsigned > decomposeMachineOperandsTargetFlags(unsigned TF) const override
bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, BranchProbability Probability) const override
bool ClobbersPredicate(MachineInstr &MI, std::vector< MachineOperand > &Pred, bool SkipDead) const override
void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, Register DestReg, int FrameIndex, const TargetRegisterClass *RC, Register VReg, unsigned SubReg=0, MachineInstr::MIFlag Flags=MachineInstr::NoFlags) const override
void copyFromCPSR(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MCRegister DestReg, bool KillSrc, const ARMSubtarget &Subtarget) const
unsigned getNumMicroOps(const InstrItineraryData *ItinData, const MachineInstr &MI) const override
std::optional< RegImmPair > isAddImmediate(const MachineInstr &MI, Register Reg) const override
unsigned getPartialRegUpdateClearance(const MachineInstr &, unsigned, const TargetRegisterInfo *) const override
unsigned getNumLDMAddresses(const MachineInstr &MI) const
Get the number of addresses by LDM or VLDM or zero for unknown.
MachineInstr * optimizeSelect(MachineInstr &MI, SmallPtrSetImpl< MachineInstr * > &SeenMIs, bool) const override
bool produceSameValue(const MachineInstr &MI0, const MachineInstr &MI1, const MachineRegisterInfo *MRI) const override
void setExecutionDomain(MachineInstr &MI, unsigned Domain) const override
ArrayRef< std::pair< unsigned, const char * > > getSerializableBitmaskMachineOperandTargetFlags() const override
ScheduleHazardRecognizer * CreateTargetPostRAHazardRecognizer(const InstrItineraryData *II, const ScheduleDAG *DAG) const override
std::unique_ptr< TargetInstrInfo::PipelinerLoopInfo > analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const override
Analyze loop L, which must be a single-basic-block loop, and if the conditions can be understood enou...
unsigned getInstSizeInBytes(const MachineInstr &MI) const override
GetInstSize - Returns the size of the specified MachineInstr.
void copyToCPSR(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MCRegister SrcReg, bool KillSrc, const ARMSubtarget &Subtarget) const
unsigned removeBranch(MachineBasicBlock &MBB, int *BytesRemoved=nullptr) const override
void mergeOutliningCandidateAttributes(Function &F, std::vector< outliner::Candidate > &Candidates) const override
const MachineInstrBuilder & AddDReg(MachineInstrBuilder &MIB, unsigned Reg, unsigned SubIdx, RegState State) const
bool isFunctionSafeToOutlineFrom(MachineFunction &MF, bool OutlineFromLinkOnceODRs) const override
ARM supports the MachineOutliner.
bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override
Enable outlining by default at -Oz.
std::optional< DestSourcePair > isCopyInstrImpl(const MachineInstr &MI) const override
If the specific machine instruction is an instruction that moves/copies value from one register to an...
MachineInstr & duplicate(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const MachineInstr &Orig) const override
ScheduleHazardRecognizer * CreateTargetMIHazardRecognizer(const InstrItineraryData *II, const ScheduleDAGMI *DAG) const override
MachineBasicBlock::iterator insertOutlinedCall(Module &M, MachineBasicBlock &MBB, MachineBasicBlock::iterator &It, MachineFunction &MF, outliner::Candidate &C) const override
std::string createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op, unsigned OpIdx, const TargetRegisterInfo *TRI) const override
bool isPredicated(const MachineInstr &MI) const override
bool isSchedulingBoundary(const MachineInstr &MI, const MachineBasicBlock *MBB, const MachineFunction &MF) const override
void expandLoadStackGuardBase(MachineBasicBlock::iterator MI, unsigned LoadImmOpc, unsigned LoadOpc) const
bool isPredicable(const MachineInstr &MI) const override
isPredicable - Return true if the specified instruction can be predicated.
Register isLoadFromStackSlotPostFE(const MachineInstr &MI, int &FrameIndex) const override
std::optional< ParamLoadedValue > describeLoadedValue(const MachineInstr &MI, Register Reg) const override
Specialization of TargetInstrInfo::describeLoadedValue, used to enhance debug entry value description...
std::optional< std::unique_ptr< outliner::OutlinedFunction > > getOutliningCandidateInfo(const MachineModuleInfo &MMI, std::vector< outliner::Candidate > &RepeatedSequenceLocs, unsigned MinRepeats) const override
bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl< MachineOperand > &Cond, bool AllowModify=false) const override
unsigned extraSizeToPredicateInstructions(const MachineFunction &MF, unsigned NumInsts) const override
unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef< MachineOperand > Cond, const DebugLoc &DL, int *BytesAdded=nullptr) const override
const ARMBaseRegisterInfo & getRegisterInfo() const
bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1, int64_t &Offset2) const override
areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler to determine if two loads are lo...
std::optional< unsigned > getOperandLatency(const InstrItineraryData *ItinData, const MachineInstr &DefMI, unsigned DefIdx, const MachineInstr &UseMI, unsigned UseIdx) const override
bool getRegSequenceLikeInputs(const MachineInstr &MI, unsigned DefIdx, SmallVectorImpl< RegSubRegPairAndIdx > &InputRegs) const override
Build the equivalent inputs of a REG_SEQUENCE for the given MI and DefIdx.
unsigned predictBranchSizeForIfCvt(MachineInstr &MI) const override
bool getInsertSubregLikeInputs(const MachineInstr &MI, unsigned DefIdx, RegSubRegPair &BaseReg, RegSubRegPairAndIdx &InsertedReg) const override
Build the equivalent inputs of a INSERT_SUBREG for the given MI and DefIdx.
bool expandPostRAPseudo(MachineInstr &MI) const override
outliner::InstrType getOutliningTypeImpl(const MachineModuleInfo &MMI, MachineBasicBlock::iterator &MIT, unsigned Flags) const override
bool SubsumesPredicate(ArrayRef< MachineOperand > Pred1, ArrayRef< MachineOperand > Pred2) const override
bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1, int64_t Offset2, unsigned NumLoads) const override
shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to determine (in conjunction w...
bool PredicateInstruction(MachineInstr &MI, ArrayRef< MachineOperand > Pred) const override
std::pair< uint16_t, uint16_t > getExecutionDomain(const MachineInstr &MI) const override
VFP/NEON execution domains.
bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, MachineBasicBlock &FMBB) const override
void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, Register SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, Register VReg, MachineInstr::MIFlag Flags=MachineInstr::NoFlags) const override
bool isFpMLxInstruction(unsigned Opcode) const
isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS instruction.
bool isSwiftFastImmShift(const MachineInstr *MI) const
Returns true if the instruction has a shift by immediate that can be executed in one cycle less.
void reMaterialize(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, Register DestReg, unsigned SubIdx, const MachineInstr &Orig, LaneBitmask UsedLanes=LaneBitmask::getAll()) const override
ARMBaseInstrInfo(const ARMSubtarget &STI, const ARMBaseRegisterInfo &TRI)
ArrayRef< std::pair< unsigned, const char * > > getSerializableDirectMachineOperandTargetFlags() const override
Register isStoreToStackSlotPostFE(const MachineInstr &MI, int &FrameIndex) const override
bool analyzeCompare(const MachineInstr &MI, Register &SrcReg, Register &SrcReg2, int64_t &CmpMask, int64_t &CmpValue) const override
analyzeCompare - For a comparison instruction, return the source registers in SrcReg and SrcReg2 if h...
Register isStoreToStackSlot(const MachineInstr &MI, int &FrameIndex) const override
void breakPartialRegDependency(MachineInstr &, unsigned, const TargetRegisterInfo *TRI) const override
bool isMBBSafeToOutlineFrom(MachineBasicBlock &MBB, unsigned &Flags) const override
void buildOutlinedFrame(MachineBasicBlock &MBB, MachineFunction &MF, const outliner::OutlinedFunction &OF) const override
Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex) const override
const ARMSubtarget & getSubtarget() const
MachineInstr * commuteInstructionImpl(MachineInstr &MI, bool NewMI, unsigned OpIdx1, unsigned OpIdx2) const override
Commutes the operands in the given instruction.
bool getExtractSubregLikeInputs(const MachineInstr &MI, unsigned DefIdx, RegSubRegPairAndIdx &InputReg) const override
Build the equivalent inputs of a EXTRACT_SUBREG for the given MI and DefIdx.
bool shouldSink(const MachineInstr &MI) const override
BitVector getReservedRegs(const MachineFunction &MF) const override
static ARMConstantPoolConstant * Create(const Constant *C, unsigned ID)
static ARMConstantPoolMBB * Create(LLVMContext &C, const MachineBasicBlock *mbb, unsigned ID, unsigned char PCAdj)
static ARMConstantPoolSymbol * Create(LLVMContext &C, StringRef s, unsigned ID, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier=ARMCP::no_modifier, bool AddCurrentAddress=false)
ARMConstantPoolValue - ARM specific constantpool value.
bool isMachineBasicBlock() const
bool isGlobalValue() const
ARMCP::ARMCPModifier getModifier() const
bool mustAddCurrentAddress() const
virtual bool hasSameValue(ARMConstantPoolValue *ACPV)
hasSameValue - Return true if this ARM constpool value can share the same constantpool entry as anoth...
bool isBlockAddress() const
ARMFunctionInfo - This class is derived from MachineFunctionInfo and contains private ARM-specific in...
bool isThumb2Function() const
bool branchTargetEnforcement() const
unsigned createPICLabelUId()
bool isThumb1OnlyFunction() const
bool isThumbFunction() const
bool shouldSignReturnAddress() const
const ARMBaseInstrInfo * getInstrInfo() const override
bool isThumb1Only() const
Align getStackAlignment() const
getStackAlignment - Returns the minimum alignment known to hold of the stack frame on entry to the fu...
bool enableMachinePipeliner() const override
Returns true if machine pipeliner should be enabled.
@ DoubleIssueCheckUnalignedAccess
Can load/store 2 registers/cycle, but needs an extra cycle if the access is not 64-bit aligned.
@ SingleIssue
Can load/store 1 register/cycle.
@ DoubleIssue
Can load/store 2 registers/cycle.
@ SingleIssuePlusExtras
Can load/store 1 register/cycle, but needs an extra cycle for address computation and potentially als...
Represent a constant reference to an array (0 or more elements consecutively in memory),...
size_t size() const
Get the array size.
bool test(unsigned Idx) const
Returns true if bit Idx is set.
size_type size() const
Returns the number of bits in this bitvector.
LLVM_ABI uint64_t scale(uint64_t Num) const
Scale a large integer.
BranchProbability getCompl() const
Helper class for creating CFI instructions and inserting them into MIR.
void buildRegister(MCRegister Reg1, MCRegister Reg2) const
void buildRestore(MCRegister Reg) const
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions.
bool hasOptSize() const
Optimize this function for size (-Os) or minimum size (-Oz).
Attribute getFnAttribute(Attribute::AttrKind Kind) const
Return the attribute for the given attribute kind.
bool hasMinSize() const
Optimize this function for minimum size (-Oz).
LLVMContext & getContext() const
getContext - Return a reference to the LLVMContext associated with this function.
bool hasFnAttribute(Attribute::AttrKind Kind) const
Return true if the function has the attribute.
bool hasDLLImportStorageClass() const
bool reverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override
Reverses the branch condition of the specified condition list, returning false on success and true if...
Itinerary data supplied by a subtarget to be used by a target.
int getNumMicroOps(unsigned ItinClassIndx) const
Return the number of micro-ops that the given class decodes to.
std::optional< unsigned > getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const
Return the cycle for the given class and operand.
unsigned getStageLatency(unsigned ItinClassIndx) const
Return the total stage latency of the given class.
std::optional< unsigned > getOperandLatency(unsigned DefClass, unsigned DefIdx, unsigned UseClass, unsigned UseIdx) const
Compute and return the use operand latency of a given itinerary class and operand index if the value ...
bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, unsigned UseClass, unsigned UseIdx) const
Return true if there is a pipeline forwarding between instructions of itinerary classes DefClass and ...
bool isEmpty() const
Returns true if there are no itineraries.
A set of register units used to track register liveness.
bool available(MCRegister Reg) const
Returns true if no part of physical register Reg is live.
LLVM_ABI void addLiveOuts(const MachineBasicBlock &MBB)
Adds registers living out of block MBB.
LLVM_ABI void accumulate(const MachineInstr &MI)
Adds all register units used, defined or clobbered in MI.
This class is intended to be used as a base class for asm properties and features specific to the tar...
Describe properties that are true of each instruction in the target description file.
unsigned getSchedClass() const
Return the scheduling class for this instruction.
unsigned getNumOperands() const
Return the number of declared MachineOperands for this MachineInstruction.
ArrayRef< MCOperandInfo > operands() const
bool mayLoad() const
Return true if this instruction could possibly read memory.
bool hasOptionalDef() const
Set if this instruction has an optional definition, e.g.
unsigned getNumDefs() const
Return the number of MachineOperands that are register definitions.
bool isCall() const
Return true if the instruction is a call.
unsigned getOpcode() const
Return the opcode number for this descriptor.
LLVM_ABI bool hasImplicitDefOfPhysReg(MCRegister Reg, const MCRegisterInfo *MRI=nullptr) const
Return true if this instruction implicitly defines the specified physical register.
MCRegister getRegister(unsigned i) const
getRegister - Return the specified register in the class.
Wrapper class representing physical registers. Should be passed by value.
bool isValid() const
isValid - Returns true until all the operands have been visited.
unsigned pred_size() const
MachineInstrBundleIterator< const MachineInstr > const_iterator
LLVM_ABI instr_iterator insert(instr_iterator I, MachineInstr *M)
Insert MI into the instruction list before I, possibly inside a bundle.
LLVM_ABI iterator getFirstTerminator()
Returns an iterator to the first terminator instruction of this basic block.
Instructions::iterator instr_iterator
pred_iterator pred_begin()
MachineInstrBundleIterator< MachineInstr, true > reverse_iterator
Instructions::const_iterator const_instr_iterator
const MachineFunction * getParent() const
Return the MachineFunction containing this basic block.
LLVM_ABI instr_iterator erase(instr_iterator I)
Remove an instruction from the instruction list and delete it.
MachineInstrBundleIterator< MachineInstr > iterator
LivenessQueryResult
Possible outcome of a register liveness query to computeRegisterLiveness()
@ LQR_Dead
Register is known to be fully dead.
@ LQR_Live
Register is known to be (at least partially) live.
@ LQR_Unknown
Register liveness not decidable from local neighborhood.
This class is a data container for one entry in a MachineConstantPool.
union llvm::MachineConstantPoolEntry::@004270020304201266316354007027341142157160323045 Val
The constant itself.
bool isMachineConstantPoolEntry() const
isMachineConstantPoolEntry - Return true if the MachineConstantPoolEntry is indeed a target specific ...
MachineConstantPoolValue * MachineCPVal
const Constant * ConstVal
The MachineConstantPool class keeps track of constants referenced by a function which must be spilled...
const std::vector< MachineConstantPoolEntry > & getConstants() const
LLVM_ABI unsigned getConstantPoolIndex(const Constant *C, Align Alignment)
getConstantPoolIndex - Create a new entry in the constant pool or return an existing one.
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
uint64_t getStackSize() const
Return the number of bytes that must be allocated to hold all of the fixed size frame objects.
bool isCalleeSavedInfoValid() const
Has the callee saved info been calculated yet?
Align getObjectAlign(int ObjectIdx) const
Return the alignment of the specified stack object.
int64_t getObjectSize(int ObjectIdx) const
Return the size of the specified object.
unsigned getNumObjects() const
Return the number of objects.
const TargetSubtargetInfo & getSubtarget() const
getSubtarget - Return the subtarget for which this machine code is being compiled.
StringRef getName() const
getName - Return the name of the corresponding LLVM function.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
Function & getFunction()
Return the LLVM function that this machine code represents.
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
MachineConstantPool * getConstantPool()
getConstantPool - Return the constant pool object for the current function.
MachineMemOperand * getMachineMemOperand(MachinePointerInfo PtrInfo, MachineMemOperand::Flags F, LLT MemTy, Align BaseAlignment, const MMOMetadata &Metadata=MMOMetadata(), SyncScope::ID SSID=SyncScope::System, AtomicOrdering Ordering=AtomicOrdering::NotAtomic, AtomicOrdering FailureOrdering=AtomicOrdering::NotAtomic)
getMachineMemOperand - Allocate a new MachineMemOperand.
const TargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
const MachineInstrBuilder & addReg(Register RegNo, RegState Flags={}, unsigned SubReg=0) const
Add a new virtual register operand.
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 & addConstantPoolIndex(unsigned Idx, int Offset=0, unsigned TargetFlags=0) const
const MachineInstrBuilder & addGlobalAddress(const GlobalValue *GV, int64_t Offset=0, unsigned TargetFlags=0) const
const MachineInstrBuilder & addMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0) const
const MachineInstrBuilder & cloneMemRefs(const MachineInstr &OtherMI) const
const MachineInstrBuilder & setMIFlags(unsigned Flags) const
const MachineInstrBuilder & addMemOperand(MachineMemOperand *MMO) const
Representation of each machine instruction.
ArrayRef< MachineMemOperand * >::iterator mmo_iterator
unsigned getOpcode() const
Returns the opcode of this MachineInstr.
bool isImplicitDef() const
const MachineBasicBlock * getParent() const
bool isCopyLike() const
Return true if the instruction behaves like a copy.
bool isCall(QueryType Type=AnyInBundle) const
unsigned getNumOperands() const
Retuns the total number of operands.
LLVM_ABI int findFirstPredOperandIdx() const
Find the index of the first operand in the operand list that is used to represent the predicate.
const MCInstrDesc & getDesc() const
Returns the target instruction descriptor of this MachineInstr.
bool isRegSequence() const
bool isInsertSubreg() const
LLVM_ABI void tieOperands(unsigned DefIdx, unsigned UseIdx)
Add a tie between the register operands at DefIdx and UseIdx.
LLVM_ABI bool isIdenticalTo(const MachineInstr &Other, MICheckType Check=CheckDefs) const
Return true if this instruction is identical to Other.
const DebugLoc & getDebugLoc() const
Returns the debug location id of this MachineInstr.
LLVM_ABI bool addRegisterKilled(Register IncomingReg, const TargetRegisterInfo *RegInfo, bool AddIfNotFound=false)
We have determined MI kills a register.
bool hasOptionalDef(QueryType Type=IgnoreBundle) const
Set if this instruction has an optional definition, e.g.
LLVM_ABI void addRegisterDefined(Register Reg, const TargetRegisterInfo *RegInfo=nullptr)
We have determined MI defines a register.
const MachineOperand & getOperand(unsigned i) const
LLVM_ABI void clearKillInfo()
Clears kill flags on all operands.
LLVM_ABI MachineInstrBundleIterator< MachineInstr > eraseFromParent()
Unlink 'this' from the containing basic block and delete it.
A description of a memory reference used in the backend.
@ MODereferenceable
The memory access is dereferenceable (i.e., doesn't trap).
@ MOLoad
The memory access reads data.
@ MOInvariant
The memory access always returns the same value (or traps).
@ MOStore
The memory access writes data.
This class contains meta information specific to a module.
LLVM_ABI MachineFunction * getMachineFunction(const Function &F) const
Returns the MachineFunction associated to IR function F if there is one, otherwise nullptr.
MachineOperand class - Representation of each machine instruction operand.
unsigned getSubReg() const
const GlobalValue * getGlobal() const
void setImplicit(bool Val=true)
void setImm(int64_t immVal)
bool readsReg() const
readsReg - Returns true if this operand reads the previous value of its register.
bool isReg() const
isReg - Tests if this is a MO_Register operand.
bool isRegMask() const
isRegMask - Tests if this is a MO_RegisterMask operand.
MachineBasicBlock * getMBB() const
LLVM_ABI void ChangeToImmediate(int64_t ImmVal, unsigned TargetFlags=0)
ChangeToImmediate - Replace this operand with a new immediate operand of the specified value.
static MachineOperand CreateImm(int64_t Val)
Register getReg() const
getReg - Returns the register number.
LLVM_ABI bool isIdenticalTo(const MachineOperand &Other) const
Returns true if this operand is identical to the specified operand except for liveness related flags ...
static bool clobbersPhysReg(const uint32_t *RegMask, MCRegister PhysReg)
clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
static MachineOperand CreateReg(Register Reg, bool isDef, bool isImp=false, bool isKill=false, bool isDead=false, bool isUndef=false, bool isEarlyClobber=false, unsigned SubReg=0, bool isDebug=false, bool isInternalRead=false, bool isRenamable=false)
int64_t getOffset() const
Return the offset from the symbol in this operand.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
LLVM_ABI bool hasOneNonDBGUse(Register RegNo) const
hasOneNonDBGUse - Return true if there is exactly one non-Debug use of the specified register.
defusechain_instr_iterator< true, false, false, true > use_instr_iterator
use_instr_iterator/use_instr_begin/use_instr_end - Walk all uses of the specified register,...
const TargetRegisterClass * getRegClass(Register Reg) const
Return the register class of the specified virtual register.
LLVM_ABI LLVM_READONLY MachineInstr * getVRegDef(Register Reg) const
getVRegDef - Return the machine instr that defines the specified virtual register or null if none is ...
use_instr_iterator use_instr_begin(Register RegNo) const
LLVM_ABI Register createVirtualRegister(const TargetRegisterClass *RegClass, StringRef Name="")
createVirtualRegister - Create and return a new virtual register in the function with the specified r...
static use_instr_iterator use_instr_end()
const TargetRegisterInfo * getTargetRegisterInfo() const
LLVM_ABI const TargetRegisterClass * constrainRegClass(Register Reg, const TargetRegisterClass *RC, unsigned MinNumRegs=0)
constrainRegClass - Constrain the register class of the specified virtual register to be a common sub...
LLVM_ABI LLVM_READONLY MachineInstr * getUniqueVRegDef(Register Reg) const
getUniqueVRegDef - Return the unique machine instr that defines the specified virtual register or nul...
A Module instance is used to store all the information related to an LLVM module.
void AddHazardRecognizer(std::unique_ptr< ScheduleHazardRecognizer > &&)
Track the current register pressure at some position in the instruction stream, and remember the high...
LLVM_ABI void increaseRegPressure(VirtRegOrUnit VRegOrUnit, LaneBitmask PreviousMask, LaneBitmask NewMask)
LLVM_ABI void decreaseRegPressure(VirtRegOrUnit VRegOrUnit, LaneBitmask PreviousMask, LaneBitmask NewMask)
unsigned getRegPressureSetLimit(unsigned Idx) const
Get the register unit limit for the given pressure set index.
LLVM_ABI void runOnMachineFunction(const MachineFunction &MF, bool Rev=false)
runOnFunction - Prepare to answer questions about MF.
Wrapper class representing virtual and physical registers.
constexpr bool isVirtual() const
Return true if the specified register number is in the virtual register namespace.
static constexpr bool isPhysicalRegister(unsigned Reg)
Return true if the specified register number is in the physical register namespace.
constexpr unsigned id() const
constexpr bool isPhysical() const
Return true if the specified register number is in the physical register namespace.
Represents one node in the SelectionDAG.
bool isMachineOpcode() const
Test if this node has a post-isel opcode, directly corresponding to a MachineInstr opcode.
unsigned getMachineOpcode() const
This may only be called if isMachineOpcode returns true.
const SDValue & getOperand(unsigned Num) const
uint64_t getConstantOperandVal(unsigned Num) const
Helper method returns the integer value of a ConstantSDNode operand.
@ Anti
A register anti-dependence (aka WAR).
This class represents the scheduled code.
unsigned getMaxStageCount()
Return the maximum stage count needed for this schedule.
int stageScheduled(SUnit *SU) const
Return the stage for a scheduled instruction.
int getInitiationInterval() const
Return the initiation interval for this schedule.
std::deque< SUnit * > & getInstructions(int cycle)
Return the instructions that are scheduled at the specified cycle.
int getFirstCycle() const
Return the first cycle in the completed schedule.
int getFinalCycle() const
Return the last cycle in the finalized schedule.
Scheduling unit. This is a node in the scheduling DAG.
ScheduleDAGMI is an implementation of ScheduleDAGInstrs that simply schedules machine instructions ac...
virtual bool hasVRegLiveness() const
Return true if this DAG supports VReg liveness and RegPressure.
std::vector< SUnit > SUnits
The scheduling units.
HazardRecognizer - This determines whether or not an instruction can be issued this cycle,...
A templated base class for SmallPtrSet which provides the typesafe interface that is common across al...
bool erase(PtrType Ptr)
Remove pointer from the set.
std::pair< iterator, bool > insert(PtrType Ptr)
Inserts Ptr if and only if there is no element in the container equal to Ptr.
SmallSet - This maintains a set of unique values, optimizing for the case when the set is small (less...
size_type count(const T &V) const
count - Return 1 if the element is in the set, 0 otherwise.
std::pair< const_iterator, bool > insert(const T &V)
insert - Insert an element into the set if it isn't already there.
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Represent a constant reference to a string, i.e.
This class builds the dependence graph for the instructions in a loop, and attempts to schedule the i...
Object returned by analyzeLoopForPipelining.
TargetInstrInfo - Interface to description of machine instruction set.
virtual ScheduleHazardRecognizer * CreateTargetPostRAHazardRecognizer(const InstrItineraryData *, const ScheduleDAG *DAG) const
Allocate and return a hazard recognizer to use for this target when scheduling the machine instructio...
virtual ScheduleHazardRecognizer * CreateTargetMIHazardRecognizer(const InstrItineraryData *, const ScheduleDAGMI *DAG) const
Allocate and return a hazard recognizer to use for this target when scheduling the machine instructio...
virtual std::optional< ParamLoadedValue > describeLoadedValue(const MachineInstr &MI, Register Reg) const
Produce the expression describing the MI loading a value into the physical register Reg.
virtual ScheduleHazardRecognizer * CreateTargetHazardRecognizer(const TargetSubtargetInfo *STI, const ScheduleDAG *DAG) const
Allocate and return a hazard recognizer to use for this target when scheduling the machine instructio...
virtual bool isReMaterializableImpl(const MachineInstr &MI) const
For instructions with opcodes for which the M_REMATERIALIZABLE flag is set, this hook lets the target...
virtual MachineInstr & duplicate(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const MachineInstr &Orig) const
Clones instruction or the whole instruction bundle Orig and insert into MBB before InsertBefore.
virtual MachineInstr * commuteInstructionImpl(MachineInstr &MI, bool NewMI, unsigned OpIdx1, unsigned OpIdx2) const
This method commutes the operands of the given machine instruction MI.
virtual std::string createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op, unsigned OpIdx, const TargetRegisterInfo *TRI) const
const MCAsmInfo & getMCAsmInfo() const
Return target specific asm information.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
Provide an instruction scheduling machine model to CodeGen passes.
LLVM_ABI unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx, const MachineInstr *UseMI, unsigned UseOperIdx) const
Compute operand latency based on the available machine model.
const InstrItineraryData * getInstrItineraries() const
TargetSubtargetInfo - Generic base class for all target subtargets.
virtual const TargetRegisterInfo * getRegisterInfo() const =0
Return the target's register information.
Wrapper class representing a virtual register or register unit.
self_iterator getIterator()
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
constexpr char Align[]
Key for Kernel::Arg::Metadata::mAlign.
static CondCodes getOppositeCondition(CondCodes CC)
ARMII - This namespace holds all of the target specific flags that instruction info tracks.
@ MO_OPTION_MASK
MO_OPTION_MASK - Most flags are mutually exclusive; this mask selects just that part of the flag set.
@ MO_NONLAZY
MO_NONLAZY - This is an independent flag, on a symbol operand "FOO" it represents a symbol which,...
@ MO_DLLIMPORT
MO_DLLIMPORT - On a symbol operand, this represents that the reference to the symbol is for an import...
@ MO_GOT
MO_GOT - On a symbol operand, this represents a GOT relative relocation.
@ MO_COFFSTUB
MO_COFFSTUB - On a symbol operand "FOO", this indicates that the reference is actually to the "....
AddrMode
ARM Addressing Modes.
unsigned char getAM3Offset(unsigned AM3Opc)
unsigned char getAM5FP16Offset(unsigned AM5Opc)
unsigned getSORegOffset(unsigned Op)
int getSOImmVal(unsigned Arg)
getSOImmVal - Given a 32-bit immediate, if it is something that can fit into an shifter_operand immed...
ShiftOpc getAM2ShiftOpc(unsigned AM2Opc)
unsigned getAM2Offset(unsigned AM2Opc)
unsigned getSOImmValRotate(unsigned Imm)
getSOImmValRotate - Try to handle Imm with an immediate shifter operand, computing the rotate amount ...
bool isThumbImmShiftedVal(unsigned V)
isThumbImmShiftedVal - Return true if the specified value can be obtained by left shifting a 8-bit im...
int getT2SOImmVal(unsigned Arg)
getT2SOImmVal - Given a 32-bit immediate, if it is something that can fit into a Thumb-2 shifter_oper...
ShiftOpc getSORegShOp(unsigned Op)
AddrOpc getAM5Op(unsigned AM5Opc)
bool isSOImmTwoPartValNeg(unsigned V)
isSOImmTwoPartValNeg - Return true if the specified value can be obtained by two SOImmVal,...
unsigned getSOImmTwoPartSecond(unsigned V)
getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal, return the second chunk of ...
bool isSOImmTwoPartVal(unsigned V)
isSOImmTwoPartVal - Return true if the specified value can be obtained by or'ing together two SOImmVa...
AddrOpc getAM5FP16Op(unsigned AM5Opc)
unsigned getT2SOImmTwoPartSecond(unsigned Imm)
unsigned getT2SOImmTwoPartFirst(unsigned Imm)
bool isT2SOImmTwoPartVal(unsigned Imm)
unsigned char getAM5Offset(unsigned AM5Opc)
unsigned getSOImmTwoPartFirst(unsigned V)
getSOImmTwoPartFirst - If V is a value that satisfies isSOImmTwoPartVal, return the first chunk of it...
AddrOpc getAM2Op(unsigned AM2Opc)
AddrOpc getAM3Op(unsigned AM3Opc)
Define some predicates that are used for node matching.
InstrType
Represents how an instruction should be mapped by the outliner.
NodeAddr< NodeBase * > Node
This is an optimization pass for GlobalISel generic memory operations.
auto drop_begin(T &&RangeOrContainer, size_t N=1)
Return a range covering RangeOrContainer with the first N elements excluded.
constexpr T rotr(T V, int R)
static bool isIndirectCall(const MachineInstr &MI)
MachineInstr * findCMPToFoldIntoCBZ(MachineInstr *Br, const TargetRegisterInfo *TRI)
Search backwards from a tBcc to find a tCMPi8 against 0, meaning we can convert them to a tCBZ or tCB...
static bool isCondBranchOpcode(int Opc)
bool HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2, const ARMSubtarget *Subtarget, bool ForCodesize=false)
Returns true if Val1 has a lower Constant Materialization Cost than Val2.
static bool isPushOpcode(int Opc)
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
void addPredicatedMveVpredNOp(MachineInstrBuilder &MIB, unsigned Cond)
static bool isVCTP(const MachineInstr *MI)
RegState
Flags to represent properties of register accesses.
@ Implicit
Not emitted register (e.g. carry, or temporary result).
@ Kill
The last use of a register.
@ Undef
Value of the register doesn't matter.
@ Define
Register definition.
bool IsCPSRDead< MachineInstr >(const MachineInstr *MI)
constexpr RegState getKillRegState(bool B)
unsigned getBLXpredOpcode(const MachineFunction &MF)
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.
static bool isARMLowRegister(MCRegister Reg)
isARMLowRegister - Returns true if the register is a low register (r0-r7).
static bool isIndirectBranchOpcode(int Opc)
bool isLegalAddressImm(unsigned Opcode, int Imm, const TargetInstrInfo *TII)
void append_range(Container &C, Range &&R)
Wrapper function to append range R to container C.
bool registerDefinedBetween(unsigned Reg, MachineBasicBlock::iterator From, MachineBasicBlock::iterator To, const TargetRegisterInfo *TRI)
Return true if Reg is defd between From and To.
static std::array< MachineOperand, 2 > predOps(ARMCC::CondCodes Pred, unsigned PredReg=0)
Get the operands corresponding to the given Pred value.
static bool isSEHInstruction(const MachineInstr &MI)
static bool isCalleeSavedRegister(MCRegister Reg, const MCPhysReg *CSRegs)
bool any_of(R &&range, UnaryPredicate P)
Provide wrappers to std::any_of which take ranges instead of having to pass begin/end explicitly.
bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, MachineFunction &MF, MachineInstr *MI, unsigned NumBytes)
Tries to add registers to the reglist of a given base-updating push/pop instruction to adjust the sta...
auto reverse(ContainerTy &&C)
static bool isJumpTableBranchOpcode(int Opc)
MachineInstr * getImm(const MachineOperand &MO, const MachineRegisterInfo *MRI)
decltype(auto) get(const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair)
void sort(IteratorTy Start, IteratorTy End)
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
constexpr uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
static bool isPopOpcode(int Opc)
class LLVM_GSL_OWNER SmallVector
Forward declaration of SmallVector so that calculateSmallVectorDefaultInlinedElements can reference s...
bool isa(const From &Val)
isa<X> - Return true if the parameter to the template is an instance of one of the template type argu...
void addPredicatedMveVpredROp(MachineInstrBuilder &MIB, unsigned Cond, unsigned Inactive)
auto drop_end(T &&RangeOrContainer, size_t N=1)
Return a range covering RangeOrContainer with the last N elements excluded.
constexpr T divideCeil(U Numerator, V Denominator)
Returns the integer ceil(Numerator / Denominator).
void addUnpredicatedMveVpredROp(MachineInstrBuilder &MIB, Register DestReg)
unsigned ConstantMaterializationCost(unsigned Val, const ARMSubtarget *Subtarget, bool ForCodesize=false)
Returns the number of instructions required to materialize the given constant in a register,...
uint16_t MCPhysReg
An unsigned integer type large enough to represent all physical registers, but not necessarily virtua...
bool rewriteARMFrameIndex(MachineInstr &MI, unsigned FrameRegIdx, Register FrameReg, int &Offset, const ARMBaseInstrInfo &TII)
rewriteARMFrameIndex / rewriteT2FrameIndex - Rewrite MI to access 'Offset' bytes from the FP.
static bool isIndirectControlFlowNotComingBack(const MachineInstr &MI)
ARMCC::CondCodes getInstrPredicate(const MachineInstr &MI, Register &PredReg)
getInstrPredicate - If instruction is predicated, returns its predicate condition,...
unsigned getMatchingCondBranchOpcode(unsigned Opc)
DWARFExpression::Operation Op
ArrayRef(const T &OneElt) -> ArrayRef< T >
static bool isUncondBranchOpcode(int Opc)
auto partition(R &&Range, UnaryPredicate P)
Provide wrappers to std::partition which take ranges instead of having to pass begin/end explicitly.
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.
void erase_if(Container &C, UnaryPredicate P)
Provide a container algorithm similar to C++ Library Fundamentals v2's erase_if which is equivalent t...
static const char * ARMCondCodeToString(ARMCC::CondCodes CC)
static MachineOperand condCodeOp(unsigned CCReg=0)
Get the operand corresponding to the conditional code result.
RelativeUniformCounterPtr ValuesPtrExpr VTableAddr Next
unsigned gettBLXrOpcode(const MachineFunction &MF)
static bool isSpeculationBarrierEndBBOpcode(int Opc)
unsigned getBLXOpcode(const MachineFunction &MF)
void addUnpredicatedMveVpredNOp(MachineInstrBuilder &MIB)
bool isV8EligibleForIT(const InstrType *Instr)
void emitARMRegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const DebugLoc &dl, Register DestReg, Register BaseReg, int NumBytes, ARMCC::CondCodes Pred, Register PredReg, const ARMBaseInstrInfo &TII, unsigned MIFlags=0)
emitARMRegPlusImmediate / emitT2RegPlusImmediate - Emits a series of instructions to materializea des...
constexpr RegState getUndefRegState(bool B)
unsigned convertAddSubFlagsOpcode(unsigned OldOpc)
Map pseudo instructions that imply an 'S' bit onto real opcodes.
MCRegisterClass TargetRegisterClass
ARM_MLxEntry - Record information about MLA / MLS instructions.
Map pseudo instructions that imply an 'S' bit onto real opcodes.
OutlinerCosts(const ARMSubtarget &target)
This struct is a compact representation of a valid (non-zero power of two) alignment.
constexpr uint64_t value() const
This is a hole in the type system and should not be abused.
static constexpr LaneBitmask getAll()
static constexpr LaneBitmask getNone()
static LLVM_ABI MachinePointerInfo getGOT(MachineFunction &MF)
Return a MachinePointerInfo record that refers to a GOT entry.
static LLVM_ABI MachinePointerInfo getFixedStack(MachineFunction &MF, int FI, int64_t Offset=0)
Return a MachinePointerInfo record that refers to the specified FrameIndex.
Used to describe a register and immediate addition.
RegisterPressure computed within a region of instructions delimited by TopPos and BottomPos.
An individual sequence of instructions to be replaced with a call to an outlined function.
The information necessary to create an outlined function for some class of candidate.