Searched refs:leaInReg2 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2614 unsigned leaInReg2 = 0; in convertToThreeAddressWithLEA() local 2622 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() 2624 leaInReg2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA() 2627 BuildMI(*MFI, &*MIB, MI->getDebugLoc(), get(X86::IMPLICIT_DEF),leaInReg2); in convertToThreeAddressWithLEA() 2630 .addReg(leaInReg2, RegState::Define, X86::sub_16bit) in convertToThreeAddressWithLEA() 2632 addRegReg(MIB, leaInReg, true, leaInReg2, true); in convertToThreeAddressWithLEA()
|