Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp117 VMI->second.second != MI.getDebugExpression()) { in reduceDbgValsForwardScan()
118 VariableMap[Var] = {&Loc, MI.getDebugExpression()}; in reduceDbgValsForwardScan()
163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
H A DPrologEpilogInserter.cpp190 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues()
193 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues()
1373 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndices()
H A DMachineInstr.cpp824 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
829 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
2147 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
H A DMachineSink.cpp571 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp855 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp47 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.cpp374 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue()
379 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
H A DDwarfDebug.cpp234 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
267 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
1701 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
H A DAsmPrinter.cpp1130 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp79 const DIExpression *DIExpr = MI.getDebugExpression(); in runOnMachineFunction()
81 … DIExpr = TRI.prependOffsetExpression(MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp390 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
392 Expr(MI.getDebugExpression()), MI(MI) { in VarLoc()
1282 if (MI.getDebugExpression()->getNumElements() == 0 && TransferInst) { in removeEntryValue()
1325 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1847 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2052 if (MI.getDebugExpression()->getNumElements() > 0) in isEntryValueCandidate()
2080 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
2092 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.h208 DIExpr = MI.getDebugExpression(); in DbgValueProperties()
712 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
729 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
H A DInstrRefBasedImpl.cpp463 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
491 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1038 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1110 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef()
1308 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false}, *NewID); in transferDebugInstrRef()
1795 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3135 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp315 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp580 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h450 const DIExpression *getDebugExpression() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp566 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()