Home
last modified time | relevance | path

Searched refs:InsMI2 (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp852 MachineInstr *InsMI2 = nullptr; in convertToThreeAddressWithLEA() local
865 InsMI2 = BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA()
870 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA()
871 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()