Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp310 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad()
381 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend()
H A DX86FrameLowering.cpp1196 {ModInst->getDebugInstrNum(), 0}); in emitStackProbeCall()
1202 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp975 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst()
1105 return ApplySubregisters({Inst->getDebugInstrNum(), MO.getOperandNo()}); in salvageCopySSAImpl()
1126 {ToExamine.getDebugInstrNum(), MO.getOperandNo()}); in salvageCopySSAImpl()
1201 unsigned ID = DefMI.getDebugInstrNum(); in finalizeDebugInstrRefs()
H A DInlineSpiller.cpp1017 unsigned NewNum = FoldMI->getDebugInstrNum(); in foldMemoryOperand()
1018 unsigned OldNum = MI->getDebugInstrNum(); in foldMemoryOperand()
H A DMachineInstr.cpp2406 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2412 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
H A DTwoAddressInstructionPass.cpp734 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h510 unsigned getDebugInstrNum();
515 unsigned getDebugInstrNum(MachineFunction &MF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp878 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()