66#define DEBUG_TYPE "hexagon-instrinfo"
68#define GET_INSTRINFO_CTOR_DTOR
69#define GET_INSTRMAP_INFO
71#include "HexagonGenDFAPacketizer.inc"
72#include "HexagonGenInstrInfo.inc"
76 "packetization boundary."));
83 cl::desc(
"Disable schedule adjustment for new value stores."));
87 cl::desc(
"Enable timing class latency"));
91 cl::desc(
"Enable vec alu forwarding"));
95 cl::desc(
"Enable vec acc forwarding"));
103 cl::desc(
"Use the DFA based hazard recognizer."));
118void HexagonInstrInfo::anchor() {}
123 RegInfo(ST.getHwMode()), Subtarget(ST) {}
132 return (
Reg >= Hexagon::R0 &&
Reg <= Hexagon::R7) ||
133 (
Reg >= Hexagon::R16 &&
Reg <= Hexagon::R23);
145 for (; MIB != MIE; ++MIB) {
146 if (!MIB->isDebugInstr())
157 if (!(
MI.getMF()->getFunction().hasOptSize()))
158 return MI.isAsCheapAsAMove();
160 if (
MI.getOpcode() == Hexagon::A2_tfrsi) {
161 auto Op =
MI.getOperand(1);
169 int64_t Imm =
Op.getImm();
174 return MI.isAsCheapAsAMove();
189 if (
isFloat(
MI) &&
MI.hasRegisterImplicitUseOperand(Hexagon::USR))
203 if (EndLoopOp == Hexagon::ENDLOOP0) {
204 LOOPi = Hexagon::J2_loop0i;
205 LOOPr = Hexagon::J2_loop0r;
207 LOOPi = Hexagon::J2_loop1i;
208 LOOPr = Hexagon::J2_loop1r;
219 unsigned Opc =
I.getOpcode();
220 if (
Opc == LOOPi ||
Opc == LOOPr)
224 if (
Opc == EndLoopOp &&
I.getOperand(0).getMBB() != TargetBB)
251 Uses.push_back(MO.getReg());
290 int &FrameIndex)
const {
291 switch (
MI.getOpcode()) {
294 case Hexagon::L2_loadri_io:
295 case Hexagon::L2_loadrd_io:
296 case Hexagon::V6_vL32b_ai:
297 case Hexagon::V6_vL32b_nt_ai:
298 case Hexagon::V6_vL32Ub_ai:
299 case Hexagon::LDriw_pred:
300 case Hexagon::LDriw_ctr:
301 case Hexagon::PS_vloadrq_ai:
302 case Hexagon::PS_vloadrw_ai:
303 case Hexagon::PS_vloadrw_nt_ai: {
311 return MI.getOperand(0).getReg();
314 case Hexagon::L2_ploadrit_io:
315 case Hexagon::L2_ploadrif_io:
316 case Hexagon::L2_ploadrdt_io:
317 case Hexagon::L2_ploadrdf_io: {
325 return MI.getOperand(0).getReg();
338 int &FrameIndex)
const {
339 switch (
MI.getOpcode()) {
342 case Hexagon::S2_storerb_io:
343 case Hexagon::S2_storerh_io:
344 case Hexagon::S2_storeri_io:
345 case Hexagon::S2_storerd_io:
346 case Hexagon::V6_vS32b_ai:
347 case Hexagon::V6_vS32Ub_ai:
348 case Hexagon::STriw_pred:
349 case Hexagon::STriw_ctr:
350 case Hexagon::PS_vstorerq_ai:
351 case Hexagon::PS_vstorerw_ai: {
359 return MI.getOperand(2).getReg();
362 case Hexagon::S2_pstorerbt_io:
363 case Hexagon::S2_pstorerbf_io:
364 case Hexagon::S2_pstorerht_io:
365 case Hexagon::S2_pstorerhf_io:
366 case Hexagon::S2_pstorerit_io:
367 case Hexagon::S2_pstorerif_io:
368 case Hexagon::S2_pstorerdt_io:
369 case Hexagon::S2_pstorerdf_io: {
377 return MI.getOperand(3).getReg();
393 for (++MII; MII !=
MBB->instr_end() && MII->isInsideBundle(); ++MII)
411 for (++MII; MII !=
MBB->instr_end() && MII->isInsideBundle(); ++MII)
439 bool AllowModify)
const {
446 if (
I ==
MBB.instr_begin())
466 }
while (
I !=
MBB.instr_begin());
471 while (
I->isDebugInstr()) {
472 if (
I ==
MBB.instr_begin())
477 bool JumpToBlock =
I->getOpcode() == Hexagon::J2_jump &&
478 I->getOperand(0).isMBB();
480 if (AllowModify && JumpToBlock &&
481 MBB.isLayoutSuccessor(
I->getOperand(0).getMBB())) {
483 I->eraseFromParent();
485 if (
I ==
MBB.instr_begin())
489 if (!isUnpredicatedTerminator(*
I))
497 if (&*
I != LastInst && !
I->isBundle() && isUnpredicatedTerminator(*
I)) {
499 SecondLastInst = &*
I;
504 if (
I ==
MBB.instr_begin())
510 int SecLastOpcode = SecondLastInst ? SecondLastInst->
getOpcode() : 0;
513 if (LastOpcode == Hexagon::J2_jump && !LastInst->
getOperand(0).
isMBB())
515 if (SecLastOpcode == Hexagon::J2_jump &&
526 if (LastInst && !SecondLastInst) {
527 if (LastOpcode == Hexagon::J2_jump) {
537 if (LastOpcodeHasJMP_c) {
552 <<
" with one jump\n";);
559 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) {
570 if (SecLastOpcodeHasNVJump &&
572 (LastOpcode == Hexagon::J2_jump)) {
583 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) {
587 I->eraseFromParent();
592 if (
isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) {
600 <<
" with two jumps";);
606 int *BytesRemoved)
const {
607 assert(!BytesRemoved &&
"code size not handled");
612 while (
I !=
MBB.begin()) {
614 if (
I->isDebugInstr())
619 if (
Count && (
I->getOpcode() == Hexagon::J2_jump))
633 int *BytesAdded)
const {
634 unsigned BOpc = Hexagon::J2_jump;
635 unsigned BccOpc = Hexagon::J2_jumpt;
637 assert(
TBB &&
"insertBranch must not be told to insert a fallthrough");
638 assert(!BytesAdded &&
"code size not handled");
643 if (!
Cond.empty() &&
Cond[0].isImm())
644 BccOpc =
Cond[0].getImm();
654 auto Term =
MBB.getFirstTerminator();
664 int EndLoopOp =
Cond[0].getImm();
671 assert(
Loop !=
nullptr &&
"Inserting an ENDLOOP without a LOOP");
672 Loop->getOperand(0).setMBB(
TBB);
676 assert((
Cond.size() == 3) &&
"Only supporting rr/ri version of nvjump");
687 }
else if(
Cond[2].isImm()) {
693 assert((
Cond.size() == 2) &&
"Malformed cond vector");
701 "Cond. cannot be empty when multiple branchings are required");
703 "NV-jump cannot be inserted with another branch");
706 int EndLoopOp =
Cond[0].getImm();
713 assert(
Loop !=
nullptr &&
"Inserting an ENDLOOP without a LOOP");
714 Loop->getOperand(0).setMBB(
TBB);
743 TripCount =
Loop->getOpcode() == Hexagon::J2_loop0r
745 :
Loop->getOperand(1).getImm();
747 LoopCount =
Loop->getOperand(1).getReg();
750 bool shouldIgnoreForPipelining(
const MachineInstr *
MI)
const override {
752 return MI == EndLoop;
755 std::optional<bool> createTripCountGreaterCondition(
756 int TC, MachineBasicBlock &
MBB,
757 SmallVectorImpl<MachineOperand> &
Cond)
override {
758 if (TripCount == -1) {
762 TII->get(Hexagon::C2_cmpgtui),
Done)
770 return TripCount > TC;
773 void setPreheader(MachineBasicBlock *NewPreheader)
override {
778 void adjustTripCount(
int TripCountAdjust)
override {
781 if (Loop->
getOpcode() == Hexagon::J2_loop0i ||
782 Loop->
getOpcode() == Hexagon::J2_loop1i) {
784 assert(TripCount > 0 &&
"Can't create an empty or negative loop!");
794 TII->get(Hexagon::A2_addi), NewLoopCount)
800 void disposed(LiveIntervals *LIS)
override {
808std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo>
816 LoopBB,
I->getOpcode(),
I->getOperand(0).getMBB(), VisitedBBs);
818 return std::make_unique<HexagonPipelinerLoopInfo>(LoopInst, &*
I);
824 unsigned NumCycles,
unsigned ExtraPredCycles,
838 return NumInstrs <= 4;
846 for (
auto I =
B.begin();
I !=
E; ++
I) {
856 for (
auto I =
B.rbegin();
I !=
E; ++
I)
865 bool RenamableSrc)
const {
869 if (Hexagon::IntRegsRegClass.
contains(SrcReg, DestReg)) {
871 .
addReg(SrcReg, KillFlag);
874 if (Hexagon::DoubleRegsRegClass.
contains(SrcReg, DestReg)) {
876 .
addReg(SrcReg, KillFlag);
879 if (Hexagon::PredRegsRegClass.
contains(SrcReg, DestReg)) {
885 if (Hexagon::CtrRegsRegClass.
contains(DestReg) &&
886 Hexagon::IntRegsRegClass.
contains(SrcReg)) {
888 .
addReg(SrcReg, KillFlag);
891 if (Hexagon::IntRegsRegClass.
contains(DestReg) &&
892 Hexagon::CtrRegsRegClass.
contains(SrcReg)) {
894 .
addReg(SrcReg, KillFlag);
897 if (Hexagon::ModRegsRegClass.
contains(DestReg) &&
898 Hexagon::IntRegsRegClass.
contains(SrcReg)) {
900 .
addReg(SrcReg, KillFlag);
903 if (Hexagon::PredRegsRegClass.
contains(SrcReg) &&
904 Hexagon::IntRegsRegClass.
contains(DestReg)) {
906 .
addReg(SrcReg, KillFlag);
909 if (Hexagon::IntRegsRegClass.
contains(SrcReg) &&
910 Hexagon::PredRegsRegClass.
contains(DestReg)) {
912 .
addReg(SrcReg, KillFlag);
915 if (Hexagon::PredRegsRegClass.
contains(SrcReg) &&
916 Hexagon::IntRegsRegClass.
contains(DestReg)) {
918 .
addReg(SrcReg, KillFlag);
921 if (Hexagon::HvxVRRegClass.
contains(SrcReg, DestReg)) {
923 addReg(SrcReg, KillFlag);
926 if (Hexagon::HvxWRRegClass.
contains(SrcReg, DestReg)) {
929 Register SrcLo = HRI.getSubReg(SrcReg, Hexagon::vsub_lo);
930 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi);
934 .
addReg(SrcHi, KillFlag | UndefHi)
935 .
addReg(SrcLo, KillFlag | UndefLo);
938 if (Hexagon::HvxQRRegClass.
contains(SrcReg, DestReg)) {
941 .
addReg(SrcReg, KillFlag);
944 if (Hexagon::HvxQRRegClass.
contains(SrcReg) &&
945 Hexagon::HvxVRRegClass.
contains(DestReg)) {
949 if (Hexagon::HvxQRRegClass.
contains(DestReg) &&
950 Hexagon::HvxVRRegClass.
contains(SrcReg)) {
965 Register SrcReg,
bool isKill,
int FI,
978 if (Hexagon::IntRegsRegClass.hasSubClassEq(RC)) {
982 }
else if (Hexagon::DoubleRegsRegClass.hasSubClassEq(RC)) {
986 }
else if (Hexagon::PredRegsRegClass.hasSubClassEq(RC)) {
990 }
else if (Hexagon::ModRegsRegClass.hasSubClassEq(RC)) {
994 }
else if (Hexagon::HvxQRRegClass.hasSubClassEq(RC)) {
998 }
else if (Hexagon::HvxVRRegClass.hasSubClassEq(RC)) {
1002 }
else if (Hexagon::HvxWRRegClass.hasSubClassEq(RC)) {
1025 if (Hexagon::IntRegsRegClass.hasSubClassEq(RC)) {
1028 }
else if (Hexagon::DoubleRegsRegClass.hasSubClassEq(RC)) {
1031 }
else if (Hexagon::PredRegsRegClass.hasSubClassEq(RC)) {
1034 }
else if (Hexagon::ModRegsRegClass.hasSubClassEq(RC)) {
1037 }
else if (Hexagon::HvxQRRegClass.hasSubClassEq(RC)) {
1040 }
else if (Hexagon::HvxVRRegClass.hasSubClassEq(RC)) {
1043 }
else if (Hexagon::HvxWRRegClass.hasSubClassEq(RC)) {
1064 unsigned Opc =
MI.getOpcode();
1066 auto RealCirc = [&](
unsigned Opc,
bool HasImm,
unsigned MxOp) {
1068 Register CSx = (Mx == Hexagon::M0 ? Hexagon::CS0 : Hexagon::CS1);
1070 .
add(
MI.getOperand((HasImm ? 5 : 4)));
1074 MIB.
add(
MI.getOperand(4));
1081 if (
MI.memoperands().empty())
1084 return MMO->getAlign() >= NeedAlign;
1089 case Hexagon::PS_call_instrprof_custom: {
1090 auto Op0 =
MI.getOperand(0);
1092 "First operand must be a global containing handler name.");
1096 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString();
1122 MIB.addExternalSymbol(cstr);
1126 case TargetOpcode::COPY: {
1132 std::prev(
MBBI)->copyImplicitOps(*
MBB.getParent(),
MI);
1137 case Hexagon::PS_aligna:
1140 .
addImm(-
MI.getOperand(1).getImm());
1143 case Hexagon::V6_vassignp: {
1146 Register SrcLo = HRI.getSubReg(SrcReg, Hexagon::vsub_lo);
1147 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi);
1158 case Hexagon::V6_lo: {
1161 Register SrcSubLo = HRI.getSubReg(SrcReg, Hexagon::vsub_lo);
1167 case Hexagon::V6_hi: {
1170 Register SrcSubHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi);
1176 case Hexagon::PS_vloadrv_ai: {
1180 int Offset =
MI.getOperand(2).getImm();
1181 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1182 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vL32b_ai
1183 : Hexagon::V6_vL32Ub_ai;
1191 case Hexagon::PS_vloadrw_ai: {
1195 int Offset =
MI.getOperand(2).getImm();
1196 unsigned VecOffset = HRI.getSpillSize(Hexagon::HvxVRRegClass);
1197 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1198 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vL32b_ai
1199 : Hexagon::V6_vL32Ub_ai;
1201 HRI.getSubReg(DstReg, Hexagon::vsub_lo))
1206 HRI.getSubReg(DstReg, Hexagon::vsub_hi))
1213 case Hexagon::PS_vstorerv_ai: {
1218 int Offset =
MI.getOperand(1).getImm();
1219 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1220 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vS32b_ai
1221 : Hexagon::V6_vS32Ub_ai;
1230 case Hexagon::PS_vstorerw_ai: {
1234 int Offset =
MI.getOperand(1).getImm();
1235 unsigned VecOffset = HRI.getSpillSize(Hexagon::HvxVRRegClass);
1236 Align NeedAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass);
1237 unsigned NewOpc = UseAligned(
MI, NeedAlign) ? Hexagon::V6_vS32b_ai
1238 : Hexagon::V6_vS32Ub_ai;
1242 .
addReg(HRI.getSubReg(SrcReg, Hexagon::vsub_lo))
1247 .
addReg(HRI.getSubReg(SrcReg, Hexagon::vsub_hi))
1252 case Hexagon::PS_true: {
1260 case Hexagon::PS_false: {
1268 case Hexagon::PS_qtrue: {
1275 case Hexagon::PS_qfalse: {
1282 case Hexagon::PS_vdd0: {
1290 case Hexagon::PS_vmulw: {
1293 Register Src1Reg =
MI.getOperand(1).getReg();
1294 Register Src2Reg =
MI.getOperand(2).getReg();
1295 Register Src1SubHi = HRI.getSubReg(Src1Reg, Hexagon::isub_hi);
1296 Register Src1SubLo = HRI.getSubReg(Src1Reg, Hexagon::isub_lo);
1297 Register Src2SubHi = HRI.getSubReg(Src2Reg, Hexagon::isub_hi);
1298 Register Src2SubLo = HRI.getSubReg(Src2Reg, Hexagon::isub_lo);
1300 HRI.getSubReg(DstReg, Hexagon::isub_hi))
1304 HRI.getSubReg(DstReg, Hexagon::isub_lo))
1314 case Hexagon::PS_vmulw_acc: {
1317 Register Src1Reg =
MI.getOperand(1).getReg();
1318 Register Src2Reg =
MI.getOperand(2).getReg();
1319 Register Src3Reg =
MI.getOperand(3).getReg();
1320 Register Src1SubHi = HRI.getSubReg(Src1Reg, Hexagon::isub_hi);
1321 Register Src1SubLo = HRI.getSubReg(Src1Reg, Hexagon::isub_lo);
1322 Register Src2SubHi = HRI.getSubReg(Src2Reg, Hexagon::isub_hi);
1323 Register Src2SubLo = HRI.getSubReg(Src2Reg, Hexagon::isub_lo);
1324 Register Src3SubHi = HRI.getSubReg(Src3Reg, Hexagon::isub_hi);
1325 Register Src3SubLo = HRI.getSubReg(Src3Reg, Hexagon::isub_lo);
1327 HRI.getSubReg(DstReg, Hexagon::isub_hi))
1332 HRI.getSubReg(DstReg, Hexagon::isub_lo))
1345 case Hexagon::PS_pselect: {
1369 case Hexagon::PS_vselect: {
1402 case Hexagon::PS_wselect: {
1442 case Hexagon::PS_crash: {
1458 void printCustom(
raw_ostream &OS)
const override {
1459 OS <<
"MisalignedCrash";
1463 static const CrashPseudoSourceValue CrashPSV(MF.
getTarget());
1475 case Hexagon::PS_tailcall_i:
1476 MI.setDesc(
get(Hexagon::J2_jump));
1478 case Hexagon::PS_tailcall_r:
1479 case Hexagon::PS_jmpret:
1480 MI.setDesc(
get(Hexagon::J2_jumpr));
1482 case Hexagon::PS_jmprett:
1483 MI.setDesc(
get(Hexagon::J2_jumprt));
1485 case Hexagon::PS_jmpretf:
1486 MI.setDesc(
get(Hexagon::J2_jumprf));
1488 case Hexagon::PS_jmprettnewpt:
1489 MI.setDesc(
get(Hexagon::J2_jumprtnewpt));
1491 case Hexagon::PS_jmpretfnewpt:
1492 MI.setDesc(
get(Hexagon::J2_jumprfnewpt));
1494 case Hexagon::PS_jmprettnew:
1495 MI.setDesc(
get(Hexagon::J2_jumprtnew));
1497 case Hexagon::PS_jmpretfnew:
1498 MI.setDesc(
get(Hexagon::J2_jumprfnew));
1501 case Hexagon::PS_loadrub_pci:
1502 return RealCirc(Hexagon::L2_loadrub_pci,
true, 4);
1503 case Hexagon::PS_loadrb_pci:
1504 return RealCirc(Hexagon::L2_loadrb_pci,
true, 4);
1505 case Hexagon::PS_loadruh_pci:
1506 return RealCirc(Hexagon::L2_loadruh_pci,
true, 4);
1507 case Hexagon::PS_loadrh_pci:
1508 return RealCirc(Hexagon::L2_loadrh_pci,
true, 4);
1509 case Hexagon::PS_loadri_pci:
1510 return RealCirc(Hexagon::L2_loadri_pci,
true, 4);
1511 case Hexagon::PS_loadrd_pci:
1512 return RealCirc(Hexagon::L2_loadrd_pci,
true, 4);
1513 case Hexagon::PS_loadrub_pcr:
1514 return RealCirc(Hexagon::L2_loadrub_pcr,
false, 3);
1515 case Hexagon::PS_loadrb_pcr:
1516 return RealCirc(Hexagon::L2_loadrb_pcr,
false, 3);
1517 case Hexagon::PS_loadruh_pcr:
1518 return RealCirc(Hexagon::L2_loadruh_pcr,
false, 3);
1519 case Hexagon::PS_loadrh_pcr:
1520 return RealCirc(Hexagon::L2_loadrh_pcr,
false, 3);
1521 case Hexagon::PS_loadri_pcr:
1522 return RealCirc(Hexagon::L2_loadri_pcr,
false, 3);
1523 case Hexagon::PS_loadrd_pcr:
1524 return RealCirc(Hexagon::L2_loadrd_pcr,
false, 3);
1525 case Hexagon::PS_storerb_pci:
1526 return RealCirc(Hexagon::S2_storerb_pci,
true, 3);
1527 case Hexagon::PS_storerh_pci:
1528 return RealCirc(Hexagon::S2_storerh_pci,
true, 3);
1529 case Hexagon::PS_storerf_pci:
1530 return RealCirc(Hexagon::S2_storerf_pci,
true, 3);
1531 case Hexagon::PS_storeri_pci:
1532 return RealCirc(Hexagon::S2_storeri_pci,
true, 3);
1533 case Hexagon::PS_storerd_pci:
1534 return RealCirc(Hexagon::S2_storerd_pci,
true, 3);
1535 case Hexagon::PS_storerb_pcr:
1536 return RealCirc(Hexagon::S2_storerb_pcr,
false, 2);
1537 case Hexagon::PS_storerh_pcr:
1538 return RealCirc(Hexagon::S2_storerh_pcr,
false, 2);
1539 case Hexagon::PS_storerf_pcr:
1540 return RealCirc(Hexagon::S2_storerf_pcr,
false, 2);
1541 case Hexagon::PS_storeri_pcr:
1542 return RealCirc(Hexagon::S2_storeri_pcr,
false, 2);
1543 case Hexagon::PS_storerd_pcr:
1544 return RealCirc(Hexagon::S2_storerd_pcr,
false, 2);
1554 unsigned Opc =
MI.getOpcode();
1558 case Hexagon::V6_vgather_vscatter_mh_pseudo:
1561 .
add(
MI.getOperand(2))
1562 .
add(
MI.getOperand(3))
1563 .
add(
MI.getOperand(4));
1565 .
add(
MI.getOperand(2))
1566 .
add(
MI.getOperand(3))
1567 .
add(
MI.getOperand(4))
1570 return First.getInstrIterator();
1571 case Hexagon::V6_vgathermh_pseudo:
1573 .
add(
MI.getOperand(2))
1574 .
add(
MI.getOperand(3))
1575 .
add(
MI.getOperand(4));
1577 .
add(
MI.getOperand(0))
1581 return First.getInstrIterator();
1583 case Hexagon::V6_vgathermw_pseudo:
1585 .
add(
MI.getOperand(2))
1586 .
add(
MI.getOperand(3))
1587 .
add(
MI.getOperand(4));
1589 .
add(
MI.getOperand(0))
1593 return First.getInstrIterator();
1595 case Hexagon::V6_vgathermhw_pseudo:
1597 .
add(
MI.getOperand(2))
1598 .
add(
MI.getOperand(3))
1599 .
add(
MI.getOperand(4));
1601 .
add(
MI.getOperand(0))
1605 return First.getInstrIterator();
1607 case Hexagon::V6_vgathermhq_pseudo:
1609 .
add(
MI.getOperand(2))
1610 .
add(
MI.getOperand(3))
1611 .
add(
MI.getOperand(4))
1612 .
add(
MI.getOperand(5));
1614 .
add(
MI.getOperand(0))
1618 return First.getInstrIterator();
1620 case Hexagon::V6_vgathermwq_pseudo:
1622 .
add(
MI.getOperand(2))
1623 .
add(
MI.getOperand(3))
1624 .
add(
MI.getOperand(4))
1625 .
add(
MI.getOperand(5));
1627 .
add(
MI.getOperand(0))
1631 return First.getInstrIterator();
1633 case Hexagon::V6_vgathermhwq_pseudo:
1635 .
add(
MI.getOperand(2))
1636 .
add(
MI.getOperand(3))
1637 .
add(
MI.getOperand(4))
1638 .
add(
MI.getOperand(5));
1640 .
add(
MI.getOperand(0))
1644 return First.getInstrIterator();
1647 return MI.getIterator();
1656 assert(
Cond[0].isImm() &&
"First entry in the cond vector not imm-val");
1657 unsigned opcode =
Cond[0].getImm();
1663 Cond[0].setImm(NewOpcode);
1697 int Opc =
MI.getOpcode();
1710 unsigned NOp = 0,
NumOps =
MI.getNumOperands();
1713 if (!
Op.isReg() || !
Op.isDef() ||
Op.isImplicit())
1720 unsigned PredRegPos;
1722 bool GotPredReg =
getPredReg(
Cond, PredReg, PredRegPos, PredRegFlags);
1725 T.addReg(PredReg, PredRegFlags);
1727 T.add(
MI.getOperand(NOp++));
1729 MI.setDesc(
get(PredOpc));
1730 while (
unsigned n =
MI.getNumOperands())
1731 MI.removeOperand(n-1);
1732 for (
unsigned i = 0, n =
T->getNumOperands(); i < n; ++i)
1733 MI.addOperand(
T->getOperand(i));
1750 std::vector<MachineOperand> &Pred,
1751 bool SkipDead)
const {
1759 if (RC == &Hexagon::PredRegsRegClass) {
1764 }
else if (MO.isRegMask()) {
1765 for (
Register PR : Hexagon::PredRegsRegClass) {
1766 if (!
MI.modifiesRegister(PR, &HRI))
1777 if (!
MI.getDesc().isPredicable())
1781 if (!Subtarget.usePredicatedCalls())
1786 if (!Subtarget.hasV62Ops()) {
1787 switch (
MI.getOpcode()) {
1788 case Hexagon::V6_vL32b_ai:
1789 case Hexagon::V6_vL32b_pi:
1790 case Hexagon::V6_vL32b_ppu:
1791 case Hexagon::V6_vL32b_cur_ai:
1792 case Hexagon::V6_vL32b_cur_pi:
1793 case Hexagon::V6_vL32b_cur_ppu:
1794 case Hexagon::V6_vL32b_nt_ai:
1795 case Hexagon::V6_vL32b_nt_pi:
1796 case Hexagon::V6_vL32b_nt_ppu:
1797 case Hexagon::V6_vL32b_tmp_ai:
1798 case Hexagon::V6_vL32b_tmp_pi:
1799 case Hexagon::V6_vL32b_tmp_ppu:
1800 case Hexagon::V6_vL32b_nt_cur_ai:
1801 case Hexagon::V6_vL32b_nt_cur_pi:
1802 case Hexagon::V6_vL32b_nt_cur_ppu:
1803 case Hexagon::V6_vL32b_nt_tmp_ai:
1804 case Hexagon::V6_vL32b_nt_tmp_pi:
1805 case Hexagon::V6_vL32b_nt_tmp_ppu:
1813 bool Invert)
const {
1819 case Hexagon::F2_sfadd:
1835 if (
MI.isDebugInstr())
1845 for (
auto *
I :
MBB->successors())
1851 if (
MI.getDesc().isTerminator() ||
MI.isPosition())
1855 if (
MI.getOpcode() == TargetOpcode::INLINEASM_BR)
1879 bool atInsnStart =
true;
1882 for (; *Str; ++Str) {
1886 if (atInsnStart && !
isSpace(
static_cast<unsigned char>(*Str))) {
1888 atInsnStart =
false;
1892 atInsnStart =
false;
1915 int64_t &
Value)
const {
1916 unsigned Opc =
MI.getOpcode();
1920 case Hexagon::C2_cmpeq:
1921 case Hexagon::C2_cmpeqp:
1922 case Hexagon::C2_cmpgt:
1923 case Hexagon::C2_cmpgtp:
1924 case Hexagon::C2_cmpgtu:
1925 case Hexagon::C2_cmpgtup:
1926 case Hexagon::C4_cmpneq:
1927 case Hexagon::C4_cmplte:
1928 case Hexagon::C4_cmplteu:
1929 case Hexagon::C2_cmpeqi:
1930 case Hexagon::C2_cmpgti:
1931 case Hexagon::C2_cmpgtui:
1932 case Hexagon::C4_cmpneqi:
1933 case Hexagon::C4_cmplteui:
1934 case Hexagon::C4_cmpltei:
1935 SrcReg =
MI.getOperand(1).getReg();
1938 case Hexagon::A4_cmpbeq:
1939 case Hexagon::A4_cmpbgt:
1940 case Hexagon::A4_cmpbgtu:
1941 case Hexagon::A4_cmpbeqi:
1942 case Hexagon::A4_cmpbgti:
1943 case Hexagon::A4_cmpbgtui:
1944 SrcReg =
MI.getOperand(1).getReg();
1947 case Hexagon::A4_cmpheq:
1948 case Hexagon::A4_cmphgt:
1949 case Hexagon::A4_cmphgtu:
1950 case Hexagon::A4_cmpheqi:
1951 case Hexagon::A4_cmphgti:
1952 case Hexagon::A4_cmphgtui:
1953 SrcReg =
MI.getOperand(1).getReg();
1960 case Hexagon::C2_cmpeq:
1961 case Hexagon::C2_cmpeqp:
1962 case Hexagon::C2_cmpgt:
1963 case Hexagon::C2_cmpgtp:
1964 case Hexagon::C2_cmpgtu:
1965 case Hexagon::C2_cmpgtup:
1966 case Hexagon::A4_cmpbeq:
1967 case Hexagon::A4_cmpbgt:
1968 case Hexagon::A4_cmpbgtu:
1969 case Hexagon::A4_cmpheq:
1970 case Hexagon::A4_cmphgt:
1971 case Hexagon::A4_cmphgtu:
1972 case Hexagon::C4_cmpneq:
1973 case Hexagon::C4_cmplte:
1974 case Hexagon::C4_cmplteu:
1975 SrcReg2 =
MI.getOperand(2).getReg();
1979 case Hexagon::C2_cmpeqi:
1980 case Hexagon::C2_cmpgtui:
1981 case Hexagon::C2_cmpgti:
1982 case Hexagon::C4_cmpneqi:
1983 case Hexagon::C4_cmplteui:
1984 case Hexagon::C4_cmpltei:
1985 case Hexagon::A4_cmpbeqi:
1986 case Hexagon::A4_cmpbgti:
1987 case Hexagon::A4_cmpbgtui:
1988 case Hexagon::A4_cmpheqi:
1989 case Hexagon::A4_cmphgti:
1990 case Hexagon::A4_cmphgtui: {
1995 Value =
MI.getOperand(2).getImm();
2005 unsigned *PredCost)
const {
2031 unsigned BasePosA, OffsetPosA;
2039 unsigned BasePosB, OffsetPosB;
2046 if (BaseRegA != BaseRegB || BaseSubA != BaseSubB)
2064 if (OffsetA > OffsetB) {
2066 return SizeB <= OffDiff;
2068 if (OffsetA < OffsetB) {
2070 return SizeA <= OffDiff;
2080 unsigned BasePos = 0, OffsetPos = 0;
2088 }
else if (
MI.getOpcode() == Hexagon::A2_addi) {
2090 if (AddOp.isImm()) {
2091 Value = AddOp.getImm();
2099std::pair<unsigned, unsigned>
2109 static const std::pair<unsigned, const char*> Flags[] = {
2110 {MO_PCREL,
"hexagon-pcrel"},
2111 {MO_GOT,
"hexagon-got"},
2112 {MO_LO16,
"hexagon-lo16"},
2113 {MO_HI16,
"hexagon-hi16"},
2114 {MO_GPREL,
"hexagon-gprel"},
2115 {MO_GDGOT,
"hexagon-gdgot"},
2116 {MO_GDPLT,
"hexagon-gdplt"},
2117 {MO_IE,
"hexagon-ie"},
2118 {MO_IEGOT,
"hexagon-iegot"},
2119 {MO_TPREL,
"hexagon-tprel"}
2128 static const std::pair<unsigned, const char*> Flags[] = {
2129 {HMOTF_ConstExtended,
"hexagon-ext"}
2137 if (VT == MVT::i1) {
2138 TRC = &Hexagon::PredRegsRegClass;
2139 }
else if (VT == MVT::i32 || VT == MVT::f32) {
2140 TRC = &Hexagon::IntRegsRegClass;
2141 }
else if (VT == MVT::i64 || VT == MVT::f64) {
2142 TRC = &Hexagon::DoubleRegsRegClass;
2166 !
MI.getDesc().mayStore() &&
2167 MI.getDesc().getOpcode() != Hexagon::S2_allocframe &&
2168 MI.getDesc().getOpcode() != Hexagon::L2_deallocframe &&
2213 assert(MO.
isImm() &&
"Extendable operand must be Immediate type");
2217 int32_t SValue =
Value;
2220 return SValue < MinValue || SValue > MaxValue;
2225 return UValue < MinValue || UValue > MaxValue;
2229 switch (
MI.getOpcode()) {
2230 case Hexagon::L4_return:
2231 case Hexagon::L4_return_t:
2232 case Hexagon::L4_return_f:
2233 case Hexagon::L4_return_tnew_pnt:
2234 case Hexagon::L4_return_fnew_pnt:
2235 case Hexagon::L4_return_tnew_pt:
2236 case Hexagon::L4_return_fnew_pt:
2257 for (
auto &RegA : DefsA)
2258 for (
auto &RegB : UsesB) {
2275 switch (
MI.getOpcode()) {
2276 case Hexagon::V6_vL32b_cur_pi:
2277 case Hexagon::V6_vL32b_cur_ai:
2301 return (Opcode == Hexagon::ENDLOOP0 ||
2302 Opcode == Hexagon::ENDLOOP1);
2327 switch (
MI.getOpcode()) {
2329 case Hexagon::PS_fi:
2330 case Hexagon::PS_fia:
2355 unsigned Opcode =
MI.getOpcode();
2365 if (!
I.mayLoad() && !
I.mayStore())
2371 switch (
MI.getOpcode()) {
2372 case Hexagon::J2_callr:
2373 case Hexagon::J2_callrf:
2374 case Hexagon::J2_callrt:
2375 case Hexagon::PS_call_nr:
2382 switch (
MI.getOpcode()) {
2383 case Hexagon::L4_return:
2384 case Hexagon::L4_return_t:
2385 case Hexagon::L4_return_f:
2386 case Hexagon::L4_return_fnew_pnt:
2387 case Hexagon::L4_return_fnew_pt:
2388 case Hexagon::L4_return_tnew_pnt:
2389 case Hexagon::L4_return_tnew_pt:
2396 switch (
MI.getOpcode()) {
2397 case Hexagon::J2_jumpr:
2398 case Hexagon::J2_jumprt:
2399 case Hexagon::J2_jumprf:
2400 case Hexagon::J2_jumprtnewpt:
2401 case Hexagon::J2_jumprfnewpt:
2402 case Hexagon::J2_jumprtnew:
2403 case Hexagon::J2_jumprfnew:
2414 unsigned offset)
const {
2420 switch (
MI.getOpcode()) {
2424 case Hexagon::J2_jump:
2425 case Hexagon::J2_call:
2426 case Hexagon::PS_call_nr:
2428 case Hexagon::J2_jumpt:
2429 case Hexagon::J2_jumpf:
2430 case Hexagon::J2_jumptnew:
2431 case Hexagon::J2_jumptnewpt:
2432 case Hexagon::J2_jumpfnew:
2433 case Hexagon::J2_jumpfnewpt:
2434 case Hexagon::J2_callt:
2435 case Hexagon::J2_callf:
2437 case Hexagon::J2_loop0i:
2438 case Hexagon::J2_loop0iext:
2439 case Hexagon::J2_loop0r:
2440 case Hexagon::J2_loop0rext:
2441 case Hexagon::J2_loop1i:
2442 case Hexagon::J2_loop1iext:
2443 case Hexagon::J2_loop1r:
2444 case Hexagon::J2_loop1rext:
2447 case Hexagon::J4_cmpeqi_tp0_jump_nt:
2448 case Hexagon::J4_cmpeqi_tp1_jump_nt:
2449 case Hexagon::J4_cmpeqn1_tp0_jump_nt:
2450 case Hexagon::J4_cmpeqn1_tp1_jump_nt:
2462 unsigned Opcode =
MI.getOpcode();
2463 return Opcode == Hexagon::J2_loop0i ||
2464 Opcode == Hexagon::J2_loop0r ||
2465 Opcode == Hexagon::J2_loop0iext ||
2466 Opcode == Hexagon::J2_loop0rext ||
2467 Opcode == Hexagon::J2_loop1i ||
2468 Opcode == Hexagon::J2_loop1r ||
2469 Opcode == Hexagon::J2_loop1iext ||
2470 Opcode == Hexagon::J2_loop1rext;
2474 switch (
MI.getOpcode()) {
2475 default:
return false;
2476 case Hexagon::L4_iadd_memopw_io:
2477 case Hexagon::L4_isub_memopw_io:
2478 case Hexagon::L4_add_memopw_io:
2479 case Hexagon::L4_sub_memopw_io:
2480 case Hexagon::L4_and_memopw_io:
2481 case Hexagon::L4_or_memopw_io:
2482 case Hexagon::L4_iadd_memoph_io:
2483 case Hexagon::L4_isub_memoph_io:
2484 case Hexagon::L4_add_memoph_io:
2485 case Hexagon::L4_sub_memoph_io:
2486 case Hexagon::L4_and_memoph_io:
2487 case Hexagon::L4_or_memoph_io:
2488 case Hexagon::L4_iadd_memopb_io:
2489 case Hexagon::L4_isub_memopb_io:
2490 case Hexagon::L4_add_memopb_io:
2491 case Hexagon::L4_sub_memopb_io:
2492 case Hexagon::L4_and_memopb_io:
2493 case Hexagon::L4_or_memopb_io:
2494 case Hexagon::L4_ior_memopb_io:
2495 case Hexagon::L4_ior_memoph_io:
2496 case Hexagon::L4_ior_memopw_io:
2497 case Hexagon::L4_iand_memopb_io:
2498 case Hexagon::L4_iand_memoph_io:
2499 case Hexagon::L4_iand_memopw_io:
2539 unsigned OperandNum)
const {
2589 return MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4 ||
2590 MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4_EXT ||
2591 MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4_PIC ||
2592 MI.getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4_EXT_PIC;
2596 switch (
MI.getOpcode()) {
2598 case Hexagon::L2_loadrb_io:
2599 case Hexagon::L4_loadrb_ur:
2600 case Hexagon::L4_loadrb_ap:
2601 case Hexagon::L2_loadrb_pr:
2602 case Hexagon::L2_loadrb_pbr:
2603 case Hexagon::L2_loadrb_pi:
2604 case Hexagon::L2_loadrb_pci:
2605 case Hexagon::L2_loadrb_pcr:
2606 case Hexagon::L2_loadbsw2_io:
2607 case Hexagon::L4_loadbsw2_ur:
2608 case Hexagon::L4_loadbsw2_ap:
2609 case Hexagon::L2_loadbsw2_pr:
2610 case Hexagon::L2_loadbsw2_pbr:
2611 case Hexagon::L2_loadbsw2_pi:
2612 case Hexagon::L2_loadbsw2_pci:
2613 case Hexagon::L2_loadbsw2_pcr:
2614 case Hexagon::L2_loadbsw4_io:
2615 case Hexagon::L4_loadbsw4_ur:
2616 case Hexagon::L4_loadbsw4_ap:
2617 case Hexagon::L2_loadbsw4_pr:
2618 case Hexagon::L2_loadbsw4_pbr:
2619 case Hexagon::L2_loadbsw4_pi:
2620 case Hexagon::L2_loadbsw4_pci:
2621 case Hexagon::L2_loadbsw4_pcr:
2622 case Hexagon::L4_loadrb_rr:
2623 case Hexagon::L2_ploadrbt_io:
2624 case Hexagon::L2_ploadrbt_pi:
2625 case Hexagon::L2_ploadrbf_io:
2626 case Hexagon::L2_ploadrbf_pi:
2627 case Hexagon::L2_ploadrbtnew_io:
2628 case Hexagon::L2_ploadrbfnew_io:
2629 case Hexagon::L4_ploadrbt_rr:
2630 case Hexagon::L4_ploadrbf_rr:
2631 case Hexagon::L4_ploadrbtnew_rr:
2632 case Hexagon::L4_ploadrbfnew_rr:
2633 case Hexagon::L2_ploadrbtnew_pi:
2634 case Hexagon::L2_ploadrbfnew_pi:
2635 case Hexagon::L4_ploadrbt_abs:
2636 case Hexagon::L4_ploadrbf_abs:
2637 case Hexagon::L4_ploadrbtnew_abs:
2638 case Hexagon::L4_ploadrbfnew_abs:
2639 case Hexagon::L2_loadrbgp:
2641 case Hexagon::L2_loadrh_io:
2642 case Hexagon::L4_loadrh_ur:
2643 case Hexagon::L4_loadrh_ap:
2644 case Hexagon::L2_loadrh_pr:
2645 case Hexagon::L2_loadrh_pbr:
2646 case Hexagon::L2_loadrh_pi:
2647 case Hexagon::L2_loadrh_pci:
2648 case Hexagon::L2_loadrh_pcr:
2649 case Hexagon::L4_loadrh_rr:
2650 case Hexagon::L2_ploadrht_io:
2651 case Hexagon::L2_ploadrht_pi:
2652 case Hexagon::L2_ploadrhf_io:
2653 case Hexagon::L2_ploadrhf_pi:
2654 case Hexagon::L2_ploadrhtnew_io:
2655 case Hexagon::L2_ploadrhfnew_io:
2656 case Hexagon::L4_ploadrht_rr:
2657 case Hexagon::L4_ploadrhf_rr:
2658 case Hexagon::L4_ploadrhtnew_rr:
2659 case Hexagon::L4_ploadrhfnew_rr:
2660 case Hexagon::L2_ploadrhtnew_pi:
2661 case Hexagon::L2_ploadrhfnew_pi:
2662 case Hexagon::L4_ploadrht_abs:
2663 case Hexagon::L4_ploadrhf_abs:
2664 case Hexagon::L4_ploadrhtnew_abs:
2665 case Hexagon::L4_ploadrhfnew_abs:
2666 case Hexagon::L2_loadrhgp:
2679 switch (
MI.getOpcode()) {
2680 case Hexagon::STriw_pred:
2681 case Hexagon::LDriw_pred:
2692 for (
auto &
Op :
MI.operands())
2693 if (
Op.isGlobal() ||
Op.isSymbol())
2700 unsigned SchedClass =
MI.getDesc().getSchedClass();
2701 return is_TC1(SchedClass);
2705 unsigned SchedClass =
MI.getDesc().getSchedClass();
2706 return is_TC2(SchedClass);
2710 unsigned SchedClass =
MI.getDesc().getSchedClass();
2715 unsigned SchedClass =
MI.getDesc().getSchedClass();
2726 for (
int I = 0;
I <
N;
I++)
2731 if (MI2.
getOpcode() == Hexagon::V6_vS32b_pi)
2792 case Hexagon::PS_vstorerq_ai:
2793 case Hexagon::PS_vstorerv_ai:
2794 case Hexagon::PS_vstorerw_ai:
2795 case Hexagon::PS_vstorerw_nt_ai:
2796 case Hexagon::PS_vloadrq_ai:
2797 case Hexagon::PS_vloadrv_ai:
2798 case Hexagon::PS_vloadrw_ai:
2799 case Hexagon::PS_vloadrw_nt_ai:
2800 case Hexagon::V6_vL32b_ai:
2801 case Hexagon::V6_vS32b_ai:
2802 case Hexagon::V6_vS32b_pred_ai:
2803 case Hexagon::V6_vS32b_npred_ai:
2804 case Hexagon::V6_vS32b_qpred_ai:
2805 case Hexagon::V6_vS32b_nqpred_ai:
2806 case Hexagon::V6_vS32b_new_ai:
2807 case Hexagon::V6_vS32b_new_pred_ai:
2808 case Hexagon::V6_vS32b_new_npred_ai:
2809 case Hexagon::V6_vS32b_nt_pred_ai:
2810 case Hexagon::V6_vS32b_nt_npred_ai:
2811 case Hexagon::V6_vS32b_nt_new_ai:
2812 case Hexagon::V6_vS32b_nt_new_pred_ai:
2813 case Hexagon::V6_vS32b_nt_new_npred_ai:
2814 case Hexagon::V6_vS32b_nt_qpred_ai:
2815 case Hexagon::V6_vS32b_nt_nqpred_ai:
2816 case Hexagon::V6_vL32b_nt_ai:
2817 case Hexagon::V6_vS32b_nt_ai:
2818 case Hexagon::V6_vL32Ub_ai:
2819 case Hexagon::V6_vS32Ub_ai:
2820 case Hexagon::V6_vL32b_cur_ai:
2821 case Hexagon::V6_vL32b_tmp_ai:
2822 case Hexagon::V6_vL32b_pred_ai:
2823 case Hexagon::V6_vL32b_npred_ai:
2824 case Hexagon::V6_vL32b_cur_pred_ai:
2825 case Hexagon::V6_vL32b_cur_npred_ai:
2826 case Hexagon::V6_vL32b_tmp_pred_ai:
2827 case Hexagon::V6_vL32b_tmp_npred_ai:
2828 case Hexagon::V6_vL32b_nt_cur_ai:
2829 case Hexagon::V6_vL32b_nt_tmp_ai:
2830 case Hexagon::V6_vL32b_nt_pred_ai:
2831 case Hexagon::V6_vL32b_nt_npred_ai:
2832 case Hexagon::V6_vL32b_nt_cur_pred_ai:
2833 case Hexagon::V6_vL32b_nt_cur_npred_ai:
2834 case Hexagon::V6_vL32b_nt_tmp_pred_ai:
2835 case Hexagon::V6_vL32b_nt_tmp_npred_ai:
2836 case Hexagon::V6_vS32Ub_pred_ai:
2837 case Hexagon::V6_vS32Ub_npred_ai:
2838 case Hexagon::V6_vgathermh_pseudo:
2839 case Hexagon::V6_vgather_vscatter_mh_pseudo:
2840 case Hexagon::V6_vgathermw_pseudo:
2841 case Hexagon::V6_vgathermhw_pseudo:
2842 case Hexagon::V6_vgathermhq_pseudo:
2843 case Hexagon::V6_vgathermwq_pseudo:
2844 case Hexagon::V6_vgathermhwq_pseudo: {
2845 unsigned VectorSize =
TRI->getSpillSize(Hexagon::HvxVRRegClass);
2847 if (
Offset & (VectorSize-1))
2852 case Hexagon::J2_loop0i:
2853 case Hexagon::J2_loop1i:
2856 case Hexagon::S4_storeirb_io:
2857 case Hexagon::S4_storeirbt_io:
2858 case Hexagon::S4_storeirbf_io:
2861 case Hexagon::S4_storeirh_io:
2862 case Hexagon::S4_storeirht_io:
2863 case Hexagon::S4_storeirhf_io:
2866 case Hexagon::S4_storeiri_io:
2867 case Hexagon::S4_storeirit_io:
2868 case Hexagon::S4_storeirif_io:
2871 case Hexagon::A4_cmpbeqi:
2873 case Hexagon::A4_cmpbgti:
2881 case Hexagon::L2_loadri_io:
2882 case Hexagon::S2_storeri_io:
2886 case Hexagon::L2_loadrd_io:
2887 case Hexagon::S2_storerd_io:
2891 case Hexagon::L2_loadrh_io:
2892 case Hexagon::L2_loadruh_io:
2893 case Hexagon::S2_storerh_io:
2894 case Hexagon::S2_storerf_io:
2898 case Hexagon::L2_loadrb_io:
2899 case Hexagon::L2_loadrub_io:
2900 case Hexagon::S2_storerb_io:
2904 case Hexagon::A2_addi:
2908 case Hexagon::L4_iadd_memopw_io:
2909 case Hexagon::L4_isub_memopw_io:
2910 case Hexagon::L4_add_memopw_io:
2911 case Hexagon::L4_sub_memopw_io:
2912 case Hexagon::L4_iand_memopw_io:
2913 case Hexagon::L4_ior_memopw_io:
2914 case Hexagon::L4_and_memopw_io:
2915 case Hexagon::L4_or_memopw_io:
2918 case Hexagon::L4_iadd_memoph_io:
2919 case Hexagon::L4_isub_memoph_io:
2920 case Hexagon::L4_add_memoph_io:
2921 case Hexagon::L4_sub_memoph_io:
2922 case Hexagon::L4_iand_memoph_io:
2923 case Hexagon::L4_ior_memoph_io:
2924 case Hexagon::L4_and_memoph_io:
2925 case Hexagon::L4_or_memoph_io:
2928 case Hexagon::L4_iadd_memopb_io:
2929 case Hexagon::L4_isub_memopb_io:
2930 case Hexagon::L4_add_memopb_io:
2931 case Hexagon::L4_sub_memopb_io:
2932 case Hexagon::L4_iand_memopb_io:
2933 case Hexagon::L4_ior_memopb_io:
2934 case Hexagon::L4_and_memopb_io:
2935 case Hexagon::L4_or_memopb_io:
2940 case Hexagon::STriw_pred:
2941 case Hexagon::LDriw_pred:
2942 case Hexagon::STriw_ctr:
2943 case Hexagon::LDriw_ctr:
2946 case Hexagon::PS_fi:
2947 case Hexagon::PS_fia:
2948 case Hexagon::INLINEASM:
2951 case Hexagon::L2_ploadrbt_io:
2952 case Hexagon::L2_ploadrbf_io:
2953 case Hexagon::L2_ploadrubt_io:
2954 case Hexagon::L2_ploadrubf_io:
2955 case Hexagon::S2_pstorerbt_io:
2956 case Hexagon::S2_pstorerbf_io:
2959 case Hexagon::L2_ploadrht_io:
2960 case Hexagon::L2_ploadrhf_io:
2961 case Hexagon::L2_ploadruht_io:
2962 case Hexagon::L2_ploadruhf_io:
2963 case Hexagon::S2_pstorerht_io:
2964 case Hexagon::S2_pstorerhf_io:
2965 case Hexagon::S2_pstorerft_io:
2966 case Hexagon::S2_pstorerff_io:
2969 case Hexagon::L2_ploadrit_io:
2970 case Hexagon::L2_ploadrif_io:
2971 case Hexagon::S2_pstorerit_io:
2972 case Hexagon::S2_pstorerif_io:
2975 case Hexagon::L2_ploadrdt_io:
2976 case Hexagon::L2_ploadrdf_io:
2977 case Hexagon::S2_pstorerdt_io:
2978 case Hexagon::S2_pstorerdf_io:
2981 case Hexagon::L2_loadbsw2_io:
2982 case Hexagon::L2_loadbzw2_io:
2985 case Hexagon::L2_loadbsw4_io:
2986 case Hexagon::L2_loadbzw4_io:
2990 dbgs() <<
"Failed Opcode is : " << Opcode <<
" (" <<
getName(Opcode)
2993 "Please define it in the above switch statement!");
3023 switch (
MI.getOpcode()) {
3025 case Hexagon::L2_loadrub_io:
3026 case Hexagon::L4_loadrub_ur:
3027 case Hexagon::L4_loadrub_ap:
3028 case Hexagon::L2_loadrub_pr:
3029 case Hexagon::L2_loadrub_pbr:
3030 case Hexagon::L2_loadrub_pi:
3031 case Hexagon::L2_loadrub_pci:
3032 case Hexagon::L2_loadrub_pcr:
3033 case Hexagon::L2_loadbzw2_io:
3034 case Hexagon::L4_loadbzw2_ur:
3035 case Hexagon::L4_loadbzw2_ap:
3036 case Hexagon::L2_loadbzw2_pr:
3037 case Hexagon::L2_loadbzw2_pbr:
3038 case Hexagon::L2_loadbzw2_pi:
3039 case Hexagon::L2_loadbzw2_pci:
3040 case Hexagon::L2_loadbzw2_pcr:
3041 case Hexagon::L2_loadbzw4_io:
3042 case Hexagon::L4_loadbzw4_ur:
3043 case Hexagon::L4_loadbzw4_ap:
3044 case Hexagon::L2_loadbzw4_pr:
3045 case Hexagon::L2_loadbzw4_pbr:
3046 case Hexagon::L2_loadbzw4_pi:
3047 case Hexagon::L2_loadbzw4_pci:
3048 case Hexagon::L2_loadbzw4_pcr:
3049 case Hexagon::L4_loadrub_rr:
3050 case Hexagon::L2_ploadrubt_io:
3051 case Hexagon::L2_ploadrubt_pi:
3052 case Hexagon::L2_ploadrubf_io:
3053 case Hexagon::L2_ploadrubf_pi:
3054 case Hexagon::L2_ploadrubtnew_io:
3055 case Hexagon::L2_ploadrubfnew_io:
3056 case Hexagon::L4_ploadrubt_rr:
3057 case Hexagon::L4_ploadrubf_rr:
3058 case Hexagon::L4_ploadrubtnew_rr:
3059 case Hexagon::L4_ploadrubfnew_rr:
3060 case Hexagon::L2_ploadrubtnew_pi:
3061 case Hexagon::L2_ploadrubfnew_pi:
3062 case Hexagon::L4_ploadrubt_abs:
3063 case Hexagon::L4_ploadrubf_abs:
3064 case Hexagon::L4_ploadrubtnew_abs:
3065 case Hexagon::L4_ploadrubfnew_abs:
3066 case Hexagon::L2_loadrubgp:
3068 case Hexagon::L2_loadruh_io:
3069 case Hexagon::L4_loadruh_ur:
3070 case Hexagon::L4_loadruh_ap:
3071 case Hexagon::L2_loadruh_pr:
3072 case Hexagon::L2_loadruh_pbr:
3073 case Hexagon::L2_loadruh_pi:
3074 case Hexagon::L2_loadruh_pci:
3075 case Hexagon::L2_loadruh_pcr:
3076 case Hexagon::L4_loadruh_rr:
3077 case Hexagon::L2_ploadruht_io:
3078 case Hexagon::L2_ploadruht_pi:
3079 case Hexagon::L2_ploadruhf_io:
3080 case Hexagon::L2_ploadruhf_pi:
3081 case Hexagon::L2_ploadruhtnew_io:
3082 case Hexagon::L2_ploadruhfnew_io:
3083 case Hexagon::L4_ploadruht_rr:
3084 case Hexagon::L4_ploadruhf_rr:
3085 case Hexagon::L4_ploadruhtnew_rr:
3086 case Hexagon::L4_ploadruhfnew_rr:
3087 case Hexagon::L2_ploadruhtnew_pi:
3088 case Hexagon::L2_ploadruhfnew_pi:
3089 case Hexagon::L4_ploadruht_abs:
3090 case Hexagon::L4_ploadruhf_abs:
3091 case Hexagon::L4_ploadruhtnew_abs:
3092 case Hexagon::L4_ploadruhfnew_abs:
3093 case Hexagon::L2_loadruhgp:
3114 OffsetIsScalable =
false;
3116 if (!BaseOp || !BaseOp->
isReg())
3125 if (Second.
mayStore() &&
First.getOpcode() == Hexagon::S2_allocframe) {
3127 if (
Op.isReg() &&
Op.isUse() &&
Op.getReg() == Hexagon::R29)
3137 if (!Stored.
isReg())
3139 for (
unsigned i = 0, e =
First.getNumOperands(); i < e; ++i) {
3141 if (
Op.isReg() &&
Op.isDef() &&
Op.getReg() == Stored.
getReg())
3150 return Opc == Hexagon::PS_call_nr ||
Opc == Hexagon::PS_callr_nr;
3166 if (Hexagon::getRegForm(
MI.getOpcode()) >= 0)
3169 if (
MI.getDesc().mayLoad() ||
MI.getDesc().mayStore()) {
3176 NonExtOpcode = Hexagon::changeAddrMode_abs_io(
MI.getOpcode());
3182 NonExtOpcode = Hexagon::changeAddrMode_io_rr(
MI.getOpcode());
3185 NonExtOpcode = Hexagon::changeAddrMode_ur_rr(
MI.getOpcode());
3190 if (NonExtOpcode < 0)
3198 return Hexagon::getRealHWInstr(
MI.getOpcode(),
3199 Hexagon::InstrType_Pseudo) >= 0;
3217 Subtarget.hasV60Ops();
3222 if (
MI.mayStore() && !Subtarget.useNewValueStores())
3256 if (!MII->isBundle())
3259 for (++MII; MII != MIE && MII->isInsideBundle(); ++MII) {
3271 if (MO.isRegMask() && MO.clobbersPhysReg(PredReg))
3273 if (MO.isReg() && MO.isDef() && MO.isImplicit() && (MO.getReg() == PredReg))
3279 switch (
MI.getOpcode()) {
3280 case Hexagon::A4_addp_c:
3281 case Hexagon::A4_subp_c:
3282 case Hexagon::A4_tlbmatch:
3283 case Hexagon::A5_ACS:
3284 case Hexagon::F2_sfinvsqrta:
3285 case Hexagon::F2_sfrecipa:
3286 case Hexagon::J2_endloop0:
3287 case Hexagon::J2_endloop01:
3288 case Hexagon::J2_ploop1si:
3289 case Hexagon::J2_ploop1sr:
3290 case Hexagon::J2_ploop2si:
3291 case Hexagon::J2_ploop2sr:
3292 case Hexagon::J2_ploop3si:
3293 case Hexagon::J2_ploop3sr:
3294 case Hexagon::S2_cabacdecbin:
3295 case Hexagon::S2_storew_locked:
3296 case Hexagon::S4_stored_locked:
3303 return Opcode == Hexagon::J2_jumpt ||
3304 Opcode == Hexagon::J2_jumptpt ||
3305 Opcode == Hexagon::J2_jumpf ||
3306 Opcode == Hexagon::J2_jumpfpt ||
3307 Opcode == Hexagon::J2_jumptnew ||
3308 Opcode == Hexagon::J2_jumpfnew ||
3309 Opcode == Hexagon::J2_jumptnewpt ||
3310 Opcode == Hexagon::J2_jumpfnewpt;
3339 unsigned BasePos = 0, OffsetPos = 0;
3362 unsigned &BasePos,
unsigned &OffsetPos)
const {
3370 }
else if (
MI.mayStore()) {
3373 }
else if (
MI.mayLoad()) {
3388 if (!
MI.getOperand(BasePos).isReg() || !
MI.getOperand(OffsetPos).isImm())
3403 if (
I ==
MBB.instr_begin())
3422 }
while (
I !=
MBB.instr_begin());
3424 I =
MBB.instr_end();
3427 while (
I->isDebugInstr()) {
3428 if (
I ==
MBB.instr_begin())
3432 if (!isUnpredicatedTerminator(*
I))
3441 if (&*
I != LastInst && !
I->isBundle() && isUnpredicatedTerminator(*
I)) {
3442 if (!SecondLastInst) {
3443 SecondLastInst = &*
I;
3448 if (
I ==
MBB.instr_begin())
3465 Register DstReg, SrcReg, Src1Reg, Src2Reg;
3467 switch (
MI.getOpcode()) {
3476 case Hexagon::C2_cmpeq:
3477 case Hexagon::C2_cmpgt:
3478 case Hexagon::C2_cmpgtu:
3479 DstReg =
MI.getOperand(0).getReg();
3480 Src1Reg =
MI.getOperand(1).getReg();
3481 Src2Reg =
MI.getOperand(2).getReg();
3482 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
3483 (Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
3487 case Hexagon::C2_cmpeqi:
3488 case Hexagon::C2_cmpgti:
3489 case Hexagon::C2_cmpgtui:
3491 DstReg =
MI.getOperand(0).getReg();
3492 SrcReg =
MI.getOperand(1).getReg();
3493 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
3494 (Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
3497 (
MI.getOperand(2).getImm() == -1)))
3500 case Hexagon::A2_tfr:
3502 DstReg =
MI.getOperand(0).getReg();
3503 SrcReg =
MI.getOperand(1).getReg();
3507 case Hexagon::A2_tfrsi:
3511 DstReg =
MI.getOperand(0).getReg();
3515 case Hexagon::S2_tstbit_i:
3516 DstReg =
MI.getOperand(0).getReg();
3517 Src1Reg =
MI.getOperand(1).getReg();
3518 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
3519 (Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
3520 MI.getOperand(2).isImm() &&
3528 case Hexagon::J2_jumptnew:
3529 case Hexagon::J2_jumpfnew:
3530 case Hexagon::J2_jumptnewpt:
3531 case Hexagon::J2_jumpfnewpt:
3532 Src1Reg =
MI.getOperand(0).getReg();
3533 if (Hexagon::PredRegsRegClass.
contains(Src1Reg) &&
3534 (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg))
3541 case Hexagon::J2_jump:
3542 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4:
3543 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC:
3555 if ((GA.
getOpcode() != Hexagon::C2_cmpeqi) ||
3556 (GB.
getOpcode() != Hexagon::J2_jumptnew))
3561 if (DestReg != Hexagon::P0 && DestReg != Hexagon::P1)
3569 return DestReg == Hexagon::P0 ? Hexagon::J4_cmpeqn1_tp0_jump_nt
3570 : Hexagon::J4_cmpeqn1_tp1_jump_nt;
3573 return DestReg == Hexagon::P0 ? Hexagon::J4_cmpeqi_tp0_jump_nt
3574 : Hexagon::J4_cmpeqi_tp1_jump_nt;
3579 bool ForBigCore)
const {
3587 static const std::map<unsigned, unsigned> DupMap = {
3588 {Hexagon::A2_add, Hexagon::dup_A2_add},
3589 {Hexagon::A2_addi, Hexagon::dup_A2_addi},
3590 {Hexagon::A2_andir, Hexagon::dup_A2_andir},
3591 {Hexagon::A2_combineii, Hexagon::dup_A2_combineii},
3592 {Hexagon::A2_sxtb, Hexagon::dup_A2_sxtb},
3593 {Hexagon::A2_sxth, Hexagon::dup_A2_sxth},
3594 {Hexagon::A2_tfr, Hexagon::dup_A2_tfr},
3595 {Hexagon::A2_tfrsi, Hexagon::dup_A2_tfrsi},
3596 {Hexagon::A2_zxtb, Hexagon::dup_A2_zxtb},
3597 {Hexagon::A2_zxth, Hexagon::dup_A2_zxth},
3598 {Hexagon::A4_combineii, Hexagon::dup_A4_combineii},
3599 {Hexagon::A4_combineir, Hexagon::dup_A4_combineir},
3600 {Hexagon::A4_combineri, Hexagon::dup_A4_combineri},
3601 {Hexagon::C2_cmoveif, Hexagon::dup_C2_cmoveif},
3602 {Hexagon::C2_cmoveit, Hexagon::dup_C2_cmoveit},
3603 {Hexagon::C2_cmovenewif, Hexagon::dup_C2_cmovenewif},
3604 {Hexagon::C2_cmovenewit, Hexagon::dup_C2_cmovenewit},
3605 {Hexagon::C2_cmpeqi, Hexagon::dup_C2_cmpeqi},
3606 {Hexagon::L2_deallocframe, Hexagon::dup_L2_deallocframe},
3607 {Hexagon::L2_loadrb_io, Hexagon::dup_L2_loadrb_io},
3608 {Hexagon::L2_loadrd_io, Hexagon::dup_L2_loadrd_io},
3609 {Hexagon::L2_loadrh_io, Hexagon::dup_L2_loadrh_io},
3610 {Hexagon::L2_loadri_io, Hexagon::dup_L2_loadri_io},
3611 {Hexagon::L2_loadrub_io, Hexagon::dup_L2_loadrub_io},
3612 {Hexagon::L2_loadruh_io, Hexagon::dup_L2_loadruh_io},
3613 {Hexagon::S2_allocframe, Hexagon::dup_S2_allocframe},
3614 {Hexagon::S2_storerb_io, Hexagon::dup_S2_storerb_io},
3615 {Hexagon::S2_storerd_io, Hexagon::dup_S2_storerd_io},
3616 {Hexagon::S2_storerh_io, Hexagon::dup_S2_storerh_io},
3617 {Hexagon::S2_storeri_io, Hexagon::dup_S2_storeri_io},
3618 {Hexagon::S4_storeirb_io, Hexagon::dup_S4_storeirb_io},
3619 {Hexagon::S4_storeiri_io, Hexagon::dup_S4_storeiri_io},
3621 unsigned OpNum =
MI.getOpcode();
3624 auto Iter = DupMap.find(OpNum);
3625 if (Iter != DupMap.end())
3626 return Iter->second;
3628 for (
const auto &Iter : DupMap)
3629 if (Iter.second == OpNum)
3636 enum Hexagon::PredSense inPredSense;
3637 inPredSense = invertPredicate ? Hexagon::PredSense_false :
3638 Hexagon::PredSense_true;
3639 int CondOpcode = Hexagon::getPredOpcode(
Opc, inPredSense);
3640 if (CondOpcode >= 0)
3648 switch (
MI.getOpcode()) {
3650 case Hexagon::V6_vL32b_pi:
3651 return Hexagon::V6_vL32b_cur_pi;
3652 case Hexagon::V6_vL32b_ai:
3653 return Hexagon::V6_vL32b_cur_ai;
3654 case Hexagon::V6_vL32b_nt_pi:
3655 return Hexagon::V6_vL32b_nt_cur_pi;
3656 case Hexagon::V6_vL32b_nt_ai:
3657 return Hexagon::V6_vL32b_nt_cur_ai;
3658 case Hexagon::V6_vL32b_ppu:
3659 return Hexagon::V6_vL32b_cur_ppu;
3660 case Hexagon::V6_vL32b_nt_ppu:
3661 return Hexagon::V6_vL32b_nt_cur_ppu;
3668 switch (
MI.getOpcode()) {
3670 case Hexagon::V6_vL32b_cur_pi:
3671 return Hexagon::V6_vL32b_pi;
3672 case Hexagon::V6_vL32b_cur_ai:
3673 return Hexagon::V6_vL32b_ai;
3674 case Hexagon::V6_vL32b_nt_cur_pi:
3675 return Hexagon::V6_vL32b_nt_pi;
3676 case Hexagon::V6_vL32b_nt_cur_ai:
3677 return Hexagon::V6_vL32b_nt_ai;
3678 case Hexagon::V6_vL32b_cur_ppu:
3679 return Hexagon::V6_vL32b_ppu;
3680 case Hexagon::V6_vL32b_nt_cur_ppu:
3681 return Hexagon::V6_vL32b_nt_ppu;
3769 int NVOpcode = Hexagon::getNewValueOpcode(
MI.getOpcode());
3773 switch (
MI.getOpcode()) {
3776 std::to_string(
MI.getOpcode()));
3777 case Hexagon::S4_storerb_ur:
3778 return Hexagon::S4_storerbnew_ur;
3780 case Hexagon::S2_storerb_pci:
3781 return Hexagon::S2_storerb_pci;
3783 case Hexagon::S2_storeri_pci:
3784 return Hexagon::S2_storeri_pci;
3786 case Hexagon::S2_storerh_pci:
3787 return Hexagon::S2_storerh_pci;
3789 case Hexagon::S2_storerd_pci:
3790 return Hexagon::S2_storerd_pci;
3792 case Hexagon::S2_storerf_pci:
3793 return Hexagon::S2_storerf_pci;
3795 case Hexagon::V6_vS32b_ai:
3796 return Hexagon::V6_vS32b_new_ai;
3798 case Hexagon::V6_vS32b_pi:
3799 return Hexagon::V6_vS32b_new_pi;
3824 if (BrTarget.
isMBB()) {
3826 Taken = getEdgeProbability(Src, Dst) >= OneHalf;
3839 bool SawCond =
false, Bad =
false;
3843 if (
I.isConditionalBranch()) {
3850 if (
I.isUnconditionalBranch() && !SawCond) {
3858 if (NextIt ==
B.instr_end()) {
3861 if (!
B.isLayoutSuccessor(SB))
3863 Taken = getEdgeProbability(Src, SB) < OneHalf;
3867 assert(NextIt->isUnconditionalBranch());
3876 Taken =
BT && getEdgeProbability(Src,
BT) < OneHalf;
3883 switch (
MI.getOpcode()) {
3884 case Hexagon::J2_jumpt:
3885 return Taken ? Hexagon::J2_jumptnewpt : Hexagon::J2_jumptnew;
3886 case Hexagon::J2_jumpf:
3887 return Taken ? Hexagon::J2_jumpfnewpt : Hexagon::J2_jumpfnew;
3897 switch (
MI.getOpcode()) {
3899 case Hexagon::J2_jumpt:
3900 case Hexagon::J2_jumpf:
3904 int NewOpcode = Hexagon::getPredNewOpcode(
MI.getOpcode());
3911 int NewOp =
MI.getOpcode();
3913 NewOp = Hexagon::getPredOldOpcode(NewOp);
3917 if (!Subtarget.hasFeature(Hexagon::ArchV60)) {
3919 case Hexagon::J2_jumptpt:
3920 NewOp = Hexagon::J2_jumpt;
3922 case Hexagon::J2_jumpfpt:
3923 NewOp = Hexagon::J2_jumpf;
3925 case Hexagon::J2_jumprtpt:
3926 NewOp = Hexagon::J2_jumprt;
3928 case Hexagon::J2_jumprfpt:
3929 NewOp = Hexagon::J2_jumprf;
3934 "Couldn't change predicate new instruction to its old form.");
3938 NewOp = Hexagon::getNonNVStore(NewOp);
3939 assert(NewOp >= 0 &&
"Couldn't change new-value store to its old form.");
3942 if (Subtarget.hasV60Ops())
3947 case Hexagon::J2_jumpfpt:
3948 return Hexagon::J2_jumpf;
3949 case Hexagon::J2_jumptpt:
3950 return Hexagon::J2_jumpt;
3951 case Hexagon::J2_jumprfpt:
3952 return Hexagon::J2_jumprf;
3953 case Hexagon::J2_jumprtpt:
3954 return Hexagon::J2_jumprt;
3963 Register DstReg, SrcReg, Src1Reg, Src2Reg;
3966 switch (
MI.getOpcode()) {
3974 case Hexagon::L2_loadri_io:
3975 case Hexagon::dup_L2_loadri_io:
3976 DstReg =
MI.getOperand(0).getReg();
3977 SrcReg =
MI.getOperand(1).getReg();
3981 if (Hexagon::IntRegsRegClass.
contains(SrcReg) &&
3983 MI.getOperand(2).isImm() &&
3988 (
MI.getOperand(2).isImm() &&
3993 case Hexagon::L2_loadrub_io:
3994 case Hexagon::dup_L2_loadrub_io:
3996 DstReg =
MI.getOperand(0).getReg();
3997 SrcReg =
MI.getOperand(1).getReg();
3999 MI.getOperand(2).isImm() &&
isUInt<4>(
MI.getOperand(2).getImm()))
4012 case Hexagon::L2_loadrh_io:
4013 case Hexagon::L2_loadruh_io:
4014 case Hexagon::dup_L2_loadrh_io:
4015 case Hexagon::dup_L2_loadruh_io:
4017 DstReg =
MI.getOperand(0).getReg();
4018 SrcReg =
MI.getOperand(1).getReg();
4020 MI.getOperand(2).isImm() &&
4024 case Hexagon::L2_loadrb_io:
4025 case Hexagon::dup_L2_loadrb_io:
4027 DstReg =
MI.getOperand(0).getReg();
4028 SrcReg =
MI.getOperand(1).getReg();
4030 MI.getOperand(2).isImm() &&
4034 case Hexagon::L2_loadrd_io:
4035 case Hexagon::dup_L2_loadrd_io:
4037 DstReg =
MI.getOperand(0).getReg();
4038 SrcReg =
MI.getOperand(1).getReg();
4040 Hexagon::IntRegsRegClass.
contains(SrcReg) &&
4042 MI.getOperand(2).isImm() &&
4048 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4:
4049 case Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC:
4050 case Hexagon::L4_return:
4051 case Hexagon::L2_deallocframe:
4052 case Hexagon::dup_L2_deallocframe:
4054 case Hexagon::EH_RETURN_JMPR:
4055 case Hexagon::PS_jmpret:
4056 case Hexagon::SL2_jumpr31:
4059 DstReg =
MI.getOperand(0).getReg();
4060 if (Hexagon::IntRegsRegClass.
contains(DstReg) && (Hexagon::R31 == DstReg))
4063 case Hexagon::PS_jmprett:
4064 case Hexagon::PS_jmpretf:
4065 case Hexagon::PS_jmprettnewpt:
4066 case Hexagon::PS_jmpretfnewpt:
4067 case Hexagon::PS_jmprettnew:
4068 case Hexagon::PS_jmpretfnew:
4069 case Hexagon::SL2_jumpr31_t:
4070 case Hexagon::SL2_jumpr31_f:
4071 case Hexagon::SL2_jumpr31_tnew:
4072 case Hexagon::SL2_jumpr31_fnew:
4073 DstReg =
MI.getOperand(1).getReg();
4074 SrcReg =
MI.getOperand(0).getReg();
4076 if ((Hexagon::PredRegsRegClass.
contains(SrcReg) &&
4077 (Hexagon::P0 == SrcReg)) &&
4078 (Hexagon::IntRegsRegClass.
contains(DstReg) && (Hexagon::R31 == DstReg)))
4081 case Hexagon::L4_return_t:
4082 case Hexagon::L4_return_f:
4083 case Hexagon::L4_return_tnew_pnt:
4084 case Hexagon::L4_return_fnew_pnt:
4085 case Hexagon::L4_return_tnew_pt:
4086 case Hexagon::L4_return_fnew_pt:
4088 SrcReg =
MI.getOperand(0).getReg();
4089 if (Hexagon::PredRegsRegClass.
contains(SrcReg) && (Hexagon::P0 == SrcReg))
4097 case Hexagon::S2_storeri_io:
4098 case Hexagon::dup_S2_storeri_io:
4101 Src1Reg =
MI.getOperand(0).getReg();
4102 Src2Reg =
MI.getOperand(2).getReg();
4103 if (Hexagon::IntRegsRegClass.
contains(Src1Reg) &&
4110 MI.getOperand(1).isImm() &&
4114 case Hexagon::S2_storerb_io:
4115 case Hexagon::dup_S2_storerb_io:
4117 Src1Reg =
MI.getOperand(0).getReg();
4118 Src2Reg =
MI.getOperand(2).getReg();
4120 MI.getOperand(1).isImm() &&
isUInt<4>(
MI.getOperand(1).getImm()))
4132 case Hexagon::S2_storerh_io:
4133 case Hexagon::dup_S2_storerh_io:
4135 Src1Reg =
MI.getOperand(0).getReg();
4136 Src2Reg =
MI.getOperand(2).getReg();
4138 MI.getOperand(1).isImm() &&
4142 case Hexagon::S2_storerd_io:
4143 case Hexagon::dup_S2_storerd_io:
4145 Src1Reg =
MI.getOperand(0).getReg();
4146 Src2Reg =
MI.getOperand(2).getReg();
4148 Hexagon::IntRegsRegClass.
contains(Src1Reg) &&
4153 case Hexagon::S4_storeiri_io:
4154 case Hexagon::dup_S4_storeiri_io:
4156 Src1Reg =
MI.getOperand(0).getReg();
4159 MI.getOperand(2).isImm() &&
isUInt<1>(
MI.getOperand(2).getImm()))
4162 case Hexagon::S4_storeirb_io:
4163 case Hexagon::dup_S4_storeirb_io:
4165 Src1Reg =
MI.getOperand(0).getReg();
4167 MI.getOperand(1).isImm() &&
isUInt<4>(
MI.getOperand(1).getImm()) &&
4168 MI.getOperand(2).isImm() &&
isUInt<1>(
MI.getOperand(2).getImm()))
4171 case Hexagon::S2_allocframe:
4172 case Hexagon::dup_S2_allocframe:
4173 if (
MI.getOperand(2).isImm() &&
4195 case Hexagon::A2_addi:
4196 case Hexagon::dup_A2_addi:
4197 DstReg =
MI.getOperand(0).getReg();
4198 SrcReg =
MI.getOperand(1).getReg();
4201 if (Hexagon::IntRegsRegClass.
contains(SrcReg) &&
4206 if ((DstReg == SrcReg) &&
MI.getOperand(2).isImm() &&
4212 ((
MI.getOperand(2).getImm() == 1) ||
4213 (
MI.getOperand(2).getImm() == -1)))
4217 case Hexagon::A2_add:
4218 case Hexagon::dup_A2_add:
4220 DstReg =
MI.getOperand(0).getReg();
4221 Src1Reg =
MI.getOperand(1).getReg();
4222 Src2Reg =
MI.getOperand(2).getReg();
4227 case Hexagon::A2_andir:
4228 case Hexagon::dup_A2_andir:
4232 DstReg =
MI.getOperand(0).getReg();
4233 SrcReg =
MI.getOperand(1).getReg();
4235 MI.getOperand(2).isImm() &&
4236 ((
MI.getOperand(2).getImm() == 1) ||
4237 (
MI.getOperand(2).getImm() == 255)))
4240 case Hexagon::A2_tfr:
4241 case Hexagon::dup_A2_tfr:
4243 DstReg =
MI.getOperand(0).getReg();
4244 SrcReg =
MI.getOperand(1).getReg();
4248 case Hexagon::A2_tfrsi:
4249 case Hexagon::dup_A2_tfrsi:
4254 DstReg =
MI.getOperand(0).getReg();
4258 case Hexagon::C2_cmoveit:
4259 case Hexagon::C2_cmovenewit:
4260 case Hexagon::C2_cmoveif:
4261 case Hexagon::C2_cmovenewif:
4262 case Hexagon::dup_C2_cmoveit:
4263 case Hexagon::dup_C2_cmovenewit:
4264 case Hexagon::dup_C2_cmoveif:
4265 case Hexagon::dup_C2_cmovenewif:
4269 DstReg =
MI.getOperand(0).getReg();
4270 SrcReg =
MI.getOperand(1).getReg();
4272 Hexagon::PredRegsRegClass.
contains(SrcReg) && Hexagon::P0 == SrcReg &&
4273 MI.getOperand(2).isImm() &&
MI.getOperand(2).getImm() == 0)
4276 case Hexagon::C2_cmpeqi:
4277 case Hexagon::dup_C2_cmpeqi:
4279 DstReg =
MI.getOperand(0).getReg();
4280 SrcReg =
MI.getOperand(1).getReg();
4281 if (Hexagon::PredRegsRegClass.
contains(DstReg) &&
4283 MI.getOperand(2).isImm() &&
isUInt<2>(
MI.getOperand(2).getImm()))
4286 case Hexagon::A2_combineii:
4287 case Hexagon::A4_combineii:
4288 case Hexagon::dup_A2_combineii:
4289 case Hexagon::dup_A4_combineii:
4291 DstReg =
MI.getOperand(0).getReg();
4293 ((
MI.getOperand(1).isImm() &&
isUInt<2>(
MI.getOperand(1).getImm())) ||
4294 (
MI.getOperand(1).isGlobal() &&
4296 ((
MI.getOperand(2).isImm() &&
isUInt<2>(
MI.getOperand(2).getImm())) ||
4297 (
MI.getOperand(2).isGlobal() &&
4301 case Hexagon::A4_combineri:
4302 case Hexagon::dup_A4_combineri:
4305 DstReg =
MI.getOperand(0).getReg();
4306 SrcReg =
MI.getOperand(1).getReg();
4308 ((
MI.getOperand(2).isImm() &&
MI.getOperand(2).getImm() == 0) ||
4309 (
MI.getOperand(2).isGlobal() &&
MI.getOperand(2).getOffset() == 0)))
4312 case Hexagon::A4_combineir:
4313 case Hexagon::dup_A4_combineir:
4315 DstReg =
MI.getOperand(0).getReg();
4316 SrcReg =
MI.getOperand(2).getReg();
4318 ((
MI.getOperand(1).isImm() &&
MI.getOperand(1).getImm() == 0) ||
4319 (
MI.getOperand(1).isGlobal() &&
MI.getOperand(1).getOffset() == 0)))
4322 case Hexagon::A2_sxtb:
4323 case Hexagon::A2_sxth:
4324 case Hexagon::A2_zxtb:
4325 case Hexagon::A2_zxth:
4326 case Hexagon::dup_A2_sxtb:
4327 case Hexagon::dup_A2_sxth:
4328 case Hexagon::dup_A2_zxtb:
4329 case Hexagon::dup_A2_zxth:
4331 DstReg =
MI.getOperand(0).getReg();
4332 SrcReg =
MI.getOperand(1).getReg();
4342 return Hexagon::getRealHWInstr(
MI.getOpcode(), Hexagon::InstrType_Real);
4352 if (
MI.isTransient())
4376 int Idx =
DefMI.findRegisterDefOperandIdx(SR, &HRI,
false,
false);
4387 int Idx =
UseMI.findRegisterUseOperandIdx(SR, &HRI,
false);
4421 : Hexagon::getTruePredOpcode(
Opc);
4422 if (InvPredOpcode >= 0)
4423 return InvPredOpcode;
4437 return ~(-1U << (bits - 1));
4439 return ~(-1U << bits);
4444 switch (
MI.getOpcode()) {
4445 case Hexagon::L2_loadrbgp:
4446 case Hexagon::L2_loadrdgp:
4447 case Hexagon::L2_loadrhgp:
4448 case Hexagon::L2_loadrigp:
4449 case Hexagon::L2_loadrubgp:
4450 case Hexagon::L2_loadruhgp:
4451 case Hexagon::S2_storerbgp:
4452 case Hexagon::S2_storerbnewgp:
4453 case Hexagon::S2_storerhgp:
4454 case Hexagon::S2_storerhnewgp:
4455 case Hexagon::S2_storerigp:
4456 case Hexagon::S2_storerinewgp:
4457 case Hexagon::S2_storerdgp:
4458 case Hexagon::S2_storerfgp:
4476 if (
MI.getOpcode() == Hexagon::A4_ext)
4490 bool ToBigInstrs)
const {
4502 MII->setDesc(
get(Opcode));
4508 bool ToBigInstrs)
const {
4511 End = MB.instr_end();
4512 Instr != End; ++Instr)
4520 while ((MII !=
MBB->instr_end()) && MII->isInsideBundle()) {
4530 unsigned S = (
F >> MemAccessSizePos) & MemAccesSizeMask;
4531 unsigned Size = getMemAccessSizeInBytes(MemAccessSize(S));
4535 if (
MI.getOpcode() == Hexagon::Y2_dcfetchbo)
4542 return HRI.getSpillSize(Hexagon::HvxVRRegClass);
4557 return -1U << (bits - 1);
4566 short NonExtOpcode = Hexagon::getRegForm(
MI.getOpcode());
4567 if (NonExtOpcode >= 0)
4568 return NonExtOpcode;
4570 if (
MI.getDesc().mayLoad() ||
MI.getDesc().mayStore()) {
4574 return Hexagon::changeAddrMode_abs_io(
MI.getOpcode());
4576 return Hexagon::changeAddrMode_io_rr(
MI.getOpcode());
4578 return Hexagon::changeAddrMode_ur_rr(
MI.getOpcode());
4588 Register &PredReg,
unsigned &PredRegPos,
4597 PredReg =
Cond[1].getReg();
4601 if (
Cond[1].isImplicit())
4609 return Hexagon::getRealHWInstr(
MI.getOpcode(), Hexagon::InstrType_Pseudo);
4613 return Hexagon::getRegForm(
MI.getOpcode());
4621 if (
MI.isDebugInstr() ||
MI.isPosition())
4624 unsigned Size =
MI.getDesc().getSize();
4640 unsigned NumDefs = 0;
4641 for (;
MI.getOperand(NumDefs).
isReg() &&
MI.getOperand(NumDefs).isDef();
4643 assert(NumDefs !=
MI.getNumOperands()-2 &&
"No asm string?");
4645 assert(
MI.getOperand(NumDefs).isSymbol() &&
"No asm string?");
4647 const char *AsmStr =
MI.getOperand(NumDefs).getSymbolName();
4661 const InstrStage &IS = *
II.beginStage(
MI.getDesc().getSchedClass());
4673 assert(BundleHead->isBundle() &&
"Not a bundle header");
4683 "Instruction must be extendable");
4689 "Branch with unknown extendable field type");
4701 int TargetPos =
MI.getNumOperands() - 1;
4704 while ((TargetPos > -1) && !
MI.getOperand(TargetPos).isMBB())
4706 assert((TargetPos >= 0) &&
MI.getOperand(TargetPos).isMBB());
4707 MI.getOperand(TargetPos).setMBB(NewTarget);
4711 MI.setDesc(
get(NewOpcode));
4723 for (
unsigned insn = TargetOpcode::GENERIC_OP_END+1;
4724 insn < Hexagon::INSTRUCTION_LIST_END; ++insn) {
4745 int PredRevOpcode = -1;
4747 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode);
4749 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode);
4750 assert(PredRevOpcode > 0);
4751 return PredRevOpcode;
4757 return Cond.empty() || (
Cond[0].isImm() && (
Cond.size() != 1));
4764 if (Operand.
isImm())
4765 Operand.
setImm(Operand.
getImm() | memShufDisabledMask);
4773 return (Operand.
isImm() && (Operand.
getImm() & memShufDisabledMask) != 0);
4777 return (
MI->getOpcode() == Hexagon::V6_vmpy_qf16_hf ||
4778 MI->getOpcode() == Hexagon::V6_vmpy_qf16_mix_hf ||
4779 MI->getOpcode() == Hexagon::V6_vmpy_qf32_hf ||
4780 MI->getOpcode() == Hexagon::V6_vmpy_qf32_mix_hf ||
4781 MI->getOpcode() == Hexagon::V6_vmpy_qf32_sf ||
4782 MI->getOpcode() == Hexagon::V6_vmpy_qf16_mix_hf ||
4783 MI->getOpcode() == Hexagon::V6_vmpy_qf16 ||
4784 MI->getOpcode() == Hexagon::V6_vmpy_qf32_mix_hf ||
4785 MI->getOpcode() == Hexagon::V6_vmpy_qf32_qf16 ||
4786 MI->getOpcode() == Hexagon::V6_vmpy_qf32);
4807 case Hexagon::V6_vabs_qf16_hf:
4809 case Hexagon::V6_vabs_qf16_qf16:
4811 case Hexagon::V6_vabs_qf32_qf32:
4813 case Hexagon::V6_vabs_qf32_sf:
4815 case Hexagon::V6_vadd_hf:
4817 case Hexagon::V6_vadd_qf16:
4819 case Hexagon::V6_vadd_qf16_mix:
4821 case Hexagon::V6_vadd_qf32:
4823 case Hexagon::V6_vadd_qf32_mix:
4825 case Hexagon::V6_vadd_sf:
4827 case Hexagon::V6_vconv_bf_qf32:
4829 case Hexagon::V6_vconv_f8_qf16:
4831 case Hexagon::V6_vconv_hf_qf16:
4833 case Hexagon::V6_vconv_hf_qf32:
4835 case Hexagon::V6_vconv_qf16_f8:
4837 case Hexagon::V6_vconv_qf16_hf:
4839 case Hexagon::V6_vconv_qf16_qf16:
4841 case Hexagon::V6_vconv_qf32_qf32:
4843 case Hexagon::V6_vconv_qf32_sf:
4845 case Hexagon::V6_vconv_sf_qf32:
4847 case Hexagon::V6_vilog2_qf16:
4849 case Hexagon::V6_vilog2_qf32:
4851 case Hexagon::V6_vmpy_qf16:
4853 case Hexagon::V6_vmpy_qf16_hf:
4855 case Hexagon::V6_vmpy_qf16_mix_hf:
4857 case Hexagon::V6_vmpy_qf32:
4859 case Hexagon::V6_vmpy_qf32_hf:
4861 case Hexagon::V6_vmpy_qf32_mix_hf:
4863 case Hexagon::V6_vmpy_qf32_qf16:
4865 case Hexagon::V6_vmpy_qf32_sf:
4867 case Hexagon::V6_vmpy_rt_hf:
4869 case Hexagon::V6_vmpy_rt_qf16:
4871 case Hexagon::V6_vmpy_rt_sf:
4873 case Hexagon::V6_vneg_qf16_hf:
4875 case Hexagon::V6_vneg_qf16_qf16:
4877 case Hexagon::V6_vneg_qf32_qf32:
4879 case Hexagon::V6_vneg_qf32_sf:
4881 case Hexagon::V6_vsub_hf:
4883 case Hexagon::V6_vsub_qf16:
4885 case Hexagon::V6_vsub_qf16_mix:
4887 case Hexagon::V6_vsub_qf32:
4889 case Hexagon::V6_vsub_qf32_mix:
4891 case Hexagon::V6_vsub_sf:
4893 case Hexagon::V6_vsub_sf_mix:
4895 case Hexagon::V6_vsub_hf_mix:
4968 if (!
A || !
B ||
A->getParent() !=
B->getParent())
4982 return Opc >= 0 ? Hexagon::changeAddrMode_abs_io(
Opc) :
Opc;
4986 return Opc >= 0 ? Hexagon::changeAddrMode_io_abs(
Opc) :
Opc;
4990 return Opc >= 0 ? Hexagon::changeAddrMode_io_pi(
Opc) :
Opc;
4994 return Opc >= 0 ? Hexagon::changeAddrMode_io_rr(
Opc) :
Opc;
4998 return Opc >= 0 ? Hexagon::changeAddrMode_pi_io(
Opc) :
Opc;
5002 return Opc >= 0 ? Hexagon::changeAddrMode_rr_io(
Opc) :
Opc;
5006 return Opc >= 0 ? Hexagon::changeAddrMode_rr_ur(
Opc) :
Opc;
5010 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.
MachineMemOperand * getMachineMemOperand(MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, LLT MemTy, Align base_alignment, const AAMDNodes &AAInfo=AAMDNodes(), const MDNode *Ranges=nullptr, SyncScope::ID SSID=SyncScope::System, AtomicOrdering Ordering=AtomicOrdering::NotAtomic, AtomicOrdering FailureOrdering=AtomicOrdering::NotAtomic)
getMachineMemOperand - Allocate a new MachineMemOperand.
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
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.
const MachineBasicBlock * getParent() const
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 DebugLoc & getDebugLoc() const
Returns the debug location id of this MachineInstr.
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.
FuncUnits getUnits() const
Returns the choice of FUs.
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.