Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp43 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction()
225 if (Ranges.front().first->getDebugExpression()->isFragment()) { in beginFunction()
228 const DIExpression *Fragment = I->first->getDebugExpression(); in beginFunction()
232 Pred.first->getDebugExpression()); in beginFunction()
H A DDwarfDebug.h157 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
H A DDwarfDebug.cpp1064 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
1162 const DIExpression *DIExpr = Begin->getDebugExpression(); in buildLocationList()
H A DCodeViewDebug.cpp1223 const DIExpression *DIExpr = DVInst->getDebugExpression(); in calculateRanges()
1225 !DIExpr->fragmentsOverlap(J->first->getDebugExpression())) in calculateRanges()
H A DAsmPrinter.cpp863 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp399 DMI->getDebugVariable(), DMI->getDebugExpression()); in insertTransferDebugPair()
409 auto *SpillExpr = DIExpression::prepend(DMI->getDebugExpression(), in insertTransferDebugPair()
720 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
H A DMachineInstr.cpp810 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
2051 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
H A DPrologEpilogInserter.cpp1117 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in replaceFrameIndices()
H A DLiveDebugVariables.cpp577 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp76 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp571 DIExpression *Expr = const_cast<DIExpression *>(MI.getDebugExpression()); in replaceDebugValue()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h391 const DIExpression *getDebugExpression() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp533 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()