Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1242 Register InRegLEA2; in convertToThreeAddressWithLEA() local
1317 InRegLEA2 = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA()
1319 InRegLEA2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()
1323 InRegLEA2); in convertToThreeAddressWithLEA()
1325 .addReg(InRegLEA2, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1327 addRegReg(MIB, InRegLEA, true, X86::NoSubRegister, InRegLEA2, true, in convertToThreeAddressWithLEA()
1345 if (InRegLEA2) in convertToThreeAddressWithLEA()
1346 LV->getVarInfo(InRegLEA2).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
1366 if (InRegLEA2) in convertToThreeAddressWithLEA()
1367 LIS->getInterval(InRegLEA2); in convertToThreeAddressWithLEA()