| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RemoveRedundantDebugValues.cpp | 95 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan() 166 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
|
| H A D | MachineCheckDebugify.cpp | 82 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
|
| H A D | DroppedVariableStatsMIR.cpp | 86 auto *DbgVar = MI.getDebugVariable(); in visitEveryDebugRecord()
|
| H A D | StackFrameLayoutAnalysisPass.cpp | 263 SlotDebugMap[FrameIdx].insert(MI->getDebugVariable()); in genSlotDbgMapping()
|
| H A D | MachineInstr.cpp | 740 if (getDebugVariable() != Other.getDebugVariable()) in isEquivalentDbgInstr() 947 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr 2095 auto *DV = getDebugVariable(); in print() 2421 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill() 2461 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill() 2482 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
|
| H A D | PrologEpilogInserter.cpp | 193 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues() 202 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues() 205 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
|
| H A D | LiveDebugVariables.cpp | 866 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
|
| H A D | MachineSink.cpp | 1017 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 425 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc() 555 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue() 1414 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1957 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 2138 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate() 2191 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 710 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 750 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1444 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in transferDebugValue() 1647 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef() 2262 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
|
| H A D | InstrRefBasedImpl.h | 1067 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 312 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
|
| H A D | DbgEntityHistoryCalculator.cpp | 482 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
|
| H A D | AsmPrinter.cpp | 1193 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 599 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 240 assert((MI->isDebugValueLike() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
|
| H A D | MachineInstr.h | 530 LLVM_ABI const DILocalVariable *getDebugVariable() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 2522 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr() 2788 assert(MI.getDebugVariable() && in RescheduleLoadStoreInstrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 1260 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 706 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()
|