Searched refs:OldInstrNum (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupBWInsts.cpp | 307 if (unsigned OldInstrNum = MI->peekDebugInstrNum()) { in tryReplaceLoad() local 311 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad() 378 if (unsigned OldInstrNum = MI->peekDebugInstrNum()) { in tryReplaceExtend() local 382 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 956 unsigned OldInstrNum = Old.peekDebugInstrNum(); in substituteDebugValuesForInst() local 957 if (!OldInstrNum) in substituteDebugValuesForInst() 976 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst()
|
| H A D | TwoAddressInstructionPass.cpp | 725 if (auto OldInstrNum = mi->peekDebugInstrNum()) { in convertInstTo3Addr() local 735 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
|