Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1340 unsigned leaOutReg = RegInfo.createVirtualRegister(&X86::GR32RegClass); in convertToThreeAddressWithLEA() local
1356 get(Opc), leaOutReg); in convertToThreeAddressWithLEA()
1412 .addReg(leaOutReg, RegState::Kill, X86::sub_16bit); in convertToThreeAddressWithLEA()
1417 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp802 unsigned leaOutReg = RegInfo.createVirtualRegister(&X86::GR32RegClass); in convertToThreeAddressWithLEA() local
826 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(Opc), leaOutReg); in convertToThreeAddressWithLEA()
880 .addReg(leaOutReg, RegState::Kill, X86::sub_16bit); in convertToThreeAddressWithLEA()
885 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2648 unsigned leaOutReg = RegInfo.createVirtualRegister(&X86::GR32RegClass); in convertToThreeAddressWithLEA() local
2672 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(Opc), leaOutReg); in convertToThreeAddressWithLEA()
2726 .addReg(leaOutReg, RegState::Kill, X86::sub_16bit); in convertToThreeAddressWithLEA()
2731 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()