Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveDebugValues.cpp192 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
288 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
781 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1214 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
1406 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
1461 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
HDPrologEpilogInserter.cpp186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
194 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
197 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
HDMachineInstr.cpp816 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
2075 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2094 .addMetadata(Orig.getDebugVariable()) in buildDbgValueForSpill()
HDMachineSink.cpp426 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
HDLiveDebugVariables.cpp661 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugHandlerBase.cpp231 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
HDDbgEntityHistoryCalculator.cpp247 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
HDAsmPrinter.cpp856 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
HDDwarfDebug.cpp263 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstrBuilder.h229 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
HDMachineInstr.h404 const DILocalVariable *getDebugVariable() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86OptimizeLEAs.cpp589 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp597 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()