Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1386 MachineInstr *InsMI2 = 0; in convertToThreeAddressWithLEA() local
1396 InsMI2 = in convertToThreeAddressWithLEA()
1402 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA()
1403 LV->replaceKillInstruction(Src2, MI, InsMI2); in convertToThreeAddressWithLEA()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2698 MachineInstr *InsMI2 = nullptr; in convertToThreeAddressWithLEA() local
2711 InsMI2 = BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA()
2716 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA()
2717 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()