Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp92 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan()
163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
H A DMachineCheckDebugify.cpp82 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
H A DStackFrameLayoutAnalysisPass.cpp274 SlotDebugMap[FrameIdx].insert(MI->getDebugVariable()); in genSlotDbgMapping()
H A DMachineInstr.cpp733 if (getDebugVariable() != Other.getDebugVariable()) in isEquivalentDbgInstr()
920 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
1984 auto *DV = getDebugVariable(); in print()
2302 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2343 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
2364 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
H A DPrologEpilogInserter.cpp191 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
200 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
203 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
H A DMachineSink.cpp877 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp856 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp115 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues()
133 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp423 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
553 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
1402 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1948 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2131 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
2187 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
H A DInstrRefBasedImpl.cpp694 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
734 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1409 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in transferDebugValue()
1612 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef()
2228 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
H A DInstrRefBasedImpl.h1070 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp308 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp472 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp1147 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp599 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h240 assert((MI->isDebugValueLike() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
H A DMachineInstr.h519 const DILocalVariable *getDebugVariable() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2527 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr()
2794 assert(MI.getDebugVariable() && in RescheduleLoadStoreInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1149 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp731 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()