Home
last modified time | relevance | path

Searched refs:getDebugVariable (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp92 DebugVariable Var(MI.getDebugVariable(), NoneType(), in reduceDbgValsForwardScan()
163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
H A DMachineCheckDebugify.cpp80 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
H A DMachineInstr.cpp808 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
1811 auto *DV = getDebugVariable(); in print()
2144 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2183 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
2204 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
H A DPrologEpilogInserter.cpp180 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
189 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
192 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
H A DMachineSink.cpp571 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp854 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp390 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
519 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
1324 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1847 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2029 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
2080 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
H A DInstrRefBasedImpl.h712 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
729 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
H A DInstrRefBasedImpl.cpp463 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
491 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1037 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1109 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef()
1795 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3135 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp300 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp465 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
H A DDwarfDebug.cpp262 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
H A DAsmPrinter.cpp1121 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp601 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h238 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
H A DMachineInstr.h441 const DILocalVariable *getDebugVariable() const;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp804 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp565 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()