Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1155 Register OutRegLEA = RegInfo.createVirtualRegister(&X86::GR32RegClass); in convertToThreeAddressWithLEA() local
1183 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(Opcode), OutRegLEA); in convertToThreeAddressWithLEA()
1247 .addReg(OutRegLEA, RegState::Kill, SubReg); in convertToThreeAddressWithLEA()
1252 LV->getVarInfo(OutRegLEA).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
1270 LIS->getInterval(OutRegLEA); in convertToThreeAddressWithLEA()