Home
last modified time | relevance | path

Searched refs:ExtMI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp259 auto *ExtMI = MF.CreateMachineInstr(HII->get(Hexagon::A4_ext), DebugLoc()); in tryAllocateResourcesForConstExt() local
260 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() local
1499 if (ExtMI) in addToPacket()
1516 if (ExtMI) { in addToPacket()
1533 if (ExtMI && !tryAllocateResourcesForConstExt(true)) { in addToPacket()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1409 MachineInstr *ExtMI = in convertToThreeAddressWithLEA() local
1417 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
1421 LV->replaceKillInstruction(Dest, MI, ExtMI); in convertToThreeAddressWithLEA()
1424 return ExtMI; in convertToThreeAddressWithLEA()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2723 MachineInstr *ExtMI = in convertToThreeAddressWithLEA() local
2731 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
2735 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA()
2738 return ExtMI; in convertToThreeAddressWithLEA()