Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp300 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad() local
301 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
371 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend() local
372 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1297 unsigned NewInstrNum; in mergePairedInsns() local
1299 NewInstrNum = MIBSXTW->getDebugInstrNum(); in mergePairedInsns()
1300 addDebugSubstitutionsToTable(MBB->getParent(), NewInstrNum, *I, in mergePairedInsns()
1303 NewInstrNum = MIB->getDebugInstrNum(); in mergePairedInsns()
1304 addDebugSubstitutionsToTable(MBB->getParent(), NewInstrNum, *I, *MIB); in mergePairedInsns()
1315 unsigned NewInstrNum; in mergePairedInsns() local
1317 NewInstrNum = MIBSXTW->getDebugInstrNum(); in mergePairedInsns()
1318 addDebugSubstitutionsToTable(MBB->getParent(), NewInstrNum, *Paired, in mergePairedInsns()
1321 NewInstrNum = MIB->getDebugInstrNum(); in mergePairedInsns()
1322 addDebugSubstitutionsToTable(MBB->getParent(), NewInstrNum, *Paired, in mergePairedInsns()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1042 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst() local
1044 std::make_pair(NewInstrNum, I)); in substituteDebugValuesForInst()
H A DTwoAddressInstructionPass.cpp810 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr() local
812 std::make_pair(NewInstrNum, NewIdx)); in convertInstTo3Addr()