Searched refs:InRegLEA2 (Results 1 – 1 of 1) sorted by relevance
1156 Register InRegLEA2; in convertToThreeAddressWithLEA() local1225 InRegLEA2 = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA()1227 InRegLEA2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()1231 InRegLEA2); in convertToThreeAddressWithLEA()1233 .addReg(InRegLEA2, RegState::Define, SubReg) in convertToThreeAddressWithLEA()1235 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()1271 if (InRegLEA2) in convertToThreeAddressWithLEA()1272 LIS->getInterval(InRegLEA2); in convertToThreeAddressWithLEA()