Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1322 unsigned InRegLEA2 = 0; in convertToThreeAddressWithLEA() local
1330 InRegLEA2 = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA()
1332 InRegLEA2 = RegInfo.createVirtualRegister(&X86::GR32_NOSPRegClass); in convertToThreeAddressWithLEA()
1335 BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA2); in convertToThreeAddressWithLEA()
1337 .addReg(InRegLEA2, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()