Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp118 VMI->second.second != MI.getDebugExpression()) { in reduceDbgValsForwardScan()
119 VariableMap[Var] = {&Loc, MI.getDebugExpression()}; in reduceDbgValsForwardScan()
167 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in reduceDbgValsBackwardScan()
H A DPrologEpilogInserter.cpp191 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues()
194 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues()
1242 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 DMachineSink.cpp566 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp862 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp48 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction()
299 if (Entries.front().getInstr()->getDebugExpression()->isFragment()) { in beginFunction()
304 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction()
309 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()
1707 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
H A DAsmPrinter.cpp951 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
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()
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()
1231 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1259 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1747 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1808 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef()
1986 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false}, *NewID); in transferDebugInstrRef()
2369 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3452 DebugVariable VarA(A->getDebugVariable(), A->getDebugExpression(), in emitLocations()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp312 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp582 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h448 const DIExpression *getDebugExpression() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp611 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()