Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDRemoveRedundantDebugValues.cpp92 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan()
163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
HDMachineCheckDebugify.cpp82 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
HDStackFrameLayoutAnalysisPass.cpp274 SlotDebugMap[FrameIdx].insert(MI->getDebugVariable()); in genSlotDbgMapping()
HDMachineInstr.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()
HDPrologEpilogInserter.cpp191 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
200 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
203 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
HDMachineSink.cpp877 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
HDLiveDebugVariables.cpp856 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyDebugValueManager.cpp115 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues()
133 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDVarLocBasedImpl.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()
HDInstrRefBasedImpl.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()
HDInstrRefBasedImpl.h1070 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugHandlerBase.cpp308 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
HDDbgEntityHistoryCalculator.cpp472 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
HDAsmPrinter.cpp1147 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86OptimizeLEAs.cpp599 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstrBuilder.h240 assert((MI->isDebugValueLike() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
HDMachineInstr.h519 const DILocalVariable *getDebugVariable() const;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLoadStoreOptimizer.cpp2527 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr()
2794 assert(MI.getDebugVariable() && in RescheduleLoadStoreInstrs()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp1149 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp731 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()