Home
last modified time | relevance | path

Searched refs:getDebugVariable (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp79 const DILocalVariable *LocalVar = MI.getDebugVariable(); in runOnModule()
H A DPrologEpilogInserter.cpp186 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 DMachineInstr.cpp855 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 DLiveDebugVariables.cpp826 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
850 auto *Var = MI.getDebugVariable(); in handleDebugInstrRef()
H A DMachineSink.cpp566 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp912 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 DVarLocBasedImpl.cpp407 : 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 DDebugHandlerBase.cpp299 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp466 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp928 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
H A DDwarfDebug.cpp265 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp603 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h238 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
H A DMachineInstr.h439 const DILocalVariable *getDebugVariable() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp793 OS << MI->getDebugVariable()->getName(); in PrintDebugValueComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp605 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()