Home
last modified time | relevance | path

Searched refs:leaInReg2 (Results 1 – 2 of 2) 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/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()