Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp48 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction()
305 if (Entries.front().getInstr()->getDebugExpression()->isFragment()) { in beginFunction()
310 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction()
315 Pred.getInstr()->getDebugExpression()); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp375 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue()
380 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
H A DDwarfDebug.cpp237 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
270 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
1718 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
H A DAsmPrinter.cpp937 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp78 const DIExpression *DIExpr = MI.getDebugExpression(); in runOnMachineFunction()
80 … DIExpr = TRI.prependOffsetExpression(MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp372 DIExpr = MI.getDebugExpression(); in DbgValueProperties()
912 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
927 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
1160 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1188 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1594 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1653 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef()
1743 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false}, *NewID); in transferDebugInstrRef()
2076 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3155 DebugVariable VarA(A->getDebugVariable(), A->getDebugExpression(), in emitLocations()
[all …]
H A DVarLocBasedImpl.cpp407 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
409 Expr(MI.getDebugExpression()), MI(MI), in VarLoc()
1244 MI.getDebugExpression()->getNumElements() != 0) in removeEntryValue()
1287 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1804 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2003 if (MI.getDebugExpression()->getNumElements() > 0) in isEntryValueCandidate()
2031 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
2043 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp196 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues()
199 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues()
1236 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndices()
H A DMachineInstr.cpp871 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
876 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
2203 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
H A DLiveDebugVariables.cpp827 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
851 auto *Expr = MI.getDebugExpression(); in handleDebugInstrRef()
H A DMachineSink.cpp566 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp312 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp582 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h448 const DIExpression *getDebugExpression() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp606 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()