Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp93 DebugVariable Var(MI.getDebugVariable(), NoneType(), in reduceDbgValsForwardScan()
167 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in reduceDbgValsBackwardScan()
H A DMachineCheckDebugify.cpp79 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
H A DPrologEpilogInserter.cpp181 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
190 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
193 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
H A DMachineInstr.cpp855 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
1867 auto *DV = getDebugVariable(); in print()
2200 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2239 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
2260 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
H A DMachineSink.cpp566 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp861 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp407 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
537 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
1286 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1804 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
1980 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
2031 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
H A DInstrRefBasedImpl.cpp912 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
927 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
1231 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1259 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1746 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1807 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef()
2369 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3452 DebugVariable VarA(A->getDebugVariable(), A->getDebugExpression(), in emitLocations()
3454 DebugVariable VarB(B->getDebugVariable(), B->getDebugExpression(), in emitLocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp294 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp466 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp942 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
H A DDwarfDebug.cpp265 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h238 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
H A DMachineInstr.h439 const DILocalVariable *getDebugVariable() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp603 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp797 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp610 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()