Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1180 MachineInstr *InsMI2 = nullptr; in convertToThreeAddressWithLEA() local
1232 InsMI2 = BuildMI(MBB, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA()
1237 if (LV && IsKill2 && InsMI2) in convertToThreeAddressWithLEA()
1238 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()
1267 if (InsMI2) in convertToThreeAddressWithLEA()
1268 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()
1282 if (InsMI2) { in convertToThreeAddressWithLEA()