Searched refs:InRegLEA (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1240 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local 1262 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA() 1265 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA() 1283 .addReg(InRegLEA, RegState::Kill) in convertToThreeAddressWithLEA() 1290 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA() 1294 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA() 1300 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA() 1313 addRegReg(MIB, InRegLEA, true, X86::NoSubRegister, InRegLEA, false, in convertToThreeAddressWithLEA() 1327 addRegReg(MIB, InRegLEA, true, X86::NoSubRegister, InRegLEA2, true, in convertToThreeAddressWithLEA() 1344 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA() [all …]
|