/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 43 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction() 209 if (Ranges.front().first->getDebugExpression()->isFragment()) { in beginFunction() 212 const DIExpression *Fragment = I->first->getDebugExpression(); in beginFunction() 216 Pred.first->getDebugExpression()); in beginFunction()
|
D | DwarfDebug.h | 118 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
|
D | DwarfDebug.cpp | 971 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 1069 const DIExpression *DIExpr = Begin->getDebugExpression(); in buildLocationList()
|
D | CodeViewDebug.cpp | 1175 const DIExpression *DIExpr = DVInst->getDebugExpression(); in calculateRanges() 1177 !DIExpr->fragmentsOverlap(J->first->getDebugExpression())) in calculateRanges()
|
D | AsmPrinter.cpp | 849 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 144 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()
|
D | DwarfDebug.h | 103 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
|
D | DwarfDebug.cpp | 745 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 846 const DIExpression *DIExpr = Begin->getDebugExpression(); in buildLocationList()
|
D | CodeViewDebug.cpp | 806 const DIExpression *DIExpr = DVInst->getDebugExpression(); in collectVariableInfo()
|
D | AsmPrinter.cpp | 713 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 396 DMI->getDebugVariable(), DMI->getDebugExpression()); in insertTransferDebugPair() 406 auto *SpillExpr = DIExpression::prepend(DMI->getDebugExpression(), in insertTransferDebugPair() 689 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
|
D | MachineInstr.cpp | 644 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr 1853 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
|
D | PrologEpilogInserter.cpp | 1074 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in replaceFrameIndices()
|
D | LiveDebugVariables.cpp | 561 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 411 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
|
D | RegAllocFast.cpp | 305 const MDNode *Expr = DBG->getDebugExpression(); in spillVirtReg() 883 const MDNode *Expr = MI->getDebugExpression(); in AllocateBasicBlock()
|
D | LiveDebugVariables.cpp | 504 const MDNode *Expr = MI.getDebugExpression(); in handleDebugValue()
|
D | InlineSpiller.cpp | 882 const MDNode *Expr = MI->getDebugExpression(); in spillAroundUses()
|
D | MachineInstr.cpp | 1172 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 567 DIExpression *Expr = const_cast<DIExpression *>(MI.getDebugExpression()); in replaceDebugValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 271 const DIExpression *getDebugExpression() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 293 const DIExpression *getDebugExpression() const;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 559 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 531 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|