Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1274 MachineInstr *InsMI2 = nullptr; in convertToThreeAddressWithLEA() local
1325 InsMI2 = BuildMI(MBB, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA()
1330 if (LV && IsKill2 && InsMI2) in convertToThreeAddressWithLEA()
1331 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()
1360 if (InsMI2) in convertToThreeAddressWithLEA()
1361 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()
1375 if (InsMI2) { in convertToThreeAddressWithLEA()