Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp274 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()
1413 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndexDebugInstr()
H A DMachineInstr.cpp700 getDebugExpression(), isIndirectDebugValue(), in isEquivalentDbgInstr()
701 Other.getDebugExpression(), Other.isIndirectDebugValue())) in isEquivalentDbgInstr()
895 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
900 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
2235 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
H A DMachineSink.cpp863 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
H A DLiveDebugVariables.cpp857 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp46 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.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.cpp1182 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/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.h283 assert(MI.getDebugExpression()->getNumLocationOperands() == 0 ||
286 DIExpr = MI.getDebugExpression();
1027 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
H A DInstrRefBasedImpl.cpp667 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
706 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1582 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef()
1708 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false, true}, in transferDebugInstrRef()
2194 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3610 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp314 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp578 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h502 const DIExpression *getDebugExpression() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2525 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp617 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()