Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1249 Register OutRegLEA = RegInfo.createVirtualRegister(&X86::GR32RegClass); in convertToThreeAddressWithLEA() local
1277 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(Opcode), OutRegLEA); in convertToThreeAddressWithLEA()
1340 .addReg(OutRegLEA, RegState::Kill, SubReg); in convertToThreeAddressWithLEA()
1347 LV->getVarInfo(OutRegLEA).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
1365 LIS->getInterval(OutRegLEA); in convertToThreeAddressWithLEA()