Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1265 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1282 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1285 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1296 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1301 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1305 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1313 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1327 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()