Searched refs:InRegLEA (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1225 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local 1245 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA() 1248 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA() 1263 .addReg(InRegLEA, RegState::Kill) in convertToThreeAddressWithLEA() 1270 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA() 1274 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA() 1280 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA() 1292 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA() 1305 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA() 1321 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA() [all …]
|