Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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 DCodeGenCommonISel.cpp275 const DIExpression *SalvagedExpr = DbgMI->getDebugExpression(); in salvageDebugInfoForDbgValue()
H A DPrologEpilogInserter.cpp201 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues()
204 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues()
1400 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndexDebugInstr()
H A DMachineInstr.cpp741 getDebugExpression(), isIndirectDebugValue(), in isEquivalentDbgInstr()
742 Other.getDebugExpression(), Other.isIndirectDebugValue())) in isEquivalentDbgInstr()
936 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
941 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
2305 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
H A DMachineSink.cpp877 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp857 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp47 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction()
313 if (Entries.front().getInstr()->getDebugExpression()->isFragment()) { in beginFunction()
318 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction()
323 Pred.getInstr()->getDebugExpression()); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp381 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue()
386 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
H A DDwarfDebug.cpp236 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
1744 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
H A DAsmPrinter.cpp1156 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp115 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues()
133 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues()
/src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp423 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
425 Expr(MI.getDebugExpression()), MI(MI) { in VarLoc()
1360 if (MI.getDebugExpression()->getNumElements() == 0 && TransferInst) { in removeEntryValue()
1403 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue()
1948 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2155 const DIExpression *Expr = MI.getDebugExpression(); in isEntryValueCandidate()
2187 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
2199 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.h321 assert(MI.getDebugExpression()->getNumLocationOperands() == 0 ||
324 DIExpr = MI.getDebugExpression();
1070 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
H A DInstrRefBasedImpl.cpp694 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
734 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1613 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef()
1740 TTracker->addUseBeforeDef(VID, {MI.getDebugExpression(), false, true}, in transferDebugInstrRef()
2228 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp314 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp578 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h528 const DIExpression *getDebugExpression() const;
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2527 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp732 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()