Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.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()
DPrologEpilogInserter.cpp186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
194 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
197 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
DMachineInstr.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()
DMachineSink.cpp430 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
DLiveDebugVariables.cpp661 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp231 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
DDbgEntityHistoryCalculator.cpp247 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
DAsmPrinter.cpp856 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
DDwarfDebug.cpp263 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp589 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h229 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
DMachineInstr.h404 const DILocalVariable *getDebugVariable() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp597 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()