Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp42 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction()
236 if (Entries.front().getInstr()->getDebugExpression()->isFragment()) { in beginFunction()
241 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction()
246 Pred.getInstr()->getDebugExpression()); in beginFunction()
DDbgEntityHistoryCalculator.cpp46 if (MI.getDebugExpression()->isEntryValue()) in isDescribedByReg()
170 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue()
175 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
DDwarfDebug.cpp233 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
268 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
1484 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
DAsmPrinter.cpp868 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp192 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
194 Expr(MI.getDebugExpression()), MI(MI), UVS(MI.getDebugLoc(), LS) { in VarLoc()
289 const DIExpression *DIExpr = MI.getDebugExpression(); in BuildDbgValue()
734 MI.getDebugExpression()->getNumElements() != 0) in removeEntryValue()
782 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1214 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
1433 if (MI.getDebugExpression()->getNumElements() > 0) in isEntryValueCandidate()
1461 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
1473 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
DPrologEpilogInserter.cpp195 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues()
198 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues()
1218 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndices()
DMachineInstr.cpp821 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
827 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
2078 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
DMachineSink.cpp430 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
DLiveDebugVariables.cpp662 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp76 MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp581 DIExpression *Expr = const_cast<DIExpression *>(MI.getDebugExpression()); in replaceDebugValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h408 const DIExpression *getDebugExpression() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp598 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()