/openbsd/gnu/llvm/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 | 268 const DIExpression *SalvagedExpr = DbgMI->getDebugExpression(); in salvageDebugInfoForDbgValue()
|
H A D | MachineInstr.cpp | 685 getDebugExpression(), isIndirectDebugValue(), in isEquivalentDbgInstr() 686 Other.getDebugExpression(), Other.isIndirectDebugValue())) in isEquivalentDbgInstr() 879 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr 884 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue() 2199 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
|
H A D | PrologEpilogInserter.cpp | 202 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues() 205 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues() 1433 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndexDebugInstr()
|
H A D | MachineSink.cpp | 571 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
H A D | LiveDebugVariables.cpp | 856 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 46 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction() 304 if (Entries.front().getInstr()->getDebugExpression()->isFragment()) { in beginFunction() 309 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction() 314 Pred.getInstr()->getDebugExpression()); in beginFunction()
|
H A D | DbgEntityHistoryCalculator.cpp | 374 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue() 379 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
|
H A D | DwarfDebug.cpp | 235 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 268 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue() 1727 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
|
H A D | AsmPrinter.cpp | 1136 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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() 2154 if (MI.getDebugExpression()->getNumElements() > 0) in isEntryValueCandidate() 2185 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue() 2197 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
H A D | InstrRefBasedImpl.h | 244 assert(MI.getDebugExpression()->getNumLocationOperands() == 0 || 247 DIExpr = MI.getDebugExpression(); 988 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
|
H A D | InstrRefBasedImpl.cpp | 667 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 706 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1379 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue() 1588 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef() 1714 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false, true}, in transferDebugInstrRef() 2200 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 3610 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 314 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 579 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 475 const DIExpression *getDebugExpression() const;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 581 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|