Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp310 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad() local
311 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
381 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend() local
382 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp975 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst() local
977 std::make_pair(NewInstrNum, I)); in substituteDebugValuesForInst()
H A DTwoAddressInstructionPass.cpp734 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr() local
736 std::make_pair(NewInstrNum, NewIdx)); in convertInstTo3Addr()