Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1248 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1268 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1271 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1286 .addReg(InRegLEA, RegState::Kill) in convertToThreeAddressWithLEA()
1293 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1297 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1303 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1315 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1328 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1344 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
[all …]