Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp310 if (unsigned OldInstrNum = MI->peekDebugInstrNum()) { in tryReplaceLoad() local
314 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
380 if (unsigned OldInstrNum = MI->peekDebugInstrNum()) { in tryReplaceExtend() local
384 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp983 unsigned OldInstrNum = Old.peekDebugInstrNum(); in substituteDebugValuesForInst() local
984 if (!OldInstrNum) in substituteDebugValuesForInst()
1003 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst()
H A DTwoAddressInstructionPass.cpp608 if (auto OldInstrNum = mi->peekDebugInstrNum()) { in convertInstTo3Addr() local
621 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()