Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp301 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad() local
302 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
372 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend() local
373 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp987 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst() local
989 std::make_pair(NewInstrNum, I)); in substituteDebugValuesForInst()
H A DTwoAddressInstructionPass.cpp807 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr() local
809 std::make_pair(NewInstrNum, NewIdx)); in convertInstTo3Addr()