Home
last modified time | relevance | path

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

/external/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()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp144 if (Ranges.front().first->getDebugExpression()->isBitPiece()) { in beginFunction()
147 const DIExpression *Piece = I->first->getDebugExpression(); in beginFunction()
150 return !piecesOverlap(Piece, Pred.first->getDebugExpression()); in beginFunction()
DDwarfDebug.h103 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
DDwarfDebug.cpp745 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
846 const DIExpression *DIExpr = Begin->getDebugExpression(); in buildLocationList()
DCodeViewDebug.cpp806 const DIExpression *DIExpr = DVInst->getDebugExpression(); in collectVariableInfo()
DAsmPrinter.cpp713 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp76 MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp411 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
DRegAllocFast.cpp305 const MDNode *Expr = DBG->getDebugExpression(); in spillVirtReg()
883 const MDNode *Expr = MI->getDebugExpression(); in AllocateBasicBlock()
DLiveDebugVariables.cpp504 const MDNode *Expr = MI.getDebugExpression(); in handleDebugValue()
DInlineSpiller.cpp882 const MDNode *Expr = MI->getDebugExpression(); in spillAroundUses()
DMachineInstr.cpp1172 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp581 DIExpression *Expr = const_cast<DIExpression *>(MI.getDebugExpression()); in replaceDebugValue()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h271 const DIExpression *getDebugExpression() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h408 const DIExpression *getDebugExpression() const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp559 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp598 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()