Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp100 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
284 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
411 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
DRegAllocFast.cpp304 const MDNode *Var = DBG->getDebugVariable(); in spillVirtReg()
882 const MDNode *Var = MI->getDebugVariable(); in AllocateBasicBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp192 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
288 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
781 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1214 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
1406 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
1461 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
DPrologEpilogInserter.cpp186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
194 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
197 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
DMachineInstr.cpp816 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
2075 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2094 .addMetadata(Orig.getDebugVariable()) in buildDbgValueForSpill()
DMachineSink.cpp430 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp336 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc()
432 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue()
1052 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1540 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
1715 auto *DIVar = MI.getDebugVariable(); in isEntryValueCandidate()
1766 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue()
DInstrRefBasedImpl.cpp909 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
924 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
1157 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1185 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
1591 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
1650 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugInstrRef()
2074 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()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp140 const DILocalVariable *DIVar = Ranges.front().first->getDebugVariable(); in beginFunction()
DDbgValueHistoryCalculator.cpp221 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgValueHistory()
DDwarfDebug.h99 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp231 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
DDbgEntityHistoryCalculator.cpp247 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
/external/llvm-project/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
194 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues()
197 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
DMachineInstr.cpp855 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
1866 auto *DV = getDebugVariable(); in print()
2167 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2187 .addMetadata(Orig.getDebugVariable()) in buildDbgValueForSpill()
DLiveDebugVariables.cpp672 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
689 auto *Var = MI.getDebugVariable(); in handleDebugInstrRef()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp282 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
DDbgEntityHistoryCalculator.cpp431 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h182 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
DMachineInstr.h267 const DILocalVariable *getDebugVariable() const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h239 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
/external/llvm-project/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp589 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h229 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
DMachineInstr.h404 const DILocalVariable *getDebugVariable() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp589 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()

12