Home
last modified time | relevance | path

Searched refs:getDebugInstrNum (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp300 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad()
371 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend()
H A DX86FrameLowering.cpp1253 {ModInst->getDebugInstrNum(), 0}); in emitStackProbeCall()
1259 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1042 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst()
1172 return ApplySubregisters({Inst->getDebugInstrNum(), MO.getOperandNo()}); in salvageCopySSAImpl()
1193 {ToExamine.getDebugInstrNum(), MO.getOperandNo()}); in salvageCopySSAImpl()
1268 unsigned ID = DefMI.getDebugInstrNum(); in finalizeDebugInstrRefs()
H A DInlineSpiller.cpp1036 unsigned NewNum = FoldMI->getDebugInstrNum(); in foldMemoryOperand()
1037 unsigned OldNum = MI->getDebugInstrNum(); in foldMemoryOperand()
H A DMachineInstr.cpp2604 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2610 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
H A DTwoAddressInstructionPass.cpp810 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1299 NewInstrNum = MIBSXTW->getDebugInstrNum(); in mergePairedInsns()
1303 NewInstrNum = MIB->getDebugInstrNum(); in mergePairedInsns()
1317 NewInstrNum = MIBSXTW->getDebugInstrNum(); in mergePairedInsns()
1321 NewInstrNum = MIB->getDebugInstrNum(); in mergePairedInsns()
1369 unsigned NewDebugInstrNum = MIB->getDebugInstrNum(); in mergePairedInsns()
1374 unsigned NewDebugInstrNum = MIB->getDebugInstrNum(); in mergePairedInsns()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h547 LLVM_ABI unsigned getDebugInstrNum();
552 LLVM_ABI unsigned getDebugInstrNum(MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp901 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()