Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.cpp1938 unsigned Opc, leaInReg; in convertToThreeAddressWithLEA() local
1941 leaInReg = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA()
1944 leaInReg = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()
1954 BuildMI(*MFI, MBBI, MI->getDebugLoc(), get(X86::IMPLICIT_DEF), leaInReg); in convertToThreeAddressWithLEA()
1957 .addReg(leaInReg, RegState::Define, X86::sub_16bit) in convertToThreeAddressWithLEA()
1967 .addReg(leaInReg, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1972 addRegOffset(MIB, leaInReg, true, 1); in convertToThreeAddressWithLEA()
1976 addRegOffset(MIB, leaInReg, true, -1); in convertToThreeAddressWithLEA()
1982 addRegOffset(MIB, leaInReg, true, MI->getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1993 addRegReg(MIB, leaInReg, true, leaInReg, false); in convertToThreeAddressWithLEA()
[all …]