Searched refs:NewInstrNum (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FixupBWInsts.cpp | 313 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad() local 314 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad() 383 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend() local 384 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1009 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst() local 1011 std::make_pair(NewInstrNum, I)); in substituteDebugValuesForInst()
|
| H A D | TwoAddressInstructionPass.cpp | 702 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr() local 704 std::make_pair(NewInstrNum, NewIdx)); in convertInstTo3Addr()
|