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/ |
D | DebugHandlerBase.cpp | 42 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()
|
D | DbgEntityHistoryCalculator.cpp | 46 if (MI.getDebugExpression()->isEntryValue()) in isDescribedByReg() 170 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue() 175 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
|
D | DwarfDebug.cpp | 233 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 268 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue() 1484 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
|
D | AsmPrinter.cpp | 868 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 192 : 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()
|
D | PrologEpilogInserter.cpp | 195 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues() 198 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues() 1218 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndices()
|
D | MachineInstr.cpp | 821 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()
|
D | MachineSink.cpp | 430 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
D | LiveDebugVariables.cpp | 662 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 76 MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 581 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/ |
D | MachineInstr.h | 408 const DIExpression *getDebugExpression() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 598 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|