Searched refs:ExtMI (Results 1 – 3 of 3) sorted by relevance
259 auto *ExtMI = MF.CreateMachineInstr(HII->get(Hexagon::A4_ext), DebugLoc()); in tryAllocateResourcesForConstExt() local260 bool Avail = ResourceTracker->canReserveResources(*ExtMI); in tryAllocateResourcesForConstExt()262 ResourceTracker->reserveResources(*ExtMI); in tryAllocateResourcesForConstExt()263 MF.DeleteMachineInstr(ExtMI); in tryAllocateResourcesForConstExt()1489 bool ExtMI = HII->isExtended(&MI) || HII->isConstExtended(&MI); in addToPacket() local1499 if (ExtMI) in addToPacket()1516 if (ExtMI) { in addToPacket()1533 if (ExtMI && !tryAllocateResourcesForConstExt(true)) { in addToPacket()
1409 MachineInstr *ExtMI = in convertToThreeAddressWithLEA() local1417 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()1421 LV->replaceKillInstruction(Dest, MI, ExtMI); in convertToThreeAddressWithLEA()1424 return ExtMI; in convertToThreeAddressWithLEA()
2723 MachineInstr *ExtMI = in convertToThreeAddressWithLEA() local2731 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()2735 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA()2738 return ExtMI; in convertToThreeAddressWithLEA()