| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RemoveRedundantDebugValues.cpp | 117 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 D | CodeGenCommonISel.cpp | 275 const DIExpression *SalvagedExpr = DbgMI->getDebugExpression(); in salvageDebugInfoForDbgValue()
|
| H A D | PrologEpilogInserter.cpp | 201 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues() 204 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues() 1400 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndexDebugInstr()
|
| H A D | MachineInstr.cpp | 741 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 D | MachineSink.cpp | 877 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
| H A D | LiveDebugVariables.cpp | 857 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 47 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 D | DbgEntityHistoryCalculator.cpp | 381 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue() 386 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
|
| H A D | DwarfDebug.cpp | 236 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 1744 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
|
| H A D | AsmPrinter.cpp | 1156 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 79 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 D | WebAssemblyDebugValueManager.cpp | 115 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 D | VarLocBasedImpl.cpp | 423 : 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 D | InstrRefBasedImpl.h | 321 assert(MI.getDebugExpression()->getNumLocationOperands() == 0 || 324 DIExpr = MI.getDebugExpression(); 1070 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
|
| H A D | InstrRefBasedImpl.cpp | 694 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 D | SystemZRegisterInfo.cpp | 314 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 578 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 528 const DIExpression *getDebugExpression() const;
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 2527 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 732 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|