Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1273 MachineInstr *ImpDef2 = nullptr; in convertToThreeAddressWithLEA() local
1323 ImpDef2 = BuildMI(MBB, &*MIB, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), in convertToThreeAddressWithLEA()
1357 if (ImpDef2) in convertToThreeAddressWithLEA()
1358 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()