Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp95 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan()
166 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
H A DMachineCheckDebugify.cpp82 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
H A DDroppedVariableStatsMIR.cpp86 auto *DbgVar = MI.getDebugVariable(); in visitEveryDebugRecord()
H A DStackFrameLayoutAnalysisPass.cpp263 SlotDebugMap[FrameIdx].insert(MI->getDebugVariable()); in genSlotDbgMapping()
H A DMachineInstr.cpp740 if (getDebugVariable() != Other.getDebugVariable()) in isEquivalentDbgInstr()
947 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
2095 auto *DV = getDebugVariable(); in print()
2421 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2461 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
2482 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
H A DPrologEpilogInserter.cpp193 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
202 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
205 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
H A DLiveDebugVariables.cpp866 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
H A DMachineSink.cpp1017 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
/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.cpp425 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
555 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
1414 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1957 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2138 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
2191 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
H A DInstrRefBasedImpl.cpp710 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
750 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1444 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in transferDebugValue()
1647 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef()
2262 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
H A DInstrRefBasedImpl.h1067 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp312 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp482 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp1193 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.h530 LLVM_ABI const DILocalVariable *getDebugVariable() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2522 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr()
2788 assert(MI.getDebugVariable() && in RescheduleLoadStoreInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1260 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp706 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()