| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RemoveRedundantDebugValues.cpp | 92 DebugVariable Var(MI.getDebugVariable(), NoneType(), 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 | MachineInstr.cpp | 808 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr 1811 auto *DV = getDebugVariable(); in print() 2144 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill() 2183 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill() 2204 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
|
| H A D | PrologEpilogInserter.cpp | 180 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues() 189 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues() 192 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
|
| H A D | MachineSink.cpp | 571 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
| H A D | LiveDebugVariables.cpp | 854 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 390 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc() 519 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue() 1324 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1847 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 2029 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate() 2080 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
|
| H A D | InstrRefBasedImpl.h | 712 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar() 729 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
|
| H A D | InstrRefBasedImpl.cpp | 463 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 491 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1037 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1109 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef() 1795 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 3135 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 300 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
|
| H A D | DbgEntityHistoryCalculator.cpp | 465 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
|
| H A D | DwarfDebug.cpp | 262 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
|
| H A D | AsmPrinter.cpp | 1121 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 601 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 238 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
|
| H A D | MachineInstr.h | 441 const DILocalVariable *getDebugVariable() const;
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 804 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 565 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()
|