65#define DEBUG_TYPE "hexagon-instrinfo"
67#define GET_INSTRINFO_CTOR_DTOR
68#define GET_INSTRMAP_INFO
70#include "HexagonGenDFAPacketizer.inc"
71#include "HexagonGenInstrInfo.inc"
75 "packetization boundary."));
82 cl::desc(
"Disable schedule adjustment for new value stores."));
86 cl::desc(
"Enable timing class latency"));
90 cl::desc(
"Enable vec alu forwarding"));
94 cl::desc(
"Enable vec acc forwarding"));
102 cl::desc(
"Use the DFA based hazard recognizer."));
117void HexagonInstrInfo::anchor() {}
122 RegInfo(ST.getHwMode()), Subtarget(ST) {}
131 return (
Reg >= Hexagon::R0 &&
Reg <= Hexagon::R7) ||
132 (
Reg >= Hexagon::R16 &&
Reg <= Hexagon::R23);
144 for (; MIB != MIE; ++MIB) {
145 if (!MIB->isDebugInstr())
156 if (!(
MI.getMF()->getFunction().hasOptSize()))
157 return MI.isAsCheapAsAMove();
159 if (
MI.getOpcode() == Hexagon::A2_tfrsi) {
160 auto Op =
MI.getOperand(1);
168 int64_t
Imm =
Op.getImm();
173 return MI.isAsCheapAsAMove();
188 if (
isFloat(
MI) &&
MI.hasRegisterImplicitUseOperand(Hexagon::USR))
202 if (EndLoopOp == Hexagon::ENDLOOP0) {
203 LOOPi = Hexagon::J2_loop0i;
204 LOOPr = Hexagon::J2_loop0r;
206 LOOPi = Hexagon::J2_loop1i;
207 LOOPr = Hexagon::J2_loop1r;
218 unsigned Opc =
I.getOpcode();
219 if (
Opc == LOOPi ||
Opc == LOOPr)
223 if (
Opc == EndLoopOp &&
I.getOperand(0).getMBB() != TargetBB)
250 Uses.push_back(MO.getReg());
289 int &FrameIndex)
const {
290 switch (
MI.getOpcode()) {
293 case Hexagon::L2_loadri_io:
294 case Hexagon::L2_loadrd_io:
295 case Hexagon::V6_vL32b_ai:
296 case Hexagon::V6_vL32b_nt_ai:
297 case Hexagon::V6_vL32Ub_ai:
298 case Hexagon::LDriw_pred:
299 case Hexagon::LDriw_ctr:
300 case Hexagon::PS_vloadrq_ai:
301 case Hexagon::PS_vloadrw_ai:
302 case Hexagon::PS_vloadrw_nt_ai: {
310 return MI.getOperand(0).getReg();
313 case Hexagon::L2_ploadrit_io:
314 case Hexagon::L2_ploadrif_io:
315 case Hexagon::L2_ploadrdt_io:
316 case Hexagon::L2_ploadrdf_io: {
324 return MI.getOperand(0).getReg();
337 int &FrameIndex)
const {
338 switch (
MI.getOpcode()) {
341 case Hexagon::S2_storerb_io:
342 case Hexagon::S2_storerh_io:
343 case Hexagon::S2_storeri_io:
344 case Hexagon::S2_storerd_io:
345 case Hexagon::V6_vS32b_ai:
346 case Hexagon::V6_vS32Ub_ai:
347 case Hexagon::STriw_pred:
348 case Hexagon::STriw_ctr:
349 case Hexagon::PS_vstorerq_ai:
350 case Hexagon::PS_vstorerw_ai: {
358 return MI.getOperand(2).getReg();
361 case Hexagon::S2_pstorerbt_io:
362 case Hexagon::S2_pstorerbf_io:
363 case Hexagon::S2_pstorerht_io:
364 case Hexagon::S2_pstorerhf_io:
365 case Hexagon::S2_pstorerit_io:
366 case Hexagon::S2_pstorerif_io:
367 case Hexagon::S2_pstorerdt_io:
368 case Hexagon::S2_pstorerdf_io: {
376 return MI.getOperand(3).getReg();
392 for (++MII; MII !=
MBB->instr_end() && MII->isInsideBundle(); ++MII)
410 for (++MII; MII !=
MBB->instr_end() && MII->isInsideBundle(); ++MII)
438 bool AllowModify)
const {
445 if (
I ==
MBB.instr_begin())
465 }
while (
I !=
MBB.instr_begin());
470 while (
I->isDebugInstr()) {
471 if (
I ==
MBB.instr_begin())
476 bool JumpToBlock =
I->getOpcode() == Hexagon::J2_jump &&
477 I->getOperand(0).isMBB();
479 if (AllowModify && JumpToBlock &&
480 MBB.isLayoutSuccessor(
I->getOperand(0).getMBB())) {
482 I->eraseFromParent();
484 if (
I ==
MBB.instr_begin())
488 if (!isUnpredicatedTerminator(*
I))
496 if (&*
I != LastInst && !
I->isBundle() && isUnpredicatedTerminator(*
I)) {
498 SecondLastInst = &*
I;
503 if (
I ==
MBB.instr_begin())
509 int SecLastOpcode = SecondLastInst ? SecondLastInst->
getOpcode() : 0;
512 if (LastOpcode == Hexagon::J2_jump && !LastInst->
getOperand(0).
isMBB())
514 if (SecLastOpcode == Hexagon::J2_jump &&
525 if (LastInst && !SecondLastInst) {
526 if (LastOpcode == Hexagon::J2_jump) {
536 if (LastOpcodeHasJMP_c) {
551 <<
" with one jump\n";);
558 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) {
569 if (SecLastOpcodeHasNVJump &&
571 (LastOpcode == Hexagon::J2_jump)) {
582 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) {
586 I->eraseFromParent();
591 if (
isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) {
599 <<
" with two jumps";);
605 int *BytesRemoved)
const {
606 assert(!BytesRemoved &&
"code size not handled");
611 while (
I !=
MBB.begin()) {
613 if (
I->isDebugInstr())
618 if (
Count && (
I->getOpcode() == Hexagon::J2_jump))
632 int *BytesAdded)
const {
633 unsigned BOpc = Hexagon::J2_jump;
634 unsigned BccOpc = Hexagon::J2_jumpt;
636 assert(
TBB &&
"insertBranch must not be told to insert a fallthrough");
637 assert(!BytesAdded &&
"code size not handled");
642 if (!
Cond.empty() &&
Cond[0].isImm())
643 BccOpc =
Cond[0].getImm();
653 auto Term =
MBB.getFirstTerminator();
663 int EndLoopOp =
Cond[0].getImm();
670 assert(
Loop !=
nullptr &&
"Inserting an ENDLOOP without a LOOP");
671 Loop->getOperand(0).setMBB(
TBB);
675 assert((
Cond.size() == 3) &&
"Only supporting rr/ri version of nvjump");
686 }
else if(
Cond[2].isImm()) {
692 assert((
Cond.size() == 2) &&
"Malformed cond vector");
700 "Cond. cannot be empty when multiple branchings are required");
702 "NV-jump cannot be inserted with another branch");
705 int EndLoopOp =
Cond[0].getImm();
712 assert(
Loop !=
nullptr &&
"Inserting an ENDLOOP without a LOOP");
713 Loop->getOperand(0).setMBB(
TBB);
742 TripCount =
Loop->getOpcode() == Hexagon::J2_loop0r
744 :
Loop->getOperand(1).getImm();
746 LoopCount =
Loop->getOperand(1).getReg();
749 bool shouldIgnoreForPipelining(
const MachineInstr *
MI)
const override {
751 return MI == EndLoop;
754 std::optional<bool> createTripCountGreaterCondition(
755 int TC, MachineBasicBlock &
MBB,
756 SmallVectorImpl<MachineOperand> &
Cond)
override {
757 if (TripCount == -1) {
761 TII->get(Hexagon::C2_cmpgtui),
Done)
769 return TripCount > TC;
772 void setPreheader(MachineBasicBlock *NewPreheader)
override {
777 void adjustTripCount(
int TripCountAdjust)
override {
780 if (
Loop->getOpcode() == Hexagon::J2_loop0i ||
781 Loop->getOpcode() == Hexagon::J2_loop1i) {
782 int64_t TripCount =
Loop->getOperand(1).getImm() + TripCountAdjust;
783 assert(TripCount > 0 &&
"Can't create an empty or negative loop!");
784 Loop->getOperand(1).setImm(TripCount);
793 TII->get(Hexagon::A2_addi), NewLoopCount)
799 void disposed(LiveIntervals *LIS)
override {
802 Loop->eraseFromParent();
807std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo>
815 LoopBB,
I->getOpcode(),
I->getOperand(0).getMBB(), VisitedBBs);
817 return std::make_unique<HexagonPipelinerLoopInfo>(LoopInst, &*
I);
823 unsigned NumCycles,
unsigned ExtraPredCycles,
837 return NumInstrs <= 4;
845 for (
auto I =
B.begin();
I !=
E; ++
I) {
855 for (
auto I =
B.rbegin();
I !=
E; ++
I)
864 bool RenamableSrc)
const {
868 if (Hexagon::IntRegsRegClass.
contains(SrcReg, DestReg)) {
870 .
addReg(SrcReg, KillFlag);
873 if (Hexagon::DoubleRegsRegClass.
contains(SrcReg, DestReg)) {
875 .
addReg(SrcReg, KillFlag);
878 if (Hexagon::PredRegsRegClass.
contains(SrcReg, DestReg)) {
884 if (Hexagon::CtrRegsRegClass.
contains(DestReg) &&
885 Hexagon::IntRegsRegClass.
contains(SrcReg)) {
887 .
addReg(SrcReg, KillFlag);
890 if (Hexagon::IntRegsRegClass.
contains(DestReg) &&
891 Hexagon::CtrRegsRegClass.
contains(SrcReg)) {
893 .
addReg(SrcReg, KillFlag);
896 if (Hexagon::ModRegsRegClass.
contains(DestReg) &&
897 Hexagon::IntRegsRegClass.
contains(SrcReg)) {
899 .
addReg(SrcReg, KillFlag);
902 if (Hexagon::PredRegsRegClass.
contains(SrcReg) &&
903 Hexagon::IntRegsRegClass.
contains(DestReg)) {
905 .
addReg(SrcReg, KillFlag);
908 if (Hexagon::IntRegsRegClass.
contains(SrcReg) &&
909 Hexagon::PredRegsRegClass.
contains(DestReg)) {
911 .
addReg(SrcReg, KillFlag);
914 if (Hexagon::PredRegsRegClass.
contains(SrcReg) &&
915 Hexagon::IntRegsRegClass.
contains(DestReg)) {
917 .
addReg(SrcReg, KillFlag);
920 if (Hexagon::HvxVRRegClass.
contains(SrcReg, DestReg)) {
922 addReg(SrcReg, KillFlag);
925 if (Hexagon::HvxWRRegClass.
contains(SrcReg, DestReg)) {
928 Register SrcLo = HRI.getSubReg(SrcReg, Hexagon::vsub_lo);
929 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi);
933 .
addReg(SrcHi, KillFlag | UndefHi)
934 .
addReg(SrcLo, KillFlag | UndefLo);
937 if (Hexagon::HvxQRRegClass.
contains(SrcReg, DestReg)) {
940 .
addReg(SrcReg, KillFlag);
943 if (Hexagon::HvxQRRegClass.
contains(SrcReg) &&
944 Hexagon::HvxVRRegClass.
contains(DestReg)) {
948 if (Hexagon::HvxQRRegClass.
contains(DestReg) &&
949 Hexagon::HvxVRRegClass.
contains(SrcReg)) {
964 Register SrcReg,
bool isKill,
int FI,
977 if (Hexagon::IntRegsRegClass.hasSubClassEq(RC)) {
981 }
else if (Hexagon::DoubleRegsRegClass.hasSubClassEq(RC)) {
985 }
else if (Hexagon::PredRegsRegClass.hasSubClassEq(RC)) {
989 }
else if (Hexagon::ModRegsRegClass.hasSubClassEq(RC)) {
993 }
else if (Hexagon::HvxQRRegClass.hasSubClassEq(RC)) {
997 }
else if (Hexagon::HvxVRRegClass.hasSubClassEq(RC)) {
1001 }
else if (Hexagon::HvxWRRegClass.hasSubClassEq(RC)) {
1024 if (Hexagon::IntRegsRegClass.hasSubClassEq(RC)) {
1027 }
else if (Hexagon::DoubleRegsRegClass.hasSubClassEq(RC)) {
1030 }
else if (Hexagon::PredRegsRegClass.hasSubClassEq(RC)) {
1033 }
else if (Hexagon::ModRegsRegClass.hasSubClassEq(RC)) {
1036 }
else if (Hexagon::HvxQRRegClass.hasSubClassEq(RC)) {
1039 }
else if (Hexagon::HvxVRRegClass.hasSubClassEq(RC)) {
1042 }
else if (Hexagon::HvxWRRegClass.hasSubClassEq(RC)) {
1063 unsigned Opc =
MI.getOpcode();
1065 auto RealCirc = [&](
unsigned Opc,
bool HasImm,
unsigned MxOp) {
1067 Register CSx = (Mx == Hexagon::M0 ? Hexagon::CS0 : Hexagon::CS1);
1069 .
add(
MI.getOperand((HasImm ? 5 : 4)));
1073 MIB.
add(
MI.getOperand(4));
1080 if (
MI.memoperands().empty())
1083 return MMO->getAlign() >= NeedAlign;
1088 case Hexagon::PS_call_instrprof_custom: {
1089 auto Op0 =
MI.getOperand(0);
1091 "First operand must be a global containing handler name.");
1095 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString();
1121 MIB.addExternalSymbol(cstr);
1125 case TargetOpcode::COPY: {
1131 std::prev(
MBBI)->copyImplicitOps(*
MBB.getParent(),
MI);
1136 case Hexagon::PS_aligna:
1139 .
addImm(-
MI.getOperand(1).getImm());
1142 case Hexagon::V6_vassignp: {
1145 Register SrcLo = HRI.getSubReg(SrcReg, Hexagon::vsub_lo);
1146 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi);
1157 case Hexagon::V6_lo: {
1160 Register SrcSubLo = HRI.getSubReg(SrcReg, Hexagon::vsub_lo);
1166 case Hexagon::V6_hi: {
1169 Register SrcSubHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi);
1175 case Hexagon::PS_vloadrv_ai: {
1179 int Offset =
MI.getOperand(2).getImm();
1180 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1181 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vL32b_ai
1182 : Hexagon::V6_vL32Ub_ai;
1190 case Hexagon::PS_vloadrw_ai: {
1194 int Offset =
MI.getOperand(2).getImm();
1195 unsigned VecOffset = HRI.getSpillSize(Hexagon::HvxVRRegClass);
1196 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1197 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vL32b_ai
1198 : Hexagon::V6_vL32Ub_ai;
1200 HRI.getSubReg(DstReg, Hexagon::vsub_lo))
1205 HRI.getSubReg(DstReg, Hexagon::vsub_hi))
1212 case Hexagon::PS_vstorerv_ai: {
1217 int Offset =
MI.getOperand(1).getImm();
1218 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1219 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vS32b_ai
1220 : Hexagon::V6_vS32Ub_ai;
1229 case Hexagon::PS_vstorerw_ai: {
1233 int Offset =
MI.getOperand(1).getImm();
1234 unsigned VecOffset = HRI.getSpillSize(Hexagon::HvxVRRegClass);
1235 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1236 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vS32b_ai
1237 : Hexagon::V6_vS32Ub_ai;
1241 .
addReg(HRI.getSubReg(SrcReg, Hexagon::vsub_lo))
1246 .
addReg(HRI.getSubReg(SrcReg, Hexagon::vsub_hi))
1251 case Hexagon::PS_true: {
1259 case Hexagon::PS_false: {
1267 case Hexagon::PS_qtrue: {
1274 case Hexagon::PS_qfalse: {
1281 case Hexagon::PS_vdd0: {
1289 case Hexagon::PS_vmulw: {
1292 Register Src1Reg =
MI.getOperand(1).getReg();
1293 Register Src2Reg =
MI.getOperand(2).getReg();
1294 Register Src1SubHi = HRI.getSubReg(Src1Reg, Hexagon::isub_hi);
1295 Register Src1SubLo = HRI.getSubReg(Src1Reg, Hexagon::isub_lo);
1296 Register Src2SubHi = HRI.getSubReg(Src2Reg, Hexagon::isub_hi);
1297 Register Src2SubLo = HRI.getSubReg(Src2Reg, Hexagon::isub_lo);
1299 HRI.getSubReg(DstReg, Hexagon::isub_hi))
1303 HRI.getSubReg(DstReg, Hexagon::isub_lo))
1313 case Hexagon::PS_vmulw_acc: {
1316 Register Src1Reg =
MI.getOperand(1).getReg();
1317 Register Src2Reg =
MI.getOperand(2).getReg();
1318 Register Src3Reg =
MI.getOperand(3).getReg();
1319 Register Src1SubHi = HRI.getSubReg(Src1Reg, Hexagon::isub_hi);
1320 Register Src1SubLo = HRI.getSubReg(Src1Reg, Hexagon::isub_lo);
1321 Register Src2SubHi = HRI.getSubReg(Src2Reg, Hexagon::isub_hi);
1322 Register Src2SubLo = HRI.getSubReg(Src2Reg, Hexagon::isub_lo);
1323 Register Src3SubHi = HRI.getSubReg(Src3Reg, Hexagon::isub_hi);
1324 Register Src3SubLo = HRI.getSubReg(Src3Reg, Hexagon::isub_lo);
1326 HRI.getSubReg(DstReg, Hexagon::isub_hi))
1331 HRI.getSubReg(DstReg, Hexagon::isub_lo))
1344 case Hexagon::PS_pselect: {
1368 case Hexagon::PS_vselect: {
1401 case Hexagon::PS_wselect: {
1441 case Hexagon::PS_crash: {
1457 void printCustom(
raw_ostream &OS)
const override {
1458 OS <<
"MisalignedCrash";
1462 static const CrashPseudoSourceValue CrashPSV(MF.
getTarget());
1474 case Hexagon::PS_tailcall_i:
1475 MI.setDesc(
get(Hexagon::J2_jump));
1477 case Hexagon::PS_tailcall_r:
1478 case Hexagon::PS_jmpret:
1479 MI.setDesc(
get(Hexagon::J2_jumpr));
1481 case Hexagon::PS_jmprett:
1482 MI.setDesc(
get(Hexagon::J2_jumprt));
1484 case Hexagon::PS_jmpretf:
1485 MI.setDesc(
get(Hexagon::J2_jumprf));
1487 case Hexagon::PS_jmprettnewpt:
1488 MI.setDesc(
get(Hexagon::J2_jumprtnewpt));
1490 case Hexagon::PS_jmpretfnewpt:
1491 MI.setDesc(
get(Hexagon::J2_jumprfnewpt));
1493 case Hexagon::PS_jmprettnew:
1494 MI.setDesc(
get(Hexagon::J2_jumprtnew));
1496 case Hexagon::PS_jmpretfnew:
1497 MI.setDesc(
get(Hexagon::J2_jumprfnew));
1500 case Hexagon::PS_loadrub_pci:
1501 return RealCirc(Hexagon::L2_loadrub_pci,
true, 4);
1502 case Hexagon::PS_loadrb_pci:
1503 return RealCirc(Hexagon::L2_loadrb_pci,
true, 4);
1504 case Hexagon::PS_loadruh_pci:
1505 return RealCirc(Hexagon::L2_loadruh_pci,
true, 4);
1506 case Hexagon::PS_loadrh_pci:
1507 return RealCirc(Hexagon::L2_loadrh_pci,
true, 4);
1508 case Hexagon::PS_loadri_pci:
1509 return RealCirc(Hexagon::L2_loadri_pci,
true, 4);
1510 case Hexagon::PS_loadrd_pci:
1511 return RealCirc(Hexagon::L2_loadrd_pci,
true, 4);
1512 case Hexagon::PS_loadrub_pcr:
1513 return RealCirc(Hexagon::L2_loadrub_pcr,
false, 3);
1514 case Hexagon::PS_loadrb_pcr:
1515 return RealCirc(Hexagon::L2_loadrb_pcr,
false, 3);
1516 case Hexagon::PS_loadruh_pcr:
1517 return RealCirc(Hexagon::L2_loadruh_pcr,
false, 3);
1518 case Hexagon::PS_loadrh_pcr:
1519 return RealCirc(Hexagon::L2_loadrh_pcr,
false, 3);
1520 case Hexagon::PS_loadri_pcr:
1521 return RealCirc(Hexagon::L2_loadri_pcr,
false, 3);
1522 case Hexagon::PS_loadrd_pcr:
1523 return RealCirc(Hexagon::L2_loadrd_pcr,
false, 3);
1524 case Hexagon::PS_storerb_pci:
1525 return RealCirc(Hexagon::S2_storerb_pci,
true, 3);
1526 case Hexagon::PS_storerh_pci:
1527 return RealCirc(Hexagon::S2_storerh_pci,
true, 3);
1528 case Hexagon::PS_storerf_pci:
1529 return RealCirc(Hexagon::S2_storerf_pci,
true, 3);
1530 case Hexagon::PS_storeri_pci:
1531 return RealCirc(Hexagon::S2_storeri_pci,
true, 3);
1532 case Hexagon::PS_storerd_pci:
1533 return RealCirc(Hexagon::S2_storerd_pci,
true, 3);
1534 case Hexagon::PS_storerb_pcr:
1535 return RealCirc(Hexagon::S2_storerb_pcr,
false, 2);
1536 case Hexagon::PS_storerh_pcr:
1537 return RealCirc(Hexagon::S2_storerh_pcr,
false, 2);
1538 case Hexagon::PS_storerf_pcr:
1539 return RealCirc(Hexagon::S2_storerf_pcr,
false, 2);
1540 case Hexagon::PS_storeri_pcr:
1541 return RealCirc(Hexagon::S2_storeri_pcr,
false, 2);
1542 case Hexagon::PS_storerd_pcr:
1543 return RealCirc(Hexagon::S2_storerd_pcr,
false, 2);
1553 unsigned Opc =
MI.getOpcode();
1557 case Hexagon::V6_vgather_vscatter_mh_pseudo:
1560 .
add(
MI.getOperand(2))
1561 .
add(
MI.getOperand(3))
1562 .
add(
MI.getOperand(4));
1564 .
add(
MI.getOperand(2))
1565 .
add(
MI.getOperand(3))
1566 .
add(
MI.getOperand(4))
1569 return First.getInstrIterator();
1570 case Hexagon::V6_vgathermh_pseudo:
1572 .
add(
MI.getOperand(2))
1573 .
add(
MI.getOperand(3))
1574 .
add(
MI.getOperand(4));
1576 .
add(
MI.getOperand(0))
1580 return First.getInstrIterator();
1582 case Hexagon::V6_vgathermw_pseudo:
1584 .
add(
MI.getOperand(2))
1585 .
add(
MI.getOperand(3))
1586 .
add(
MI.getOperand(4));
1588 .
add(
MI.getOperand(0))
1592 return First.getInstrIterator();
1594 case Hexagon::V6_vgathermhw_pseudo:
1596 .
add(
MI.getOperand(2))
1597 .
add(
MI.getOperand(3))
1598 .
add(
MI.getOperand(4));
1600 .
add(
MI.getOperand(0))
1604 return First.getInstrIterator();
1606 case Hexagon::V6_vgathermhq_pseudo:
1608 .
add(
MI.getOperand(2))
1609 .
add(
MI.getOperand(3))
1610 .
add(
MI.getOperand(4))
1611 .
add(
MI.getOperand(5));
1613 .
add(
MI.getOperand(0))
1617 return First.getInstrIterator();
1619 case Hexagon::V6_vgathermwq_pseudo:
1621 .
add(
MI.getOperand(2))
1622 .
add(
MI.getOperand(3))
1623 .
add(
MI.getOperand(4))
1624 .
add(
MI.getOperand(5));
1626 .
add(
MI.getOperand(0))
1630 return First.getInstrIterator();
1632 case Hexagon::V6_vgathermhwq_pseudo:
1634 .
add(
MI.getOperand(2))
1635 .
add(
MI.getOperand(3))
1636 .
add(
MI.getOperand(4))
1637 .
add(
MI.getOperand(5));
1639 .
add(
MI.getOperand(0))
1643 return First.getInstrIterator();
1646 return MI.getIterator();
1655 assert(
Cond[0].isImm() &&
"First entry in the cond vector not imm-val");
1656 unsigned opcode =
Cond[0].getImm();
1662 Cond[0].setImm(NewOpcode);
1685 const uint64_t
F =
MI.getDesc().TSFlags;
1696 int Opc =
MI.getOpcode();
1709 unsigned NOp = 0,
NumOps =
MI.getNumOperands();
1712 if (!
Op.isReg() || !
Op.isDef() ||
Op.isImplicit())
1719 unsigned PredRegPos;
1721 bool GotPredReg =
getPredReg(
Cond, PredReg, PredRegPos, PredRegFlags);
1724 T.addReg(PredReg, PredRegFlags);
1726 T.add(
MI.getOperand(NOp++));
1728 MI.setDesc(
get(PredOpc));
1729 while (
unsigned n =
MI.getNumOperands())
1730 MI.removeOperand(n-1);
1731 for (
unsigned i = 0, n =
T->getNumOperands(); i < n; ++i)
1732 MI.addOperand(
T->getOperand(i));
1749 std::vector<MachineOperand> &Pred,
1750 bool SkipDead)
const {
1758 if (RC == &Hexagon::PredRegsRegClass) {
1763 }
else if (MO.isRegMask()) {
1764 for (
Register PR : Hexagon::PredRegsRegClass) {
1765 if (!
MI.modifiesRegister(PR, &HRI))
1776 if (!
MI.getDesc().isPredicable())
1780 if (!Subtarget.usePredicatedCalls())
1785 if (!Subtarget.hasV62Ops()) {
1786 switch (
MI.getOpcode()) {
1787 case Hexagon::V6_vL32b_ai:
1788 case Hexagon::V6_vL32b_pi:
1789 case Hexagon::V6_vL32b_ppu:
1790 case Hexagon::V6_vL32b_cur_ai:
1791 case Hexagon::V6_vL32b_cur_pi:
1792 case Hexagon::V6_vL32b_cur_ppu:
1793 case Hexagon::V6_vL32b_nt_ai:
1794 case Hexagon::V6_vL32b_nt_pi:
1795 case Hexagon::V6_vL32b_nt_ppu:
1796 case Hexagon::V6_vL32b_tmp_ai:
1797 case Hexagon::V6_vL32b_tmp_pi:
1798 case Hexagon::V6_vL32b_tmp_ppu:
1799 case Hexagon::V6_vL32b_nt_cur_ai:
1800 case Hexagon::V6_vL32b_nt_cur_pi:
1801 case Hexagon::V6_vL32b_nt_cur_ppu:
1802 case Hexagon::V6_vL32b_nt_tmp_ai:
1803 case Hexagon::V6_vL32b_nt_tmp_pi:
1804 case Hexagon::V6_vL32b_nt_tmp_ppu:
1812 bool Invert)
const {
1818 case Hexagon::F2_sfadd:
1834 if (
MI.isDebugInstr())
1844 for (
auto *
I :
MBB->successors())
1850 if (
MI.getDesc().isTerminator() ||
MI.isPosition())
1854 if (
MI.getOpcode() == TargetOpcode::INLINEASM_BR)
1878 bool atInsnStart =
true;
1881 for (; *Str; ++Str) {
1885 if (atInsnStart && !
isSpace(
static_cast<unsigned char>(*Str))) {
1887 atInsnStart =
false;
1891 atInsnStart =
false;
1914 int64_t &
Value)
const {
1915 unsigned Opc =
MI.getOpcode();
1919 case Hexagon::C2_cmpeq:
1920 case Hexagon::C2_cmpeqp:
1921 case Hexagon::C2_cmpgt:
1922 case Hexagon::C2_cmpgtp:
1923 case Hexagon::C2_cmpgtu:
1924 case Hexagon::C2_cmpgtup:
1925 case Hexagon::C4_cmpneq:
1926 case Hexagon::C4_cmplte:
1927 case Hexagon::C4_cmplteu:
1928 case Hexagon::C2_cmpeqi:
1929 case Hexagon::C2_cmpgti:
1930 case Hexagon::C2_cmpgtui:
1931 case Hexagon::C4_cmpneqi:
1932 case Hexagon::C4_cmplteui:
1933 case Hexagon::C4_cmpltei:
1934 SrcReg =
MI.getOperand(1).getReg();
1937 case Hexagon::A4_cmpbeq:
1938 case Hexagon::A4_cmpbgt:
1939 case Hexagon::A4_cmpbgtu:
1940 case Hexagon::A4_cmpbeqi:
1941 case Hexagon::A4_cmpbgti:
1942 case Hexagon::A4_cmpbgtui:
1943 SrcReg =
MI.getOperand(1).getReg();
1946 case Hexagon::A4_cmpheq:
1947 case Hexagon::A4_cmphgt:
1948 case Hexagon::A4_cmphgtu:
1949 case Hexagon::A4_cmpheqi:
1950 case Hexagon::A4_cmphgti:
1951 case Hexagon::A4_cmphgtui:
1952 SrcReg =
MI.getOperand(1).getReg();
1959 case Hexagon::C2_cmpeq:
1960 case Hexagon::C2_cmpeqp:
1961 case Hexagon::C2_cmpgt:
1962 case Hexagon::C2_cmpgtp:
1963 case Hexagon::C2_cmpgtu:
1964 case Hexagon::C2_cmpgtup:
1965 case Hexagon::A4_cmpbeq:
1966 case Hexagon::A4_cmpbgt:
1967 case Hexagon::A4_cmpbgtu:
1968 case Hexagon::A4_cmpheq:
1969 case Hexagon::A4_cmphgt:
1970 case Hexagon::A4_cmphgtu:
1971 case Hexagon::C4_cmpneq:
1972 case Hexagon::C4_cmplte:
1973 case Hexagon::C4_cmplteu:
1974 SrcReg2 =
MI.getOperand(2).getReg();
1978 case Hexagon::C2_cmpeqi:
1979 case Hexagon::C2_cmpgtui:
1980 case Hexagon::C2_cmpgti:
1981 case Hexagon::C4_cmpneqi:
1982 case Hexagon::C4_cmplteui:
1983 case Hexagon::C4_cmpltei:
1984 case Hexagon::A4_cmpbeqi:
1985 case Hexagon::A4_cmpbgti:
1986 case Hexagon::A4_cmpbgtui:
1987 case Hexagon::A4_cmpheqi:
1988 case Hexagon::A4_cmphgti:
1989 case Hexagon::A4_cmphgtui: {
1994 Value =
MI.getOperand(2).getImm();
2004 unsigned *PredCost)
const {
2030 unsigned BasePosA, OffsetPosA;
2038 unsigned BasePosB, OffsetPosB;
2045 if (BaseRegA != BaseRegB || BaseSubA != BaseSubB)
2063 if (OffsetA > OffsetB) {
2064 uint64_t OffDiff = (uint64_t)((int64_t)OffsetA - (int64_t)OffsetB);
2065 return SizeB <= OffDiff;
2067 if (OffsetA < OffsetB) {
2068 uint64_t OffDiff = (uint64_t)((int64_t)OffsetB - (int64_t)OffsetA);
2069 return SizeA <= OffDiff;
2079 unsigned BasePos = 0, OffsetPos = 0;
2087 }
else if (
MI.getOpcode() == Hexagon::A2_addi) {
2089 if (AddOp.isImm()) {
2090 Value = AddOp.getImm();
2098std::pair<unsigned, unsigned>
2108 static const std::pair<unsigned, const char*> Flags[] = {
2109 {MO_PCREL,
"hexagon-pcrel"},
2110 {MO_GOT,
"hexagon-got"},
2111 {MO_LO16,
"hexagon-lo16"},
2112 {MO_HI16,
"hexagon-hi16"},
2113 {MO_GPREL,
"hexagon-gprel"},
2114 {MO_GDGOT,
"hexagon-gdgot"},
2115 {MO_GDPLT,
"hexagon-gdplt"},
2116 {MO_IE,
"hexagon-ie"},
2117 {MO_IEGOT,
"hexagon-iegot"},
2118 {MO_TPREL,
"hexagon-tprel"}
2127 static const std::pair<unsigned, const char*> Flags[] = {
2128 {HMOTF_ConstExtended,
"hexagon-ext"}
2136 if (VT == MVT::i1) {
2137 TRC = &Hexagon::PredRegsRegClass;
2138 }
else if (VT == MVT::i32 || VT == MVT::f32) {
2139 TRC = &Hexagon::IntRegsRegClass;
2140 }
else if (VT == MVT::i64 || VT == MVT::f64) {
2141 TRC = &Hexagon::DoubleRegsRegClass;
2155 const uint64_t
F =
MI.getDesc().TSFlags;
2165 !
MI.getDesc().mayStore() &&
2166 MI.getDesc().getOpcode() != Hexagon::S2_allocframe &&
2167 MI.getDesc().getOpcode() != Hexagon::L2_deallocframe &&
2179 const uint64_t
F =
MI.getDesc().TSFlags;
2212 assert(MO.
isImm() &&
"Extendable operand must be Immediate type");
2216 int32_t SValue =
Value;
2219 return SValue < MinValue || SValue > MaxValue;
2224 return UValue < MinValue || UValue > MaxValue;
2228 switch (
MI.getOpcode()) {
2229 case Hexagon::L4_return:
2230 case Hexagon::L4_return_t:
2231 case Hexagon::L4_return_f:
2232 case Hexagon::L4_return_tnew_pnt:
2233 case Hexagon::L4_return_fnew_pnt:
2234 case Hexagon::L4_return_tnew_pt:
2235 case Hexagon::L4_return_fnew_pt:
2256 for (
auto &RegA : DefsA)
2257 for (
auto &RegB : UsesB) {
2274 switch (
MI.getOpcode()) {
2275 case Hexagon::V6_vL32b_cur_pi:
2276 case Hexagon::V6_vL32b_cur_ai:
2300 return (Opcode == Hexagon::ENDLOOP0 ||
2301 Opcode == Hexagon::ENDLOOP1);
2326 switch (
MI.getOpcode()) {
2328 case Hexagon::PS_fi:
2329 case Hexagon::PS_fia:
2342 const uint64_t
F =
MI.getDesc().TSFlags;
2354 unsigned Opcode =
MI.getOpcode();
2355 const uint64_t
F =
get(Opcode).TSFlags;
2364 if (!
I.mayLoad() && !
I.mayStore())
2370 switch (
MI.getOpcode()) {
2371 case Hexagon::J2_callr:
2372 case Hexagon::J2_callrf:
2373 case Hexagon::J2_callrt:
2374 case Hexagon::PS_call_nr:
2381 switch (
MI.getOpcode()) {
2382 case Hexagon::L4_return:
2383 case Hexagon::L4_return_t:
2384 case Hexagon::L4_return_f:
2385 case Hexagon::L4_return_fnew_pnt:
2386 case Hexagon::L4_return_fnew_pt:
2387 case Hexagon::L4_return_tnew_pnt:
2388 case Hexagon::L4_return_tnew_pt:
2395 switch (
MI.getOpcode()) {
2396 case Hexagon::J2_jumpr:
2397 case Hexagon::J2_jumprt:
2398 case Hexagon::J2_jumprf:
2399 case Hexagon::J2_jumprtnewpt:
2400 case Hexagon::J2_jumprfnewpt:
2401 case Hexagon::J2_jumprtnew:
2402 case Hexagon::J2_jumprfnew:
2413 unsigned offset)
const {
2419 switch (
MI.getOpcode()) {
2423 case Hexagon::J2_jump:
2424 case Hexagon::J2_call:
2425 case Hexagon::PS_call_nr:
2427 case Hexagon::J2_jumpt:
2428 case Hexagon::J2_jumpf:
2429 case Hexagon::J2_jumptnew:
2430 case Hexagon::J2_jumptnewpt:
2431 case Hexagon::J2_jumpfnew:
2432 case Hexagon::J2_jumpfnewpt:
2433 case Hexagon::J2_callt:
2434 case Hexagon::J2_callf:
2436 case Hexagon::J2_loop0i:
2437 case Hexagon::J2_loop0iext:
2438 case Hexagon::J2_loop0r:
2439 case Hexagon::J2_loop0rext:
2440 case Hexagon::J2_loop1i:
2441 case Hexagon::J2_loop1iext:
2442 case Hexagon::J2_loop1r:
2443 case Hexagon::J2_loop1rext:
2446 case Hexagon::J4_cmpeqi_tp0_jump_nt:
2447 case Hexagon::J4_cmpeqi_tp1_jump_nt:
2448 case Hexagon::J4_cmpeqn1_tp0_jump_nt:
2449 case Hexagon::J4_cmpeqn1_tp1_jump_nt:
2461 unsigned Opcode =
MI.getOpcode();
2462 return Opcode == Hexagon::J2_loop0i ||
2463 Opcode == Hexagon::J2_loop0r ||
2464 Opcode == Hexagon::J2_loop0iext ||
2465 Opcode == Hexagon::J2_loop0rext ||
2466 Opcode == Hexagon::J2_loop1i ||
2467 Opcode == Hexagon::J2_loop1r ||
2468 Opcode == Hexagon::J2_loop1iext ||
2469 Opcode == Hexagon::J2_loop1rext;
2473 switch (
MI.getOpcode()) {
2474 default:
return false;
2475 case Hexagon::L4_iadd_memopw_io:
2476 case Hexagon::L4_isub_memopw_io:
2477 case Hexagon::L4_add_memopw_io:
2478 case Hexagon::L4_sub_memopw_io:
2479 case Hexagon::L4_and_memopw_io:
2480 case Hexagon::L4_or_memopw_io:
2481 case Hexagon::L4_iadd_memoph_io:
2482 case Hexagon::L4_isub_memoph_io:
2483 case Hexagon::L4_add_memoph_io:
2484 case Hexagon::L4_sub_memoph_io:
2485 case Hexagon::L4_and_memoph_io:
2486 case Hexagon::L4_or_memoph_io:
2487 case Hexagon::L4_iadd_memopb_io:
2488 case Hexagon::L4_isub_memopb_io:
2489 case Hexagon::L4_add_memopb_io:
2490 case Hexagon::L4_sub_memopb_io:
2491 case Hexagon::L4_and_memopb_io:
2492 case Hexagon::L4_or_memopb_io:
2493 case Hexagon::L4_ior_memopb_io:
2494 case Hexagon::L4_ior_memoph_io:
2495 case Hexagon::L4_ior_memopw_io:
2496 case Hexagon::L4_iand_memopb_io:
2497 case Hexagon::L4_iand_memoph_io:
2498 case Hexagon::L4_iand_memopw_io:
2505 const uint64_t
F =
MI.getDesc().TSFlags;
2510 const uint64_t
F =
get(Opcode).TSFlags;
2527 const uint64_t
F =
MI.getDesc().TSFlags;
2532 const uint64_t
F =
get(Opcode).TSFlags;
2538 unsigned OperandNum)
const {
2539 const uint64_t
F =
MI.getDesc().TSFlags;
2545 const uint64_t
F =
MI.getDesc().TSFlags;
2551 const uint64_t
F =
get(Opcode).TSFlags;
2557 const uint64_t
F =
MI.getDesc().TSFlags;
2563 const uint64_t
F =
get(Opcode).TSFlags;
2571 const uint64_t
F =
get(Opcode).TSFlags;
2576 const uint64_t
F =
get(Opcode).TSFlags;
2581 const uint64_t
F =
get(Opcode).TSFlags;
2588 return MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4 ||
2589 MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4_EXT ||
2590 MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4_PIC ||
2591 MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4_EXT_PIC;
2595 switch (
MI.getOpcode()) {
2597 case Hexagon::L2_loadrb_io:
2598 case Hexagon::L4_loadrb_ur:
2599 case Hexagon::L4_loadrb_ap:
2600 case Hexagon::L2_loadrb_pr:
2601 case Hexagon::L2_loadrb_pbr:
2602 case Hexagon::L2_loadrb_pi:
2603 case Hexagon::L2_loadrb_pci:
2604 case Hexagon::L2_loadrb_pcr:
2605 case Hexagon::L2_loadbsw2_io:
2606 case Hexagon::L4_loadbsw2_ur:
2607 case Hexagon::L4_loadbsw2_ap:
2608 case Hexagon::L2_loadbsw2_pr:
2609 case Hexagon::L2_loadbsw2_pbr:
2610 case Hexagon::L2_loadbsw2_pi:
2611 case Hexagon::L2_loadbsw2_pci:
2612 case Hexagon::L2_loadbsw2_pcr:
2613 case Hexagon::L2_loadbsw4_io:
2614 case Hexagon::L4_loadbsw4_ur:
2615 case Hexagon::L4_loadbsw4_ap:
2616 case Hexagon::L2_loadbsw4_pr:
2617 case Hexagon::L2_loadbsw4_pbr:
2618 case Hexagon::L2_loadbsw4_pi:
2619 case Hexagon::L2_loadbsw4_pci:
2620 case Hexagon::L2_loadbsw4_pcr:
2621 case Hexagon::L4_loadrb_rr:
2622 case Hexagon::L2_ploadrbt_io:
2623 case Hexagon::L2_ploadrbt_pi:
2624 case Hexagon::L2_ploadrbf_io:
2625 case Hexagon::L2_ploadrbf_pi:
2626 case Hexagon::L2_ploadrbtnew_io:
2627 case Hexagon::L2_ploadrbfnew_io:
2628 case Hexagon::L4_ploadrbt_rr:
2629 case Hexagon::L4_ploadrbf_rr:
2630 case Hexagon::L4_ploadrbtnew_rr:
2631 case Hexagon::L4_ploadrbfnew_rr:
2632 case Hexagon::L2_ploadrbtnew_pi:
2633 case Hexagon::L2_ploadrbfnew_pi:
2634 case Hexagon::L4_ploadrbt_abs:
2635 case Hexagon::L4_ploadrbf_abs:
2636 case Hexagon::L4_ploadrbtnew_abs:
2637 case Hexagon::L4_ploadrbfnew_abs:
2638 case Hexagon::L2_loadrbgp:
2640 case Hexagon::L2_loadrh_io:
2641 case Hexagon::L4_loadrh_ur:
2642 case Hexagon::L4_loadrh_ap:
2643 case Hexagon::L2_loadrh_pr:
2644 case Hexagon::L2_loadrh_pbr:
2645 case Hexagon::L2_loadrh_pi:
2646 case Hexagon::L2_loadrh_pci:
2647 case Hexagon::L2_loadrh_pcr:
2648 case Hexagon::L4_loadrh_rr:
2649 case Hexagon::L2_ploadrht_io:
2650 case Hexagon::L2_ploadrht_pi:
2651 case Hexagon::L2_ploadrhf_io:
2652 case Hexagon::L2_ploadrhf_pi:
2653 case Hexagon::L2_ploadrhtnew_io:
2654 case Hexagon::L2_ploadrhfnew_io:
2655 case Hexagon::L4_ploadrht_rr:
2656 case Hexagon::L4_ploadrhf_rr:
2657 case Hexagon::L4_ploadrhtnew_rr:
2658 case Hexagon::L4_ploadrhfnew_rr:
2659 case Hexagon::L2_ploadrhtnew_pi:
2660 case Hexagon::L2_ploadrhfnew_pi:
2661 case Hexagon::L4_ploadrht_abs:
2662 case Hexagon::L4_ploadrhf_abs:
2663 case Hexagon::L4_ploadrhtnew_abs:
2664 case Hexagon::L4_ploadrhfnew_abs:
2665 case Hexagon::L2_loadrhgp:
2673 const uint64_t
F =
MI.getDesc().TSFlags;
2678 switch (
MI.getOpcode()) {
2679 case Hexagon::STriw_pred:
2680 case Hexagon::LDriw_pred:
2691 for (
auto &
Op :
MI.operands())
2692 if (
Op.isGlobal() ||
Op.isSymbol())
2699 unsigned SchedClass =
MI.getDesc().getSchedClass();
2700 return is_TC1(SchedClass);
2704 unsigned SchedClass =
MI.getDesc().getSchedClass();
2705 return is_TC2(SchedClass);
2709 unsigned SchedClass =
MI.getDesc().getSchedClass();
2714 unsigned SchedClass =
MI.getDesc().getSchedClass();
2725 for (
int I = 0;
I <
N;
I++)
2730 if (MI2.
getOpcode() == Hexagon::V6_vS32b_pi)
2791 case Hexagon::PS_vstorerq_ai:
2792 case Hexagon::PS_vstorerv_ai:
2793 case Hexagon::PS_vstorerw_ai:
2794 case Hexagon::PS_vstorerw_nt_ai:
2795 case Hexagon::PS_vloadrq_ai:
2796 case Hexagon::PS_vloadrv_ai:
2797 case Hexagon::PS_vloadrw_ai:
2798 case Hexagon::PS_vloadrw_nt_ai:
2799 case Hexagon::V6_vL32b_ai:
2800 case Hexagon::V6_vS32b_ai:
2801 case Hexagon::V6_vS32b_pred_ai:
2802 case Hexagon::V6_vS32b_npred_ai:
2803 case Hexagon::V6_vS32b_qpred_ai:
2804 case Hexagon::V6_vS32b_nqpred_ai:
2805 case Hexagon::V6_vS32b_new_ai:
2806 case Hexagon::V6_vS32b_new_pred_ai:
2807 case Hexagon::V6_vS32b_new_npred_ai:
2808 case Hexagon::V6_vS32b_nt_pred_ai:
2809 case Hexagon::V6_vS32b_nt_npred_ai:
2810 case Hexagon::V6_vS32b_nt_new_ai:
2811 case Hexagon::V6_vS32b_nt_new_pred_ai:
2812 case Hexagon::V6_vS32b_nt_new_npred_ai:
2813 case Hexagon::V6_vS32b_nt_qpred_ai:
2814 case Hexagon::V6_vS32b_nt_nqpred_ai:
2815 case Hexagon::V6_vL32b_nt_ai:
2816 case Hexagon::V6_vS32b_nt_ai:
2817 case Hexagon::V6_vL32Ub_ai:
2818 case Hexagon::V6_vS32Ub_ai:
2819 case Hexagon::V6_vL32b_cur_ai:
2820 case Hexagon::V6_vL32b_tmp_ai:
2821 case Hexagon::V6_vL32b_pred_ai:
2822 case Hexagon::V6_vL32b_npred_ai:
2823 case Hexagon::V6_vL32b_cur_pred_ai:
2824 case Hexagon::V6_vL32b_cur_npred_ai:
2825 case Hexagon::V6_vL32b_tmp_pred_ai:
2826 case Hexagon::V6_vL32b_tmp_npred_ai:
2827 case Hexagon::V6_vL32b_nt_cur_ai:
2828 case Hexagon::V6_vL32b_nt_tmp_ai:
2829 case Hexagon::V6_vL32b_nt_pred_ai:
2830 case Hexagon::V6_vL32b_nt_npred_ai:
2831 case Hexagon::V6_vL32b_nt_cur_pred_ai:
2832 case Hexagon::V6_vL32b_nt_cur_npred_ai:
2833 case Hexagon::V6_vL32b_nt_tmp_pred_ai:
2834 case Hexagon::V6_vL32b_nt_tmp_npred_ai:
2835 case Hexagon::V6_vS32Ub_pred_ai:
2836 case Hexagon::V6_vS32Ub_npred_ai:
2837 case Hexagon::V6_vgathermh_pseudo:
2838 case Hexagon::V6_vgather_vscatter_mh_pseudo:
2839 case Hexagon::V6_vgathermw_pseudo:
2840 case Hexagon::V6_vgathermhw_pseudo:
2841 case Hexagon::V6_vgathermhq_pseudo:
2842 case Hexagon::V6_vgathermwq_pseudo:
2843 case Hexagon::V6_vgathermhwq_pseudo: {
2844 unsigned VectorSize =
TRI->getSpillSize(Hexagon::HvxVRRegClass);
2846 if (
Offset & (VectorSize-1))
2851 case Hexagon::J2_loop0i:
2852 case Hexagon::J2_loop1i:
2855 case Hexagon::S4_storeirb_io:
2856 case Hexagon::S4_storeirbt_io:
2857 case Hexagon::S4_storeirbf_io:
2860 case Hexagon::S4_storeirh_io:
2861 case Hexagon::S4_storeirht_io:
2862 case Hexagon::S4_storeirhf_io:
2865 case Hexagon::S4_storeiri_io:
2866 case Hexagon::S4_storeirit_io:
2867 case Hexagon::S4_storeirif_io:
2870 case Hexagon::A4_cmpbeqi:
2872 case Hexagon::A4_cmpbgti:
2880 case Hexagon::L2_loadri_io:
2881 case Hexagon::S2_storeri_io:
2885 case Hexagon::L2_loadrd_io:
2886 case Hexagon::S2_storerd_io:
2890 case Hexagon::L2_loadrh_io:
2891 case Hexagon::L2_loadruh_io:
2892 case Hexagon::S2_storerh_io:
2893 case Hexagon::S2_storerf_io:
2897 case Hexagon::L2_loadrb_io:
2898 case Hexagon::L2_loadrub_io:
2899 case Hexagon::S2_storerb_io:
2903 case Hexagon::A2_addi:
2907 case Hexagon::L4_iadd_memopw_io:
2908 case Hexagon::L4_isub_memopw_io:
2909 case Hexagon::L4_add_memopw_io:
2910 case Hexagon::L4_sub_memopw_io:
2911 case Hexagon::L4_iand_memopw_io:
2912 case Hexagon::L4_ior_memopw_io:
2913 case Hexagon::L4_and_memopw_io:
2914 case Hexagon::L4_or_memopw_io:
2917 case Hexagon::L4_iadd_memoph_io:
2918 case Hexagon::L4_isub_memoph_io:
2919 case Hexagon::L4_add_memoph_io:
2920 case Hexagon::L4_sub_memoph_io:
2921 case Hexagon::L4_iand_memoph_io:
2922 case Hexagon::L4_ior_memoph_io:
2923 case Hexagon::L4_and_memoph_io:
2924 case Hexagon::L4_or_memoph_io:
2927 case Hexagon::L4_iadd_memopb_io:
2928 case Hexagon::L4_isub_memopb_io:
2929 case Hexagon::L4_add_memopb_io:
2930 case Hexagon::L4_sub_memopb_io:
2931 case Hexagon::L4_iand_memopb_io:
2932 case Hexagon::L4_ior_memopb_io:
2933 case Hexagon::L4_and_memopb_io:
2934 case Hexagon::L4_or_memopb_io:
2939 case Hexagon::STriw_pred:
2940 case Hexagon::LDriw_pred:
2941 case Hexagon::STriw_ctr:
2942 case Hexagon::LDriw_ctr:
2945 case Hexagon::PS_fi:
2946 case Hexagon::PS_fia:
2947 case Hexagon::INLINEASM:
2950 case Hexagon::L2_ploadrbt_io:
2951 case Hexagon::L2_ploadrbf_io:
2952 case Hexagon::L2_ploadrubt_io:
2953 case Hexagon::L2_ploadrubf_io:
2954 case Hexagon::S2_pstorerbt_io:
2955 case Hexagon::S2_pstorerbf_io:
2958 case Hexagon::L2_ploadrht_io:
2959 case Hexagon::L2_ploadrhf_io:
2960 case Hexagon::L2_ploadruht_io:
2961 case Hexagon::L2_ploadruhf_io:
2962 case Hexagon::S2_pstorerht_io:
2963 case Hexagon::S2_pstorerhf_io:
2964 case Hexagon::S2_pstorerft_io:
2965 case Hexagon::S2_pstorerff_io:
2968 case Hexagon::L2_ploadrit_io:
2969 case Hexagon::L2_ploadrif_io:
2970 case Hexagon::S2_pstorerit_io:
2971 case Hexagon::S2_pstorerif_io:
2974 case Hexagon::L2_ploadrdt_io:
2975 case Hexagon::L2_ploadrdf_io:
2976 case Hexagon::S2_pstorerdt_io:
2977 case Hexagon::S2_pstorerdf_io:
2980 case Hexagon::L2_loadbsw2_io:
2981 case Hexagon::L2_loadbzw2_io:
2984 case Hexagon::L2_loadbsw4_io:
2985 case Hexagon::L2_loadbzw4_io:
2989 dbgs() <<
"Failed Opcode is : " << Opcode <<
" (" <<
getName(Opcode)
2992 "Please define it in the above switch statement!");
3000 const uint64_t
F =
get(
MI.getOpcode()).TSFlags;
3022 switch (
MI.getOpcode()) {
3024 case Hexagon::L2_loadrub_io:
3025 case Hexagon::L4_loadrub_ur:
3026 case Hexagon::L4_loadrub_ap:
3027 case Hexagon::L2_loadrub_pr:
3028 case Hexagon::L2_loadrub_pbr:
3029 case Hexagon::L2_loadrub_pi:
3030 case Hexagon::L2_loadrub_pci:
3031 case Hexagon::L2_loadrub_pcr:
3032 case Hexagon::L2_loadbzw2_io:
3033 case Hexagon::L4_loadbzw2_ur:
3034 case Hexagon::L4_loadbzw2_ap:
3035 case Hexagon::L2_loadbzw2_pr:
3036 case Hexagon::L2_loadbzw2_pbr:
3037 case Hexagon::L2_loadbzw2_pi:
3038 case Hexagon::L2_loadbzw2_pci:
3039 case Hexagon::L2_loadbzw2_pcr:
3040 case Hexagon::L2_loadbzw4_io:
3041 case Hexagon::L4_loadbzw4_ur:
3042 case Hexagon::L4_loadbzw4_ap:
3043 case Hexagon::L2_loadbzw4_pr:
3044 case Hexagon::L2_loadbzw4_pbr:
3045 case Hexagon::L2_loadbzw4_pi:
3046 case Hexagon::L2_loadbzw4_pci:
3047 case Hexagon::L2_loadbzw4_pcr:
3048 case Hexagon::L4_loadrub_rr:
3049 case Hexagon::L2_ploadrubt_io:
3050 case Hexagon::L2_ploadrubt_pi:
3051 case Hexagon::L2_ploadrubf_io:
3052 case Hexagon::L2_ploadrubf_pi:
3053 case Hexagon::L2_ploadrubtnew_io:
3054 case Hexagon::L2_ploadrubfnew_io:
3055 case Hexagon::L4_ploadrubt_rr:
3056 case Hexagon::L4_ploadrubf_rr:
3057 case Hexagon::L4_ploadrubtnew_rr:
3058 case Hexagon::L4_ploadrubfnew_rr:
3059 case Hexagon::L2_ploadrubtnew_pi:
3060 case Hexagon::L2_ploadrubfnew_pi:
3061 case Hexagon::L4_ploadrubt_abs:
3062 case Hexagon::L4_ploadrubf_abs:
3063 case Hexagon::L4_ploadrubtnew_abs:
3064 case Hexagon::L4_ploadrubfnew_abs:
3065 case Hexagon::L2_loadrubgp:
3067 case Hexagon::L2_loadruh_io:
3068 case Hexagon::L4_loadruh_ur:
3069 case Hexagon::L4_loadruh_ap:
3070 case Hexagon::L2_loadruh_pr:
3071 case Hexagon::L2_loadruh_pbr:
3072 case Hexagon::L2_loadruh_pi:
3073 case Hexagon::L2_loadruh_pci:
3074 case Hexagon::L2_loadruh_pcr:
3075 case Hexagon::L4_loadruh_rr:
3076 case Hexagon::L2_ploadruht_io:
3077 case Hexagon::L2_ploadruht_pi:
3078 case Hexagon::L2_ploadruhf_io:
3079 case Hexagon::L2_ploadruhf_pi:
3080 case Hexagon::L2_ploadruhtnew_io:
3081 case Hexagon::L2_ploadruhfnew_io:
3082 case Hexagon::L4_ploadruht_rr:
3083 case Hexagon::L4_ploadruhf_rr:
3084 case Hexagon::L4_ploadruhtnew_rr:
3085 case Hexagon::L4_ploadruhfnew_rr:
3086 case Hexagon::L2_ploadruhtnew_pi:
3087 case Hexagon::L2_ploadruhfnew_pi:
3088 case Hexagon::L4_ploadruht_abs:
3089 case Hexagon::L4_ploadruhf_abs:
3090 case Hexagon::L4_ploadruhtnew_abs:
3091 case Hexagon::L4_ploadruhfnew_abs:
3092 case Hexagon::L2_loadruhgp:
3113 OffsetIsScalable =
false;
3115 if (!BaseOp || !BaseOp->
isReg())
3124 if (Second.
mayStore() &&
First.getOpcode() == Hexagon::S2_allocframe) {
3126 if (
Op.isReg() &&
Op.isUse() &&
Op.getReg() == Hexagon::R29)
3136 if (!Stored.
isReg())
3138 for (
unsigned i = 0, e =
First.getNumOperands(); i < e; ++i) {
3140 if (
Op.isReg() &&
Op.isDef() &&
Op.getReg() == Stored.
getReg())
3149 return Opc == Hexagon::PS_call_nr ||
Opc == Hexagon::PS_callr_nr;
3165 if (Hexagon::getRegForm(
MI.getOpcode()) >= 0)
3168 if (
MI.getDesc().mayLoad() ||
MI.getDesc().mayStore()) {
3175 NonExtOpcode = Hexagon::changeAddrMode_abs_io(
MI.getOpcode());
3181 NonExtOpcode = Hexagon::changeAddrMode_io_rr(
MI.getOpcode());
3184 NonExtOpcode = Hexagon::changeAddrMode_ur_rr(
MI.getOpcode());
3189 if (NonExtOpcode < 0)
3197 return Hexagon::getRealHWInstr(
MI.getOpcode(),
3198 Hexagon::InstrType_Pseudo) >= 0;
3214 const uint64_t
F =
MI.getDesc().TSFlags;
3216 Subtarget.hasV60Ops();
3221 if (
MI.mayStore() && !Subtarget.useNewValueStores())
3224 const uint64_t
F =
MI.getDesc().TSFlags;
3255 if (!MII->isBundle())
3258 for (++MII; MII != MIE && MII->isInsideBundle(); ++MII) {
3270 if (MO.isRegMask() && MO.clobbersPhysReg(PredReg))
3272 if (MO.isReg() && MO.isDef() && MO.isImplicit() && (MO.getReg() == PredReg))
3278 switch (
MI.getOpcode()) {
3279 case Hexagon::A4_addp_c:
3280 case Hexagon::A4_subp_c:
3281 case Hexagon::A4_tlbmatch:
3282 case Hexagon::A5_ACS:
3283 case Hexagon::F2_sfinvsqrta:
3284 case Hexagon::F2_sfrecipa:
3285 case Hexagon::J2_endloop0:
3286 case Hexagon::J2_endloop01:
3287 case Hexagon::J2_ploop1si:
3288 case Hexagon::J2_ploop1sr:
3289 case Hexagon::J2_ploop2si:
3290 case Hexagon::J2_ploop2sr:
3291 case Hexagon::J2_ploop3si:
3292 case Hexagon::J2_ploop3sr:
3293 case Hexagon::S2_cabacdecbin:
3294 case Hexagon::S2_storew_locked:
3295 case Hexagon::S4_stored_locked:
3302 return Opcode == Hexagon::J2_jumpt ||
3303 Opcode == Hexagon::J2_jumptpt ||
3304 Opcode == Hexagon::J2_jumpf ||
3305 Opcode == Hexagon::J2_jumpfpt ||
3306 Opcode == Hexagon::J2_jumptnew ||
3307 Opcode == Hexagon::J2_jumpfnew ||
3308 Opcode == Hexagon::J2_jumptnewpt ||
3309 Opcode == Hexagon::J2_jumpfnewpt;
3319 const uint64_t
F =
MI.getDesc().TSFlags;
3338 unsigned BasePos = 0, OffsetPos = 0;
3361 unsigned &BasePos,
unsigned &OffsetPos)
const {
3369 }
else if (
MI.mayStore()) {
3372 }
else if (
MI.mayLoad()) {
3387 if (!
MI.getOperand(BasePos).isReg() || !
MI.getOperand(OffsetPos).isImm())
3402 if (
I ==
MBB.instr_begin())
3421 }
while (
I !=
MBB.instr_begin());
3423 I =
MBB.instr_end();
3426 while (
I->isDebugInstr()) {
3427 if (
I ==
MBB.instr_begin())
3431 if (!isUnpredicatedTerminator(*
I))
3440 if (&*
I != LastInst && !
I->isBundle() && isUnpredicatedTerminator(*
I)) {
3441 if (!SecondLastInst) {
3442 SecondLastInst = &*
I;
3447 if (
I ==
MBB.instr_begin())
3456 const uint64_t
F =
MI.getDesc().TSFlags;
3464 Register DstReg, SrcReg, Src1Reg, Src2Reg;
3466 switch (
MI.getOpcode()) {
3475 case Hexagon::C2_cmpeq:
3476 case Hexagon::C2_cmpgt:
3477 case Hexagon::C2_cmpgtu:
3478 DstReg =
MI.getOperand(0).getReg();
3479 Src1Reg =
MI.getOperand(1).getReg();
3480 Src2Reg =
MI.getOperand(2).getReg();
3481 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
3482 (Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
3486 case Hexagon::C2_cmpeqi:
3487 case Hexagon::C2_cmpgti:
3488 case Hexagon::C2_cmpgtui:
3490 DstReg =
MI.getOperand(0).getReg();
3491 SrcReg =
MI.getOperand(1).getReg();
3492 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
3493 (Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
3496 (
MI.getOperand(2).getImm() == -1)))
3499 case Hexagon::A2_tfr:
3501 DstReg =
MI.getOperand(0).getReg();
3502 SrcReg =
MI.getOperand(1).getReg();
3506 case Hexagon::A2_tfrsi:
3510 DstReg =
MI.getOperand(0).getReg();
3514 case Hexagon::S2_tstbit_i:
3515 DstReg =
MI.getOperand(0).getReg();
3516 Src1Reg =
MI.getOperand(1).getReg();
3517 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
3518 (Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
3519 MI.getOperand(2).isImm() &&
3527 case Hexagon::J2_jumptnew:
3528 case Hexagon::J2_jumpfnew:
3529 case Hexagon::J2_jumptnewpt:
3530 case Hexagon::J2_jumpfnewpt:
3531 Src1Reg =
MI.getOperand(0).getReg();
3532 if (Hexagon::PredRegsRegClass.
contains(Src1Reg) &&
3533 (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg))
3540 case Hexagon::J2_jump:
3541 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4:
3542 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC:
3554 if ((GA.
getOpcode() != Hexagon::C2_cmpeqi) ||
3555 (GB.
getOpcode() != Hexagon::J2_jumptnew))
3560 if (DestReg != Hexagon::P0 && DestReg != Hexagon::P1)
3568 return DestReg == Hexagon::P0 ? Hexagon::J4_cmpeqn1_tp0_jump_nt
3569 : Hexagon::J4_cmpeqn1_tp1_jump_nt;
3572 return DestReg == Hexagon::P0 ? Hexagon::J4_cmpeqi_tp0_jump_nt
3573 : Hexagon::J4_cmpeqi_tp1_jump_nt;
3578 bool ForBigCore)
const {
3586 static const std::map<unsigned, unsigned> DupMap = {
3587 {Hexagon::A2_add, Hexagon::dup_A2_add},
3588 {Hexagon::A2_addi, Hexagon::dup_A2_addi},
3589 {Hexagon::A2_andir, Hexagon::dup_A2_andir},
3590 {Hexagon::A2_combineii, Hexagon::dup_A2_combineii},
3591 {Hexagon::A2_sxtb, Hexagon::dup_A2_sxtb},
3592 {Hexagon::A2_sxth, Hexagon::dup_A2_sxth},
3593 {Hexagon::A2_tfr, Hexagon::dup_A2_tfr},
3594 {Hexagon::A2_tfrsi, Hexagon::dup_A2_tfrsi},
3595 {Hexagon::A2_zxtb, Hexagon::dup_A2_zxtb},
3596 {Hexagon::A2_zxth, Hexagon::dup_A2_zxth},
3597 {Hexagon::A4_combineii, Hexagon::dup_A4_combineii},
3598 {Hexagon::A4_combineir, Hexagon::dup_A4_combineir},
3599 {Hexagon::A4_combineri, Hexagon::dup_A4_combineri},
3600 {Hexagon::C2_cmoveif, Hexagon::dup_C2_cmoveif},
3601 {Hexagon::C2_cmoveit, Hexagon::dup_C2_cmoveit},
3602 {Hexagon::C2_cmovenewif, Hexagon::dup_C2_cmovenewif},
3603 {Hexagon::C2_cmovenewit, Hexagon::dup_C2_cmovenewit},
3604 {Hexagon::C2_cmpeqi, Hexagon::dup_C2_cmpeqi},
3605 {Hexagon::L2_deallocframe, Hexagon::dup_L2_deallocframe},
3606 {Hexagon::L2_loadrb_io, Hexagon::dup_L2_loadrb_io},
3607 {Hexagon::L2_loadrd_io, Hexagon::dup_L2_loadrd_io},
3608 {Hexagon::L2_loadrh_io, Hexagon::dup_L2_loadrh_io},
3609 {Hexagon::L2_loadri_io, Hexagon::dup_L2_loadri_io},
3610 {Hexagon::L2_loadrub_io, Hexagon::dup_L2_loadrub_io},
3611 {Hexagon::L2_loadruh_io, Hexagon::dup_L2_loadruh_io},
3612 {Hexagon::S2_allocframe, Hexagon::dup_S2_allocframe},
3613 {Hexagon::S2_storerb_io, Hexagon::dup_S2_storerb_io},
3614 {Hexagon::S2_storerd_io, Hexagon::dup_S2_storerd_io},
3615 {Hexagon::S2_storerh_io, Hexagon::dup_S2_storerh_io},
3616 {Hexagon::S2_storeri_io, Hexagon::dup_S2_storeri_io},
3617 {Hexagon::S4_storeirb_io, Hexagon::dup_S4_storeirb_io},
3618 {Hexagon::S4_storeiri_io, Hexagon::dup_S4_storeiri_io},
3620 unsigned OpNum =
MI.getOpcode();
3623 auto Iter = DupMap.find(OpNum);
3624 if (Iter != DupMap.end())
3625 return Iter->second;
3627 for (
const auto &Iter : DupMap)
3628 if (Iter.second == OpNum)
3635 enum Hexagon::PredSense inPredSense;
3636 inPredSense = invertPredicate ? Hexagon::PredSense_false :
3637 Hexagon::PredSense_true;
3638 int CondOpcode = Hexagon::getPredOpcode(
Opc, inPredSense);
3639 if (CondOpcode >= 0)
3647 switch (
MI.getOpcode()) {
3649 case Hexagon::V6_vL32b_pi:
3650 return Hexagon::V6_vL32b_cur_pi;
3651 case Hexagon::V6_vL32b_ai:
3652 return Hexagon::V6_vL32b_cur_ai;
3653 case Hexagon::V6_vL32b_nt_pi:
3654 return Hexagon::V6_vL32b_nt_cur_pi;
3655 case Hexagon::V6_vL32b_nt_ai:
3656 return Hexagon::V6_vL32b_nt_cur_ai;
3657 case Hexagon::V6_vL32b_ppu:
3658 return Hexagon::V6_vL32b_cur_ppu;
3659 case Hexagon::V6_vL32b_nt_ppu:
3660 return Hexagon::V6_vL32b_nt_cur_ppu;
3667 switch (
MI.getOpcode()) {
3669 case Hexagon::V6_vL32b_cur_pi:
3670 return Hexagon::V6_vL32b_pi;
3671 case Hexagon::V6_vL32b_cur_ai:
3672 return Hexagon::V6_vL32b_ai;
3673 case Hexagon::V6_vL32b_nt_cur_pi:
3674 return Hexagon::V6_vL32b_nt_pi;
3675 case Hexagon::V6_vL32b_nt_cur_ai:
3676 return Hexagon::V6_vL32b_nt_ai;
3677 case Hexagon::V6_vL32b_cur_ppu:
3678 return Hexagon::V6_vL32b_ppu;
3679 case Hexagon::V6_vL32b_nt_cur_ppu:
3680 return Hexagon::V6_vL32b_nt_ppu;
3768 int NVOpcode = Hexagon::getNewValueOpcode(
MI.getOpcode());
3772 switch (
MI.getOpcode()) {
3775 std::to_string(
MI.getOpcode()));
3776 case Hexagon::S4_storerb_ur:
3777 return Hexagon::S4_storerbnew_ur;
3779 case Hexagon::S2_storerb_pci:
3780 return Hexagon::S2_storerb_pci;
3782 case Hexagon::S2_storeri_pci:
3783 return Hexagon::S2_storeri_pci;
3785 case Hexagon::S2_storerh_pci:
3786 return Hexagon::S2_storerh_pci;
3788 case Hexagon::S2_storerd_pci:
3789 return Hexagon::S2_storerd_pci;
3791 case Hexagon::S2_storerf_pci:
3792 return Hexagon::S2_storerf_pci;
3794 case Hexagon::V6_vS32b_ai:
3795 return Hexagon::V6_vS32b_new_ai;
3797 case Hexagon::V6_vS32b_pi:
3798 return Hexagon::V6_vS32b_new_pi;
3823 if (BrTarget.
isMBB()) {
3825 Taken = getEdgeProbability(Src, Dst) >= OneHalf;
3838 bool SawCond =
false, Bad =
false;
3842 if (
I.isConditionalBranch()) {
3849 if (
I.isUnconditionalBranch() && !SawCond) {
3857 if (NextIt ==
B.instr_end()) {
3860 if (!
B.isLayoutSuccessor(SB))
3862 Taken = getEdgeProbability(Src, SB) < OneHalf;
3866 assert(NextIt->isUnconditionalBranch());
3875 Taken =
BT && getEdgeProbability(Src,
BT) < OneHalf;
3882 switch (
MI.getOpcode()) {
3883 case Hexagon::J2_jumpt:
3884 return Taken ? Hexagon::J2_jumptnewpt : Hexagon::J2_jumptnew;
3885 case Hexagon::J2_jumpf:
3886 return Taken ? Hexagon::J2_jumpfnewpt : Hexagon::J2_jumpfnew;
3896 switch (
MI.getOpcode()) {
3898 case Hexagon::J2_jumpt:
3899 case Hexagon::J2_jumpf:
3903 int NewOpcode = Hexagon::getPredNewOpcode(
MI.getOpcode());
3910 int NewOp =
MI.getOpcode();
3912 NewOp = Hexagon::getPredOldOpcode(NewOp);
3916 if (!Subtarget.hasFeature(Hexagon::ArchV60)) {
3918 case Hexagon::J2_jumptpt:
3919 NewOp = Hexagon::J2_jumpt;
3921 case Hexagon::J2_jumpfpt:
3922 NewOp = Hexagon::J2_jumpf;
3924 case Hexagon::J2_jumprtpt:
3925 NewOp = Hexagon::J2_jumprt;
3927 case Hexagon::J2_jumprfpt:
3928 NewOp = Hexagon::J2_jumprf;
3933 "Couldn't change predicate new instruction to its old form.");
3937 NewOp = Hexagon::getNonNVStore(NewOp);
3938 assert(NewOp >= 0 &&
"Couldn't change new-value store to its old form.");
3941 if (Subtarget.hasV60Ops())
3946 case Hexagon::J2_jumpfpt:
3947 return Hexagon::J2_jumpf;
3948 case Hexagon::J2_jumptpt:
3949 return Hexagon::J2_jumpt;
3950 case Hexagon::J2_jumprfpt:
3951 return Hexagon::J2_jumprf;
3952 case Hexagon::J2_jumprtpt:
3953 return Hexagon::J2_jumprt;
3962 Register DstReg, SrcReg, Src1Reg, Src2Reg;
3965 switch (
MI.getOpcode()) {
3973 case Hexagon::L2_loadri_io:
3974 case Hexagon::dup_L2_loadri_io:
3975 DstReg =
MI.getOperand(0).getReg();
3976 SrcReg =
MI.getOperand(1).getReg();
3980 if (Hexagon::IntRegsRegClass.
contains(SrcReg) &&
3982 MI.getOperand(2).isImm() &&
3987 (
MI.getOperand(2).isImm() &&
3992 case Hexagon::L2_loadrub_io:
3993 case Hexagon::dup_L2_loadrub_io:
3995 DstReg =
MI.getOperand(0).getReg();
3996 SrcReg =
MI.getOperand(1).getReg();
3998 MI.getOperand(2).isImm() &&
isUInt<4>(
MI.getOperand(2).getImm()))
4011 case Hexagon::L2_loadrh_io:
4012 case Hexagon::L2_loadruh_io:
4013 case Hexagon::dup_L2_loadrh_io:
4014 case Hexagon::dup_L2_loadruh_io:
4016 DstReg =
MI.getOperand(0).getReg();
4017 SrcReg =
MI.getOperand(1).getReg();
4019 MI.getOperand(2).isImm() &&
4023 case Hexagon::L2_loadrb_io:
4024 case Hexagon::dup_L2_loadrb_io:
4026 DstReg =
MI.getOperand(0).getReg();
4027 SrcReg =
MI.getOperand(1).getReg();
4029 MI.getOperand(2).isImm() &&
4033 case Hexagon::L2_loadrd_io:
4034 case Hexagon::dup_L2_loadrd_io:
4036 DstReg =
MI.getOperand(0).getReg();
4037 SrcReg =
MI.getOperand(1).getReg();
4039 Hexagon::IntRegsRegClass.
contains(SrcReg) &&
4041 MI.getOperand(2).isImm() &&
4047 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4:
4048 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC:
4049 case Hexagon::L4_return:
4050 case Hexagon::L2_deallocframe:
4051 case Hexagon::dup_L2_deallocframe:
4053 case Hexagon::EH_RETURN_JMPR:
4054 case Hexagon::PS_jmpret:
4055 case Hexagon::SL2_jumpr31:
4058 DstReg =
MI.getOperand(0).getReg();
4059 if (Hexagon::IntRegsRegClass.
contains(DstReg) && (Hexagon::R31 == DstReg))
4062 case Hexagon::PS_jmprett:
4063 case Hexagon::PS_jmpretf:
4064 case Hexagon::PS_jmprettnewpt:
4065 case Hexagon::PS_jmpretfnewpt:
4066 case Hexagon::PS_jmprettnew:
4067 case Hexagon::PS_jmpretfnew:
4068 case Hexagon::SL2_jumpr31_t:
4069 case Hexagon::SL2_jumpr31_f:
4070 case Hexagon::SL2_jumpr31_tnew:
4071 case Hexagon::SL2_jumpr31_fnew:
4072 DstReg =
MI.getOperand(1).getReg();
4073 SrcReg =
MI.getOperand(0).getReg();
4075 if ((Hexagon::PredRegsRegClass.
contains(SrcReg) &&
4076 (Hexagon::P0 == SrcReg)) &&
4077 (Hexagon::IntRegsRegClass.
contains(DstReg) && (Hexagon::R31 == DstReg)))
4080 case Hexagon::L4_return_t:
4081 case Hexagon::L4_return_f:
4082 case Hexagon::L4_return_tnew_pnt:
4083 case Hexagon::L4_return_fnew_pnt:
4084 case Hexagon::L4_return_tnew_pt:
4085 case Hexagon::L4_return_fnew_pt:
4087 SrcReg =
MI.getOperand(0).getReg();
4088 if (Hexagon::PredRegsRegClass.
contains(SrcReg) && (Hexagon::P0 == SrcReg))
4096 case Hexagon::S2_storeri_io:
4097 case Hexagon::dup_S2_storeri_io:
4100 Src1Reg =
MI.getOperand(0).getReg();
4101 Src2Reg =
MI.getOperand(2).getReg();
4102 if (Hexagon::IntRegsRegClass.
contains(Src1Reg) &&
4109 MI.getOperand(1).isImm() &&
4113 case Hexagon::S2_storerb_io:
4114 case Hexagon::dup_S2_storerb_io:
4116 Src1Reg =
MI.getOperand(0).getReg();
4117 Src2Reg =
MI.getOperand(2).getReg();
4119 MI.getOperand(1).isImm() &&
isUInt<4>(
MI.getOperand(1).getImm()))
4131 case Hexagon::S2_storerh_io:
4132 case Hexagon::dup_S2_storerh_io:
4134 Src1Reg =
MI.getOperand(0).getReg();
4135 Src2Reg =
MI.getOperand(2).getReg();
4137 MI.getOperand(1).isImm() &&
4141 case Hexagon::S2_storerd_io:
4142 case Hexagon::dup_S2_storerd_io:
4144 Src1Reg =
MI.getOperand(0).getReg();
4145 Src2Reg =
MI.getOperand(2).getReg();
4147 Hexagon::IntRegsRegClass.
contains(Src1Reg) &&
4152 case Hexagon::S4_storeiri_io:
4153 case Hexagon::dup_S4_storeiri_io:
4155 Src1Reg =
MI.getOperand(0).getReg();
4158 MI.getOperand(2).isImm() &&
isUInt<1>(
MI.getOperand(2).getImm()))
4161 case Hexagon::S4_storeirb_io:
4162 case Hexagon::dup_S4_storeirb_io:
4164 Src1Reg =
MI.getOperand(0).getReg();
4166 MI.getOperand(1).isImm() &&
isUInt<4>(
MI.getOperand(1).getImm()) &&
4167 MI.getOperand(2).isImm() &&
isUInt<1>(
MI.getOperand(2).getImm()))
4170 case Hexagon::S2_allocframe:
4171 case Hexagon::dup_S2_allocframe:
4172 if (
MI.getOperand(2).isImm() &&
4194 case Hexagon::A2_addi:
4195 case Hexagon::dup_A2_addi:
4196 DstReg =
MI.getOperand(0).getReg();
4197 SrcReg =
MI.getOperand(1).getReg();
4200 if (Hexagon::IntRegsRegClass.
contains(SrcReg) &&
4205 if ((DstReg == SrcReg) &&
MI.getOperand(2).isImm() &&
4211 ((
MI.getOperand(2).getImm() == 1) ||
4212 (
MI.getOperand(2).getImm() == -1)))
4216 case Hexagon::A2_add:
4217 case Hexagon::dup_A2_add:
4219 DstReg =
MI.getOperand(0).getReg();
4220 Src1Reg =
MI.getOperand(1).getReg();
4221 Src2Reg =
MI.getOperand(2).getReg();
4226 case Hexagon::A2_andir:
4227 case Hexagon::dup_A2_andir:
4231 DstReg =
MI.getOperand(0).getReg();
4232 SrcReg =
MI.getOperand(1).getReg();
4234 MI.getOperand(2).isImm() &&
4235 ((
MI.getOperand(2).getImm() == 1) ||
4236 (
MI.getOperand(2).getImm() == 255)))
4239 case Hexagon::A2_tfr:
4240 case Hexagon::dup_A2_tfr:
4242 DstReg =
MI.getOperand(0).getReg();
4243 SrcReg =
MI.getOperand(1).getReg();
4247 case Hexagon::A2_tfrsi:
4248 case Hexagon::dup_A2_tfrsi:
4253 DstReg =
MI.getOperand(0).getReg();
4257 case Hexagon::C2_cmoveit:
4258 case Hexagon::C2_cmovenewit:
4259 case Hexagon::C2_cmoveif:
4260 case Hexagon::C2_cmovenewif:
4261 case Hexagon::dup_C2_cmoveit:
4262 case Hexagon::dup_C2_cmovenewit:
4263 case Hexagon::dup_C2_cmoveif:
4264 case Hexagon::dup_C2_cmovenewif:
4268 DstReg =
MI.getOperand(0).getReg();
4269 SrcReg =
MI.getOperand(1).getReg();
4271 Hexagon::PredRegsRegClass.
contains(SrcReg) && Hexagon::P0 == SrcReg &&
4272 MI.getOperand(2).isImm() &&
MI.getOperand(2).getImm() == 0)
4275 case Hexagon::C2_cmpeqi:
4276 case Hexagon::dup_C2_cmpeqi:
4278 DstReg =
MI.getOperand(0).getReg();
4279 SrcReg =
MI.getOperand(1).getReg();
4280 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
4282 MI.getOperand(2).isImm() &&
isUInt<2>(
MI.getOperand(2).getImm()))
4285 case Hexagon::A2_combineii:
4286 case Hexagon::A4_combineii:
4287 case Hexagon::dup_A2_combineii:
4288 case Hexagon::dup_A4_combineii:
4290 DstReg =
MI.getOperand(0).getReg();
4292 ((
MI.getOperand(1).isImm() &&
isUInt<2>(
MI.getOperand(1).getImm())) ||
4293 (
MI.getOperand(1).isGlobal() &&
4295 ((
MI.getOperand(2).isImm() &&
isUInt<2>(
MI.getOperand(2).getImm())) ||
4296 (
MI.getOperand(2).isGlobal() &&
4300 case Hexagon::A4_combineri:
4301 case Hexagon::dup_A4_combineri:
4304 DstReg =
MI.getOperand(0).getReg();
4305 SrcReg =
MI.getOperand(1).getReg();
4307 ((
MI.getOperand(2).isImm() &&
MI.getOperand(2).getImm() == 0) ||
4308 (
MI.getOperand(2).isGlobal() &&
MI.getOperand(2).getOffset() == 0)))
4311 case Hexagon::A4_combineir:
4312 case Hexagon::dup_A4_combineir:
4314 DstReg =
MI.getOperand(0).getReg();
4315 SrcReg =
MI.getOperand(2).getReg();
4317 ((
MI.getOperand(1).isImm() &&
MI.getOperand(1).getImm() == 0) ||
4318 (
MI.getOperand(1).isGlobal() &&
MI.getOperand(1).getOffset() == 0)))
4321 case Hexagon::A2_sxtb:
4322 case Hexagon::A2_sxth:
4323 case Hexagon::A2_zxtb:
4324 case Hexagon::A2_zxth:
4325 case Hexagon::dup_A2_sxtb:
4326 case Hexagon::dup_A2_sxth:
4327 case Hexagon::dup_A2_zxtb:
4328 case Hexagon::dup_A2_zxth:
4330 DstReg =
MI.getOperand(0).getReg();
4331 SrcReg =
MI.getOperand(1).getReg();
4341 return Hexagon::getRealHWInstr(
MI.getOpcode(), Hexagon::InstrType_Real);
4351 if (
MI.isTransient())
4375 int Idx =
DefMI.findRegisterDefOperandIdx(SR, &HRI,
false,
false);
4386 int Idx =
UseMI.findRegisterUseOperandIdx(SR, &HRI,
false);
4420 : Hexagon::getTruePredOpcode(
Opc);
4421 if (InvPredOpcode >= 0)
4422 return InvPredOpcode;
4429 const uint64_t
F =
MI.getDesc().TSFlags;
4436 return ~(-1U << (bits - 1));
4438 return ~(-1U << bits);
4443 switch (
MI.getOpcode()) {
4444 case Hexagon::L2_loadrbgp:
4445 case Hexagon::L2_loadrdgp:
4446 case Hexagon::L2_loadrhgp:
4447 case Hexagon::L2_loadrigp:
4448 case Hexagon::L2_loadrubgp:
4449 case Hexagon::L2_loadruhgp:
4450 case Hexagon::S2_storerbgp:
4451 case Hexagon::S2_storerbnewgp:
4452 case Hexagon::S2_storerhgp:
4453 case Hexagon::S2_storerhnewgp:
4454 case Hexagon::S2_storerigp:
4455 case Hexagon::S2_storerinewgp:
4456 case Hexagon::S2_storerdgp:
4457 case Hexagon::S2_storerfgp:
4460 const uint64_t
F =
MI.getDesc().TSFlags;
4475 if (
MI.getOpcode() == Hexagon::A4_ext)
4483 const uint64_t
F =
MI.getDesc().TSFlags;
4489 bool ToBigInstrs)
const {
4501 MII->setDesc(
get(Opcode));
4507 bool ToBigInstrs)
const {
4510 End = MB.instr_end();
4511 Instr != End; ++Instr)
4519 while ((MII !=
MBB->instr_end()) && MII->isInsideBundle()) {
4528 const uint64_t
F =
MI.getDesc().TSFlags;
4529 unsigned S = (
F >> MemAccessSizePos) & MemAccesSizeMask;
4530 unsigned Size = getMemAccessSizeInBytes(MemAccessSize(S));
4534 if (
MI.getOpcode() == Hexagon::Y2_dcfetchbo)
4541 return HRI.getSpillSize(Hexagon::HvxVRRegClass);
4549 const uint64_t
F =
MI.getDesc().TSFlags;
4556 return -1U << (bits - 1);
4565 short NonExtOpcode = Hexagon::getRegForm(
MI.getOpcode());
4566 if (NonExtOpcode >= 0)
4567 return NonExtOpcode;
4569 if (
MI.getDesc().mayLoad() ||
MI.getDesc().mayStore()) {
4573 return Hexagon::changeAddrMode_abs_io(
MI.getOpcode());
4575 return Hexagon::changeAddrMode_io_rr(
MI.getOpcode());
4577 return Hexagon::changeAddrMode_ur_rr(
MI.getOpcode());
4587 Register &PredReg,
unsigned &PredRegPos,
4596 PredReg =
Cond[1].getReg();
4600 if (
Cond[1].isImplicit())
4608 return Hexagon::getRealHWInstr(
MI.getOpcode(), Hexagon::InstrType_Pseudo);
4612 return Hexagon::getRegForm(
MI.getOpcode());
4620 if (
MI.isDebugInstr() ||
MI.isPosition())
4623 unsigned Size =
MI.getDesc().getSize();
4639 unsigned NumDefs = 0;
4640 for (;
MI.getOperand(NumDefs).
isReg() &&
MI.getOperand(NumDefs).isDef();
4642 assert(NumDefs !=
MI.getNumOperands()-2 &&
"No asm string?");
4644 assert(
MI.getOperand(NumDefs).isSymbol() &&
"No asm string?");
4646 const char *AsmStr =
MI.getOperand(NumDefs).getSymbolName();
4654 const uint64_t
F =
MI.getDesc().TSFlags;
4660 const InstrStage &IS = *
II.beginStage(
MI.getDesc().getSchedClass());
4662 return IS.getUnits();
4672 assert(BundleHead->isBundle() &&
"Not a bundle header");
4682 "Instruction must be extendable");
4688 "Branch with unknown extendable field type");
4700 int TargetPos =
MI.getNumOperands() - 1;
4703 while ((TargetPos > -1) && !
MI.getOperand(TargetPos).isMBB())
4705 assert((TargetPos >= 0) &&
MI.getOperand(TargetPos).isMBB());
4706 MI.getOperand(TargetPos).setMBB(NewTarget);
4710 MI.setDesc(
get(NewOpcode));
4722 for (
unsigned insn = TargetOpcode::GENERIC_OP_END+1;
4723 insn < Hexagon::INSTRUCTION_LIST_END; ++insn) {
4744 int PredRevOpcode = -1;
4746 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode);
4748 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode);
4749 assert(PredRevOpcode > 0);
4750 return PredRevOpcode;
4756 return Cond.empty() || (
Cond[0].isImm() && (
Cond.size() != 1));
4763 if (Operand.
isImm())
4764 Operand.
setImm(Operand.
getImm() | memShufDisabledMask);
4772 return (Operand.
isImm() && (Operand.
getImm() & memShufDisabledMask) != 0);
4776 return (
MI->getOpcode() == Hexagon::V6_vmpy_qf16_hf ||
4777 MI->getOpcode() == Hexagon::V6_vmpy_qf16_mix_hf ||
4778 MI->getOpcode() == Hexagon::V6_vmpy_qf32_hf ||
4779 MI->getOpcode() == Hexagon::V6_vmpy_qf32_mix_hf ||
4780 MI->getOpcode() == Hexagon::V6_vmpy_qf32_sf ||
4781 MI->getOpcode() == Hexagon::V6_vmpy_qf16_mix_hf ||
4782 MI->getOpcode() == Hexagon::V6_vmpy_qf16 ||
4783 MI->getOpcode() == Hexagon::V6_vmpy_qf32_mix_hf ||
4784 MI->getOpcode() == Hexagon::V6_vmpy_qf32_qf16 ||
4785 MI->getOpcode() == Hexagon::V6_vmpy_qf32);
4806 case Hexagon::V6_vabs_qf16_hf:
4808 case Hexagon::V6_vabs_qf16_qf16:
4810 case Hexagon::V6_vabs_qf32_qf32:
4812 case Hexagon::V6_vabs_qf32_sf:
4814 case Hexagon::V6_vadd_hf:
4816 case Hexagon::V6_vadd_qf16:
4818 case Hexagon::V6_vadd_qf16_mix:
4820 case Hexagon::V6_vadd_qf32:
4822 case Hexagon::V6_vadd_qf32_mix:
4824 case Hexagon::V6_vadd_sf:
4826 case Hexagon::V6_vconv_bf_qf32:
4828 case Hexagon::V6_vconv_f8_qf16:
4830 case Hexagon::V6_vconv_hf_qf16:
4832 case Hexagon::V6_vconv_hf_qf32:
4834 case Hexagon::V6_vconv_qf16_f8:
4836 case Hexagon::V6_vconv_qf16_hf:
4838 case Hexagon::V6_vconv_qf16_qf16:
4840 case Hexagon::V6_vconv_qf32_qf32:
4842 case Hexagon::V6_vconv_qf32_sf:
4844 case Hexagon::V6_vconv_sf_qf32:
4846 case Hexagon::V6_vilog2_qf16:
4848 case Hexagon::V6_vilog2_qf32:
4850 case Hexagon::V6_vmpy_qf16:
4852 case Hexagon::V6_vmpy_qf16_hf:
4854 case Hexagon::V6_vmpy_qf16_mix_hf:
4856 case Hexagon::V6_vmpy_qf32:
4858 case Hexagon::V6_vmpy_qf32_hf:
4860 case Hexagon::V6_vmpy_qf32_mix_hf:
4862 case Hexagon::V6_vmpy_qf32_qf16:
4864 case Hexagon::V6_vmpy_qf32_sf:
4866 case Hexagon::V6_vmpy_rt_hf:
4868 case Hexagon::V6_vmpy_rt_qf16:
4870 case Hexagon::V6_vmpy_rt_sf:
4872 case Hexagon::V6_vneg_qf16_hf:
4874 case Hexagon::V6_vneg_qf16_qf16:
4876 case Hexagon::V6_vneg_qf32_qf32:
4878 case Hexagon::V6_vneg_qf32_sf:
4880 case Hexagon::V6_vsub_hf:
4882 case Hexagon::V6_vsub_qf16:
4884 case Hexagon::V6_vsub_qf16_mix:
4886 case Hexagon::V6_vsub_qf32:
4888 case Hexagon::V6_vsub_qf32_mix:
4890 case Hexagon::V6_vsub_sf:
4892 case Hexagon::V6_vsub_sf_mix:
4894 case Hexagon::V6_vsub_hf_mix:
4967 if (!
A || !
B ||
A->getParent() !=
B->getParent())
4981 return Opc >= 0 ? Hexagon::changeAddrMode_abs_io(
Opc) :
Opc;
4985 return Opc >= 0 ? Hexagon::changeAddrMode_io_abs(
Opc) :
Opc;
4989 return Opc >= 0 ? Hexagon::changeAddrMode_io_pi(
Opc) :
Opc;
4993 return Opc >= 0 ? Hexagon::changeAddrMode_io_rr(
Opc) :
Opc;
4997 return Opc >= 0 ? Hexagon::changeAddrMode_pi_io(
Opc) :
Opc;
5001 return Opc >= 0 ? Hexagon::changeAddrMode_rr_io(
Opc) :
Opc;
5005 return Opc >= 0 ? Hexagon::changeAddrMode_rr_ur(
Opc) :
Opc;
5009 return Opc >= 0 ? Hexagon::changeAddrMode_ur_rr(
Opc) :
Opc;
MachineInstrBuilder & UseMI
MachineInstrBuilder MachineInstrBuilder & DefMI
static bool mayAlias(MachineInstr &MIa, SmallVectorImpl< MachineInstr * > &MemInsns, AliasAnalysis *AA)
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static bool isConstant(const MachineInstr &MI)
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
MachineBasicBlock MachineBasicBlock::iterator MBBI
static const Function * getParent(const Value *V)
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
static bool isSigned(unsigned Opcode)
const HexagonInstrInfo * TII
static void parseOperands(MachineInstr *MI, SmallVector< unsigned, 4 > &Defs, SmallVector< unsigned, 8 > &Uses)
Gather register def/uses from MI.
static cl::opt< bool > DisableNVSchedule("disable-hexagon-nv-schedule", cl::Hidden, cl::desc("Disable schedule adjustment for new value stores."))
const int Hexagon_MEMH_OFFSET_MAX
const int Hexagon_MEMB_OFFSET_MAX
const int Hexagon_MEMH_OFFSET_MIN
const int Hexagon_MEMD_OFFSET_MAX
static cl::opt< bool > EnableTimingClassLatency("enable-timing-class-latency", cl::Hidden, cl::init(false), cl::desc("Enable timing class latency"))
const int Hexagon_MEMD_OFFSET_MIN
const int Hexagon_ADDI_OFFSET_MAX
static cl::opt< bool > EnableACCForwarding("enable-acc-forwarding", cl::Hidden, cl::init(true), cl::desc("Enable vec acc forwarding"))
static void getLiveInRegsAt(LivePhysRegs &Regs, const MachineInstr &MI)
const int Hexagon_MEMW_OFFSET_MAX
Constants for Hexagon instructions.
const int Hexagon_MEMW_OFFSET_MIN
cl::opt< bool > ScheduleInlineAsm("hexagon-sched-inline-asm", cl::Hidden, cl::init(false), cl::desc("Do not consider inline-asm a scheduling/" "packetization boundary."))
const int Hexagon_ADDI_OFFSET_MIN
static cl::opt< bool > BranchRelaxAsmLarge("branch-relax-asm-large", cl::init(true), cl::Hidden, cl::desc("branch relax asm"))
static cl::opt< bool > EnableALUForwarding("enable-alu-forwarding", cl::Hidden, cl::init(true), cl::desc("Enable vec alu forwarding"))
const int Hexagon_MEMB_OFFSET_MIN
static unsigned nonDbgMICount(MachineBasicBlock::const_instr_iterator MIB, MachineBasicBlock::const_instr_iterator MIE)
Calculate number of instructions excluding the debug instructions.
static cl::opt< bool > EnableBranchPrediction("hexagon-enable-branch-prediction", cl::Hidden, cl::init(true), cl::desc("Enable branch prediction"))
static bool isDblRegForSubInst(Register Reg, const HexagonRegisterInfo &HRI)
static void getLiveOutRegsAt(LivePhysRegs &Regs, const MachineInstr &MI)
static cl::opt< bool > UseDFAHazardRec("dfa-hazard-rec", cl::init(true), cl::Hidden, cl::desc("Use the DFA based hazard recognizer."))
static bool isIntRegForSubInst(Register Reg)
static bool isDuplexPairMatch(unsigned Ga, unsigned Gb)
#define HEXAGON_INSTR_SIZE
std::pair< Instruction::BinaryOps, Value * > OffsetOp
Find all possible pairs (BinOp, RHS) that BinOp V, RHS can be simplified.
const size_t AbstractManglingParser< Derived, Alloc >::NumOps
This file implements the LivePhysRegs utility for tracking liveness of physical registers.
static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI, MachineBasicBlock::instr_iterator LastMI)
Return the first DebugLoc that has line number information, given a range of instructions.
static bool isUndef(const MachineInstr &MI)
Register const TargetRegisterInfo * TRI
Promote Memory to Register
static MCRegister getReg(const MCDisassembler *D, unsigned RC, unsigned RegNo)
static bool isReg(const MCInst &MI, unsigned OpNo)
uint64_t IntrinsicInst * II
PassBuilder PB(Machine, PassOpts->PTO, std::nullopt, &PIC)
static StringRef getName(Value *V)
static bool isBranch(unsigned Opcode)
const SmallVectorImpl< MachineOperand > MachineBasicBlock * TBB
const SmallVectorImpl< MachineOperand > & Cond
Remove Loads Into Fake Uses
static bool contains(SmallPtrSetImpl< ConstantExpr * > &Cache, ConstantExpr *Expr, Constant *C)
This file defines the SmallPtrSet class.
This file defines the SmallVector class.
Represent a constant reference to an array (0 or more elements consecutively in memory),...
const Constant * getInitializer() const
getInitializer - Return the initializer for this global variable.
short getEquivalentHWInstr(const MachineInstr &MI) const
int getDuplexOpcode(const MachineInstr &MI, bool ForBigCore=true) const
unsigned removeBranch(MachineBasicBlock &MBB, int *BytesRemoved=nullptr) const override
Remove the branching code at the end of the specific MBB.
bool isPredicated(const MachineInstr &MI) const override
Returns true if the instruction is already predicated.
bool isHVXMemWithAIndirect(const MachineInstr &I, const MachineInstr &J) const
short changeAddrMode_abs_io(short Opc) const
bool isRestrictNoSlot1Store(const MachineInstr &MI) const
short getRegForm(const MachineInstr &MI) const
bool isVecALU(const MachineInstr &MI) const
bool isCompoundBranchInstr(const MachineInstr &MI) const
bool isDuplexPair(const MachineInstr &MIa, const MachineInstr &MIb) const
Symmetrical. See if these two instructions are fit for duplex pair.
bool isJumpR(const MachineInstr &MI) const
ScheduleHazardRecognizer * CreateTargetPostRAHazardRecognizer(const InstrItineraryData *II, const ScheduleDAG *DAG) const override
Allocate and return a hazard recognizer to use for this target when scheduling the machine instructio...
std::pair< unsigned, unsigned > decomposeMachineOperandsTargetFlags(unsigned TF) const override
Decompose the machine operand's target flags into two values - the direct target flag value and any o...
bool producesStall(const MachineInstr &ProdMI, const MachineInstr &ConsMI) const
bool invertAndChangeJumpTarget(MachineInstr &MI, MachineBasicBlock *NewTarget) const
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
Store the specified register of the given register class to the specified stack frame index.
bool isPredictedTaken(unsigned Opcode) const
bool isSaveCalleeSavedRegsCall(const MachineInstr &MI) const
bool hasQFPInstrs(const MachineFunction &MF) const
Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex) const override
TargetInstrInfo overrides.
unsigned nonDbgBundleSize(MachineBasicBlock::const_iterator BundleHead) const
int getDotNewPredOp(const MachineInstr &MI, const MachineBranchProbabilityInfo *MBPI) const
bool isQFP32Instr(MachineInstr *MI) const
bool ClobbersPredicate(MachineInstr &MI, std::vector< MachineOperand > &Pred, bool SkipDead) const override
If the specified instruction defines any predicate or condition code register(s) used for predication...
unsigned getInvertedPredicatedOpcode(const int Opc) const
bool isPureSlot0(const MachineInstr &MI) const
bool doesNotReturn(const MachineInstr &CallMI) const
HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr &MI) const
bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl< MachineOperand > &Cond, bool AllowModify) const override
Analyze the branching code at the end of MBB, returning true if it cannot be understood (e....
bool usesQF16Operand(MachineInstr *MI, unsigned Index=0) const
bool isPredicatedNew(const MachineInstr &MI) const
bool isSignExtendingLoad(const MachineInstr &MI) const
bool isVecAcc(const MachineInstr &MI) const
bool reversePredSense(MachineInstr &MI) const
bool isQFPMul(const MachineInstr *MF) const
unsigned getAddrMode(const MachineInstr &MI) const
MCInst getNop() const override
bool isJumpWithinBranchRange(const MachineInstr &MI, unsigned offset) const
bool mayBeNewStore(const MachineInstr &MI) const
bool isOperandExtended(const MachineInstr &MI, unsigned OperandNum) const
bool canExecuteInBundle(const MachineInstr &First, const MachineInstr &Second) const
Can these instructions execute at the same time in a bundle.
bool isQFP16Instr(MachineInstr *MI) const
std::optional< unsigned > getOperandLatency(const InstrItineraryData *ItinData, const MachineInstr &DefMI, unsigned DefIdx, const MachineInstr &UseMI, unsigned UseIdx) const override
getOperandLatency - Compute and return the use operand latency of a given pair of def and use.
bool isAddrModeWithOffset(const MachineInstr &MI) const
bool getMemOperandsWithOffsetWidth(const MachineInstr &LdSt, SmallVectorImpl< const MachineOperand * > &BaseOps, int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, const TargetRegisterInfo *TRI) const override
Get the base register and byte offset of a load/store instr.
bool isValidOffset(unsigned Opcode, int Offset, const TargetRegisterInfo *TRI, bool Extend=true) const
bool isBaseImmOffset(const MachineInstr &MI) const
bool isAbsoluteSet(const MachineInstr &MI) const
short changeAddrMode_io_pi(short Opc) const
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, Register DestReg, Register SrcReg, bool KillSrc, bool RenamableDest=false, bool RenamableSrc=false) const override
Emit instructions to copy a pair of physical registers.
short changeAddrMode_pi_io(short Opc) const
bool analyzeCompare(const MachineInstr &MI, Register &SrcReg, Register &SrcReg2, int64_t &Mask, int64_t &Value) const override
For a comparison instruction, return the source registers in SrcReg and SrcReg2 if having two registe...
bool reverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override
Reverses the branch condition of the specified condition list, returning false on success and true if...
std::unique_ptr< 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...
bool isLoopN(const MachineInstr &MI) const
bool isSpillPredRegOp(const MachineInstr &MI) const
bool hasStoreToStackSlot(const MachineInstr &MI, SmallVectorImpl< const MachineMemOperand * > &Accesses) const override
Check if the instruction or the bundle of instructions has store to stack slots.
ArrayRef< std::pair< unsigned, const char * > > getSerializableDirectMachineOperandTargetFlags() const override
Return an array that contains the direct target flag values and their names.
bool isIndirectCall(const MachineInstr &MI) const
short changeAddrMode_ur_rr(short Opc) const
bool isValidAutoIncImm(const EVT VT, const int Offset) const
bool hasNonExtEquivalent(const MachineInstr &MI) const
bool isConstExtended(const MachineInstr &MI) const
bool getIncrementValue(const MachineInstr &MI, int &Value) const override
If the instruction is an increment of a constant value, return the amount.
int getCondOpcode(int Opc, bool sense) const
MachineInstr * findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp, MachineBasicBlock *TargetBB, SmallPtrSet< MachineBasicBlock *, 8 > &Visited) const
Find the hardware loop instruction used to set-up the specified loop.
unsigned getInstrTimingClassLatency(const InstrItineraryData *ItinData, const MachineInstr &MI) const
bool usesQF32Operand(MachineInstr *MI, unsigned Index=0) const
bool isAccumulator(const MachineInstr &MI) const
unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef< MachineOperand > Cond, const DebugLoc &DL, int *BytesAdded=nullptr) const override
Insert branch code into the end of the specified MachineBasicBlock.
unsigned getInstrLatency(const InstrItineraryData *ItinData, const MachineInstr &MI, unsigned *PredCost=nullptr) const override
Compute the instruction latency of a given instruction.
bool PredOpcodeHasJMP_c(unsigned Opcode) const
bool isNewValue(const MachineInstr &MI) const
Register createVR(MachineFunction *MF, MVT VT) const
HexagonInstrInfo specifics.
bool isDotCurInst(const MachineInstr &MI) const
bool validateBranchCond(const ArrayRef< MachineOperand > &Cond) const
bool isExtended(const MachineInstr &MI) const
bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, BranchProbability Probability) const override
Return true if it's profitable to predicate instructions with accumulated instruction latency of "Num...
bool isAsCheapAsAMove(const MachineInstr &MI) const override
int getMaxValue(const MachineInstr &MI) const
bool isPredicateLate(unsigned Opcode) const
short changeAddrMode_rr_ur(short Opc) const
bool hasPseudoInstrPair(const MachineInstr &MI) const
bool isNewValueInst(const MachineInstr &MI) const
unsigned getInlineAsmLength(const char *Str, const MCAsmInfo &MAI, const TargetSubtargetInfo *STI=nullptr) const override
Measure the specified inline asm to determine an approximation of its length.
bool areMemAccessesTriviallyDisjoint(const MachineInstr &MIa, const MachineInstr &MIb) const override
int getNonDotCurOp(const MachineInstr &MI) const
bool isIndirectL4Return(const MachineInstr &MI) const
unsigned reversePrediction(unsigned Opcode) const
ArrayRef< std::pair< unsigned, const char * > > getSerializableBitmaskMachineOperandTargetFlags() const override
Return an array that contains the bitmask target flag values and their names.
bool isAssociativeAndCommutative(const MachineInstr &Inst, bool Invert) const override
InstrStage::FuncUnits getUnits(const MachineInstr &MI) const
unsigned getMemAccessSize(const MachineInstr &MI) const
bool predOpcodeHasNot(ArrayRef< MachineOperand > Cond) const
bool isComplex(const MachineInstr &MI) const
bool isPostIncrement(const MachineInstr &MI) const override
Return true for post-incremented instructions.
void setBundleNoShuf(MachineBasicBlock::instr_iterator MIB) const
MachineBasicBlock::instr_iterator expandVGatherPseudo(MachineInstr &MI) const
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
Load the specified register of the given register class from the specified stack frame index.
int getDotNewOp(const MachineInstr &MI) const
void changeDuplexOpcode(MachineBasicBlock::instr_iterator MII, bool ToBigInstrs) const
bool isMemOp(const MachineInstr &MI) const
int getDotOldOp(const MachineInstr &MI) const
short getPseudoInstrPair(const MachineInstr &MI) const
bool hasUncondBranch(const MachineBasicBlock *B) const
short getNonExtOpcode(const MachineInstr &MI) const
bool isTailCall(const MachineInstr &MI) const override
void insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const override
Insert a noop into the instruction stream at the specified point.
bool isDeallocRet(const MachineInstr &MI) const
HexagonInstrInfo(const HexagonSubtarget &ST)
unsigned getCExtOpNum(const MachineInstr &MI) const
bool isSolo(const MachineInstr &MI) const
DFAPacketizer * CreateTargetScheduleState(const TargetSubtargetInfo &STI) const override
Create machine specific model for scheduling.
bool isLateSourceInstr(const MachineInstr &MI) const
bool isDotNewInst(const MachineInstr &MI) const
void translateInstrsForDup(MachineFunction &MF, bool ToBigInstrs=true) const
bool isTC1(const MachineInstr &MI) const
bool isSchedulingBoundary(const MachineInstr &MI, const MachineBasicBlock *MBB, const MachineFunction &MF) const override
Test if the given instruction should be considered a scheduling boundary.
bool predCanBeUsedAsDotNew(const MachineInstr &MI, Register PredReg) const
unsigned getSize(const MachineInstr &MI) const
bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, BranchProbability Probability) const override
Return true if it's profitable for if-converter to duplicate instructions of specified accumulated in...
short changeAddrMode_io_abs(short Opc) const
int getDotCurOp(const MachineInstr &MI) const
bool expandPostRAPseudo(MachineInstr &MI) const override
This function is called for all pseudo instructions that remain after register allocation.
bool isMIBefore(const MachineInstr *A, const MachineInstr *B) const
bool isExpr(unsigned OpType) const
void genAllInsnTimingClasses(MachineFunction &MF) const
bool isTC2Early(const MachineInstr &MI) const
bool hasEHLabel(const MachineBasicBlock *B) const
bool shouldSink(const MachineInstr &MI) const override
bool isZeroExtendingLoad(const MachineInstr &MI) const
short changeAddrMode_rr_io(short Opc) const
bool isHVXVec(const MachineInstr &MI) const
bool isDependent(const MachineInstr &ProdMI, const MachineInstr &ConsMI) const
short changeAddrMode_io_rr(short Opc) const
bool SubsumesPredicate(ArrayRef< MachineOperand > Pred1, ArrayRef< MachineOperand > Pred2) const override
Returns true if the first specified predicate subsumes the second, e.g.
bool mayBeCurLoad(const MachineInstr &MI) const
bool getBundleNoShuf(const MachineInstr &MIB) const
bool isNewValueJump(const MachineInstr &MI) const
bool isTC4x(const MachineInstr &MI) const
bool PredicateInstruction(MachineInstr &MI, ArrayRef< MachineOperand > Cond) const override
Convert the instruction into a predicated instruction.
bool getPredReg(ArrayRef< MachineOperand > Cond, Register &PredReg, unsigned &PredRegPos, RegState &PredRegFlags) const
bool isFloat(const MachineInstr &MI) const
bool isQFPInstr(MachineInstr *MI) const
bool isToBeScheduledASAP(const MachineInstr &MI1, const MachineInstr &MI2) const
MachineOperand * getBaseAndOffset(const MachineInstr &MI, int64_t &Offset, LocationSize &AccessSize) const
bool getInvertedPredSense(SmallVectorImpl< MachineOperand > &Cond) const
unsigned nonDbgBBSize(const MachineBasicBlock *BB) const
getInstrTimingClassLatency - Compute the instruction latency of a given instruction using Timing Clas...
uint64_t getType(const MachineInstr &MI) const
bool isEndLoopN(unsigned Opcode) const
bool getBaseAndOffsetPosition(const MachineInstr &MI, unsigned &BasePos, unsigned &OffsetPos) const override
For instructions with a base and offset, return the position of the base register and offset operands...
bool isPredicable(const MachineInstr &MI) const override
Return true if the specified instruction can be predicated.
bool isExtendable(const MachineInstr &MI) const
void immediateExtend(MachineInstr &MI) const
immediateExtend - Changes the instruction in place to one using an immediate extender.
HexagonII::CompoundGroup getCompoundCandidateGroup(const MachineInstr &MI) const
bool hasLoadFromStackSlot(const MachineInstr &MI, SmallVectorImpl< const MachineMemOperand * > &Accesses) const override
Check if the instruction or the bundle of instructions has load from stack slots.
SmallVector< MachineInstr *, 2 > getBranchingInstrs(MachineBasicBlock &MBB) const
bool isPredicatedTrue(const MachineInstr &MI) const
bool isNewValueStore(const MachineInstr &MI) const
int getMinValue(const MachineInstr &MI) const
bool isVecUsableNextPacket(const MachineInstr &ProdMI, const MachineInstr &ConsMI) const
unsigned getCompoundOpcode(const MachineInstr &GA, const MachineInstr &GB) const
bool addLatencyToSchedule(const MachineInstr &MI1, const MachineInstr &MI2) const
Register isStoreToStackSlot(const MachineInstr &MI, int &FrameIndex) const override
If the specified machine instruction is a direct store to a stack slot, return the virtual or physica...
int getDotNewPredJumpOp(const MachineInstr &MI, const MachineBranchProbabilityInfo *MBPI) const
bool usesQFOperand(MachineInstr *MI, unsigned Index=0) const
bool isTC2(const MachineInstr &MI) const
Register getStackRegister() const
Register getFrameRegister(const MachineFunction &MF) const override
Itinerary data supplied by a subtarget to be used by a target.
unsigned getStageLatency(unsigned ItinClassIndx) const
Return the total stage latency of the given class.
void RemoveMachineInstrFromMaps(MachineInstr &MI)
A set of physical registers with utility functions to track liveness when walking backward/forward th...
LLVM_ABI void stepForward(const MachineInstr &MI, SmallVectorImpl< std::pair< MCPhysReg, const MachineOperand * > > &Clobbers)
Simulates liveness when stepping forward over an instruction(bundle).
LLVM_ABI void stepBackward(const MachineInstr &MI)
Simulates liveness when stepping backwards over an instruction(bundle).
LLVM_ABI void addLiveIns(const MachineBasicBlock &MBB)
Adds all live-in registers of basic block MBB.
LLVM_ABI bool available(const MachineRegisterInfo &MRI, MCRegister Reg) const
Returns true if register Reg and no aliasing register is in the set.
LLVM_ABI void addLiveOuts(const MachineBasicBlock &MBB)
Adds all live-out registers of basic block MBB.
bool contains(MCRegister Reg) const
Returns true if register Reg is contained in the set.
static LocationSize precise(uint64_t Value)
Represents a single loop in the control flow graph.
This class is intended to be used as a base class for asm properties and features specific to the tar...
virtual unsigned getMaxInstLength(const MCSubtargetInfo *STI=nullptr) const
Returns the maximum possible encoded instruction size in bytes.
StringRef getCommentString() const
const char * getSeparatorString() const
MCInstBuilder & addInst(const MCInst *Val)
Add a new MCInst operand.
MCInstBuilder & addImm(int64_t Val)
Add a new integer immediate operand.
Instances of this class represent a single low-level machine instruction.
Describe properties that are true of each instruction in the target description file.
unsigned getSchedClass() const
Return the scheduling class for this instruction.
unsigned getNumDefs() const
Return the number of MachineOperands that are register definitions.
instr_iterator instr_begin()
MachineInstrBundleIterator< const MachineInstr > const_iterator
LLVM_ABI iterator getFirstTerminator()
Returns an iterator to the first terminator instruction of this basic block.
Instructions::iterator instr_iterator
instr_iterator instr_end()
Instructions::const_iterator const_instr_iterator
iterator_range< pred_iterator > predecessors()
void splice(iterator Where, MachineBasicBlock *Other, iterator From)
Take an instruction from MBB 'Other' at the position From, and insert it into this MBB right before '...
MachineInstrBundleIterator< MachineInstr > iterator
LLVM_ABI BranchProbability getEdgeProbability(const MachineBasicBlock *Src, const MachineBasicBlock *Dst) const
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
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.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
const char * createExternalSymbolName(StringRef Name)
Allocate a string and populate it with the given external symbol name.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
BasicBlockListType::iterator iterator
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 & addUse(Register RegNo, RegState Flags={}, unsigned SubReg=0) const
Add a virtual register use operand.
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 & addMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0) const
const MachineInstrBuilder & addDef(Register RegNo, RegState Flags={}, unsigned SubReg=0) const
Add a virtual register definition operand.
const MachineInstrBuilder & cloneMemRefs(const MachineInstr &OtherMI) const
const MachineInstrBuilder & addMemOperand(MachineMemOperand *MMO) const
reverse_iterator getReverse() const
Get a reverse iterator to the same node.
instr_iterator getInstrIterator() const
Representation of each machine instruction.
unsigned getOpcode() const
Returns the opcode of this MachineInstr.
bool readsRegister(Register Reg, const TargetRegisterInfo *TRI) const
Return true if the MachineInstr reads the specified register.
bool getFlag(MIFlag Flag) const
Return whether an MI flag is set.
unsigned getNumOperands() const
Retuns the total number of operands.
LLVM_ABI unsigned getNumExplicitOperands() const
Returns the number of non-implicit operands.
bool mayLoad(QueryType Type=AnyInBundle) const
Return true if this instruction could possibly read memory.
const MCInstrDesc & getDesc() const
Returns the target instruction descriptor of this MachineInstr.
LLVM_ABI bool hasUnmodeledSideEffects() const
Return true if this instruction has side effects that are not modeled by mayLoad / mayStore,...
LLVM_ABI bool hasOrderedMemoryRef() const
Return true if this instruction may have an ordered or volatile memory reference, or if the informati...
bool mayStore(QueryType Type=AnyInBundle) const
Return true if this instruction could possibly modify memory.
const MachineOperand & getOperand(unsigned i) const
LLVM_ABI MachineInstrBundleIterator< MachineInstr > eraseFromParent()
Unlink 'this' from the containing basic block and delete it.
bool isIndirectBranch(QueryType Type=AnyInBundle) const
Return true if this is an indirect branch, such as a branch through a register.
A description of a memory reference used in the backend.
@ MOVolatile
The memory access is volatile.
@ MOLoad
The memory access reads data.
@ MOStore
The memory access writes data.
MachineOperand class - Representation of each machine instruction operand.
unsigned getSubReg() const
void setImm(int64_t immVal)
bool isReg() const
isReg - Tests if this is a MO_Register operand.
MachineBasicBlock * getMBB() const
bool isCPI() const
isCPI - Tests if this is a MO_ConstantPoolIndex operand.
LLVM_ABI void setReg(Register Reg)
Change the register this operand corresponds to.
bool isImm() const
isImm - Tests if this is a MO_Immediate operand.
bool isSymbol() const
isSymbol - Tests if this is a MO_ExternalSymbol operand.
bool isJTI() const
isJTI - Tests if this is a MO_JumpTableIndex operand.
unsigned getTargetFlags() const
static MachineOperand CreateImm(int64_t Val)
bool isGlobal() const
isGlobal - Tests if this is a MO_GlobalAddress operand.
bool isBlockAddress() const
isBlockAddress - Tests if this is a MO_BlockAddress operand.
Register getReg() const
getReg - Returns the register number.
void addTargetFlag(unsigned F)
bool isFI() const
isFI - Tests if this is a MO_FrameIndex operand.
@ MO_ConstantPoolIndex
Address of indexed Constant in Constant Pool.
@ MO_GlobalAddress
Address of a global value.
@ MO_BlockAddress
Address of a basic block.
@ MO_MachineBasicBlock
MachineBasicBlock reference.
@ MO_ExternalSymbol
Name of external global symbol.
@ MO_JumpTableIndex
Address of indexed Jump Table for switch.
bool isFPImm() const
isFPImm - Tests if this is a MO_FPImmediate operand.
bool isMBB() const
isMBB - Tests if this is a MO_MachineBasicBlock operand.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
LLVM_ABI void clearKillFlags(Register Reg) const
clearKillFlags - Iterate over all the uses of the given register and clear the kill flag from the Mac...
LLVM_ABI Register createVirtualRegister(const TargetRegisterClass *RegClass, StringRef Name="")
createVirtualRegister - Create and return a new virtual register in the function with the specified r...
Special value supplied for machine level alias analysis.
Wrapper class representing virtual and physical registers.
constexpr bool isPhysical() const
Return true if the specified register number is in the physical register namespace.
HazardRecognizer - This determines whether or not an instruction can be issued this cycle,...
std::pair< iterator, bool > insert(PtrType Ptr)
Inserts Ptr if and only if there is no element in the container equal to Ptr.
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements.
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.
constexpr size_t size() const
Get the string size.
constexpr const char * data() const
Get a pointer to the start of the string (which may not be null terminated).
size_t count(char C) const
Return the number of occurrences of C in the string.
Object returned by analyzeLoopForPipelining.
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 bool hasStoreToStackSlot(const MachineInstr &MI, SmallVectorImpl< const MachineMemOperand * > &Accesses) const
If the specified machine instruction has a store to a stack slot, return true along with the FrameInd...
virtual std::optional< unsigned > getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const
virtual bool hasLoadFromStackSlot(const MachineInstr &MI, SmallVectorImpl< const MachineMemOperand * > &Accesses) const
If the specified machine instruction has a load from a stack slot, return true along with the FrameIn...
Primary interface to the complete machine description for the target machine.
const MCAsmInfo & getMCAsmInfo() const
Return target specific asm information.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
TargetSubtargetInfo - Generic base class for all target subtargets.
virtual const InstrItineraryData * getInstrItineraryData() const
getInstrItineraryData - Returns instruction itinerary data for the target or specific subtarget.
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
LLVM Value Representation.
self_iterator getIterator()
This class implements an extremely fast bulk output stream that can only output to a stream.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
bool isSlot0Only(unsigned units)
HexagonII - This namespace holds all of the target specific flags that instruction info tracks.
unsigned const TypeCVI_LAST
static constexpr RegTypeInfo make(RegType Out, RegType In1=RegType::Unknown, RegType In2=RegType::Unknown, RegType In3=RegType::Unknown)
@ RestrictNoSlot1StoreMask
@ RestrictNoSlot1StorePos
unsigned const TypeCVI_FIRST
RegType getOpRegType(unsigned Opcode)
RegTypeInfo getRegTypeInfo(unsigned Opcode)
initializer< Ty > init(const Ty &Val)
This is an optimization pass for GlobalISel generic memory operations.
bool all_of(R &&range, UnaryPredicate P)
Provide wrappers to std::all_of which take ranges instead of having to pass begin/end explicitly.
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
constexpr bool isInt(int64_t x)
Checks if an integer fits into the given bit width.
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.
@ InternalRead
Register reads a value that is defined inside the same instruction or bundle.
@ Undef
Value of the register doesn't matter.
@ NoFlags
No Specific Flags.
constexpr RegState getKillRegState(bool B)
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.
bool is_TC1(unsigned SchedClass)
unsigned Log2_32(uint32_t Value)
Return the floor log base 2 of the specified value, -1 if the value is zero.
auto reverse(ContainerTy &&C)
MachineInstr * getImm(const MachineOperand &MO, const MachineRegisterInfo *MRI)
constexpr bool isPowerOf2_32(uint32_t Value)
Return true if the argument is a power of two > 0.
decltype(auto) get(const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair)
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
MachineBasicBlock::instr_iterator getBundleEnd(MachineBasicBlock::instr_iterator I)
Returns an iterator pointing beyond the bundle containing I.
constexpr bool isUInt(uint64_t x)
Checks if an unsigned integer fits into the given bit width.
RegState getRegState(const MachineOperand &RegOp)
Get all register state flags from machine operand RegOp.
@ First
Helpers to iterate all locations in the MemoryEffectsBase class.
bool is_TC2(unsigned SchedClass)
bool is_TC2early(unsigned SchedClass)
uint16_t MCPhysReg
An unsigned integer type large enough to represent all physical registers, but not necessarily virtua...
RelativeUniformCounterPtr ValuesPtrExpr VTableAddr Count
DWARFExpression::Operation Op
ArrayRef(const T &OneElt) -> ArrayRef< T >
constexpr bool isShiftedInt(int64_t x)
Checks if a signed integer is an N bit number shifted left by S.
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.
bool is_contained(R &&Range, const E &Element)
Returns true if Element is found in Range.
bool isSpace(char C)
Checks whether character C is whitespace in the "C" locale.
constexpr RegState getUndefRegState(bool B)
LLVM_ABI Printable printReg(Register Reg, const TargetRegisterInfo *TRI=nullptr, unsigned SubIdx=0, const MachineRegisterInfo *MRI=nullptr)
Prints virtual and physical registers with or without a TRI instance.
constexpr bool isShiftedUInt(uint64_t x)
Checks if a unsigned integer is an N bit number shifted left by S.
LLVM_ABI Printable printMBBReference(const MachineBasicBlock &MBB)
Prints a machine basic block reference.
bool is_TC4x(unsigned SchedClass)
MCRegisterClass TargetRegisterClass
This struct is a compact representation of a valid (non-zero power of two) alignment.
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
MVT getSimpleVT() const
Return the SimpleValueType held in the specified simple EVT.
These values represent a non-pipelined step in the execution of an instruction.
uint64_t FuncUnits
Bitmask representing a set of functional units.
This class contains a discriminated union of information about pointers in memory operands,...
static LLVM_ABI MachinePointerInfo getFixedStack(MachineFunction &MF, int FI, int64_t Offset=0)
Return a MachinePointerInfo record that refers to the specified FrameIndex.