Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1154 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1174 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1177 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1191 .addReg(InRegLEA, RegState::Kill) in convertToThreeAddressWithLEA()
1198 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1202 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1210 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1222 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1235 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1251 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
[all …]