| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RemoveRedundantDebugValues.cpp | 92 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan() 163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
|
| H A D | MachineCheckDebugify.cpp | 80 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
|
| H A D | StackFrameLayoutAnalysisPass.cpp | 231 SlotDebugMap[FrameIdx].insert(MI->getDebugVariable()); in genSlotDbgMapping()
|
| H A D | MachineInstr.cpp | 677 if (getDebugVariable() != Other.getDebugVariable()) in isEquivalentDbgInstr() 863 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr 1879 auto *DV = getDebugVariable(); in print() 2196 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill() 2237 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill() 2258 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
|
| H A D | MachineSink.cpp | 571 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
| H A D | LiveDebugVariables.cpp | 855 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 423 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc() 553 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue() 1402 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1948 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 2131 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate() 2185 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 667 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 706 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1378 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1587 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef() 2200 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 3610 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
|
| H A D | InstrRefBasedImpl.h | 988 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 299 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
|
| H A D | DbgEntityHistoryCalculator.cpp | 465 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
|
| H A D | DwarfDebug.cpp | 263 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
|
| H A D | AsmPrinter.cpp | 1127 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 600 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 238 assert((MI->isDebugValueLike() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
|
| H A D | MachineInstr.h | 466 const DILocalVariable *getDebugVariable() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 910 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 580 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()
|