Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1179 MachineInstr *ImpDef2 = nullptr; in convertToThreeAddressWithLEA() local
1230 ImpDef2 = BuildMI(MBB, &*MIB, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), in convertToThreeAddressWithLEA()
1264 if (ImpDef2) in convertToThreeAddressWithLEA()
1265 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()