/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 100 : 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()
|
D | RegAllocFast.cpp | 304 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/ |
D | LiveDebugValues.cpp | 192 : 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()
|
D | PrologEpilogInserter.cpp | 186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues() 194 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues() 197 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
|
D | MachineInstr.cpp | 816 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()
|
D | MachineSink.cpp | 430 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 336 : 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()
|
D | InstrRefBasedImpl.cpp | 909 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/ |
D | DebugHandlerBase.cpp | 140 const DILocalVariable *DIVar = Ranges.front().first->getDebugVariable(); in beginFunction()
|
D | DbgValueHistoryCalculator.cpp | 221 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgValueHistory()
|
D | DwarfDebug.h | 99 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 231 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
|
D | DbgEntityHistoryCalculator.cpp | 247 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 186 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues() 194 const DILocalVariable *Var = MI.getDebugVariable(); in stashEntryDbgValues() 197 return Var == DV->getDebugVariable() && in stashEntryDbgValues()
|
D | MachineInstr.cpp | 855 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()
|
D | LiveDebugVariables.cpp | 672 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue() 689 auto *Var = MI.getDebugVariable(); in handleDebugInstrRef()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 282 Entries.front().getInstr()->getDebugVariable(); in beginFunction()
|
D | DbgEntityHistoryCalculator.cpp | 431 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 182 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
|
D | MachineInstr.h | 267 const DILocalVariable *getDebugVariable() const;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 239 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 589 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 229 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
|
D | MachineInstr.h | 404 const DILocalVariable *getDebugVariable() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 589 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
|