Searched refs:ExtMI (Results 1 – 2 of 2) sorted by relevance
256 auto *ExtMI = MF.CreateMachineInstr(HII->get(Hexagon::A4_ext), DebugLoc()); in tryAllocateResourcesForConstExt() local257 bool Avail = ResourceTracker->canReserveResources(ExtMI); in tryAllocateResourcesForConstExt()259 ResourceTracker->reserveResources(ExtMI); in tryAllocateResourcesForConstExt()260 MF.DeleteMachineInstr(ExtMI); in tryAllocateResourcesForConstExt()1462 bool ExtMI = HII->isExtended(MI) || HII->isConstExtended(MI); in addToPacket() local1472 if (ExtMI) in addToPacket()1489 if (ExtMI) { in addToPacket()1506 if (ExtMI && !tryAllocateResourcesForConstExt(true)) { in addToPacket()
2701 MachineInstr *ExtMI = in convertToThreeAddressWithLEA() local2709 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()2713 LV->replaceKillInstruction(Dest, MI, ExtMI); in convertToThreeAddressWithLEA()2716 return ExtMI; in convertToThreeAddressWithLEA()