Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1385 unsigned leaInReg2 = 0; in convertToThreeAddressWithLEA() local
1392 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()
1395 BuildMI(*MFI, MIB, MI->getDebugLoc(), get(X86::IMPLICIT_DEF), leaInReg2); in convertToThreeAddressWithLEA()
1398 .addReg(leaInReg2, RegState::Define, X86::sub_16bit) in convertToThreeAddressWithLEA()
1400 addRegReg(MIB, leaInReg, true, leaInReg2, true); in convertToThreeAddressWithLEA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp851 unsigned leaInReg2 = 0; in convertToThreeAddressWithLEA() local
859 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA()
861 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()
864 BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), leaInReg2); in convertToThreeAddressWithLEA()
866 .addReg(leaInReg2, RegState::Define, X86::sub_16bit) in convertToThreeAddressWithLEA()
868 addRegReg(MIB, leaInReg, true, leaInReg2, true); in convertToThreeAddressWithLEA()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2697 unsigned leaInReg2 = 0; in convertToThreeAddressWithLEA() local
2705 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA()
2707 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()
2710 BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), leaInReg2); in convertToThreeAddressWithLEA()
2712 .addReg(leaInReg2, RegState::Define, X86::sub_16bit) in convertToThreeAddressWithLEA()
2714 addRegReg(MIB, leaInReg, true, leaInReg2, true); in convertToThreeAddressWithLEA()