Searched refs:getDebugVariable (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineCheckDebugify.cpp | 79 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
|
H A D | PrologEpilogInserter.cpp | 186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues() 195 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues() 198 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
|
H A D | MachineInstr.cpp | 855 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr 1867 auto *DV = getDebugVariable(); in print() 2200 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill() 2239 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill() 2260 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
|
H A D | LiveDebugVariables.cpp | 826 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue() 850 auto *Var = MI.getDebugVariable(); in handleDebugInstrRef()
|
H A D | MachineSink.cpp | 566 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 912 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar() 927 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar() 1160 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1188 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1593 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1652 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef() 2076 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 3155 DebugVariable VarA(A->getDebugVariable(), A->getDebugExpression(), in emitLocations() 3157 DebugVariable VarB(B->getDebugVariable(), B->getDebugExpression(), in emitLocations()
|
H A D | VarLocBasedImpl.cpp | 407 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc() 537 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue() 1286 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue() 1804 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 1980 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate() 2031 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 299 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
|
H A D | DbgEntityHistoryCalculator.cpp | 466 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
|
H A D | AsmPrinter.cpp | 928 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
|
H A D | DwarfDebug.cpp | 265 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 603 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
|
/netbsd-src/external/apache2/llvm/dist/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 | 439 const DILocalVariable *getDebugVariable() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 793 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 605 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()
|