/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyDebugValueManager.cpp | 23 Instr->collectDebugValues(DbgValues); in WebAssemblyDebugValueManager() 28 for (MachineInstr *DBI : reverse(DbgValues)) in move() 33 for (auto *DBI : DbgValues) in updateReg() 41 for (MachineInstr *DBI : reverse(DbgValues)) { in clone() 49 for (auto *DBI : DbgValues) { in replaceWithLocal()
|
D | WebAssemblyDebugValueManager.h | 25 SmallVector<MachineInstr *, 2> DbgValues; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AntiDepBreaker.h | 47 DbgValueVector &DbgValues) = 0; 67 void UpdateDbgValues(const DbgValueVector &DbgValues, MachineInstr *ParentMI, in UpdateDbgValues() argument 72 for (const auto &DV : make_range(DbgValues.crbegin(), DbgValues.crend())) { in UpdateDbgValues()
|
D | PostRASchedulerList.cpp | 398 EndIndex, DbgValues); in schedule() 695 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) { in EmitSchedule() 701 DbgValues.clear(); in EmitSchedule()
|
D | CriticalAntiDepBreaker.h | 86 DbgValueVector &DbgValues) override;
|
D | AggressiveAntiDepBreaker.h | 146 DbgValueVector &DbgValues) override;
|
D | CriticalAntiDepBreaker.cpp | 451 DbgValueVector &DbgValues) { in BreakAntiDependencies() argument 673 UpdateDbgValues(DbgValues, Q->second->getParent(), in BreakAntiDependencies()
|
D | MachineInstr.cpp | 2106 SmallVectorImpl<MachineInstr *> &DbgValues) { in collectDebugValues() argument 2118 DbgValues.push_back(&*DI); in collectDebugValues() 2124 SmallVector<MachineInstr *, 2> DbgValues; in changeDebugValuesDefReg() local 2137 DbgValues.push_back(DI); in changeDebugValuesDefReg() 2142 for (auto *DBI : DbgValues) in changeDebugValuesDefReg()
|
D | ScheduleDAGInstrs.cpp | 117 DbgValues.clear(); in ScheduleDAGInstrs() 778 DbgValues.clear(); in buildSchedGraph() 802 DbgValues.push_back(std::make_pair(DbgMI, &MI)); in buildSchedGraph()
|
D | AggressiveAntiDepBreaker.cpp | 758 DbgValueVector &DbgValues) { in BreakAntiDependencies() argument 982 UpdateDbgValues(DbgValues, Q.second.Operand->getParent(), in BreakAntiDependencies()
|
D | MachineScheduler.cpp | 897 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) { in placeDebugValues() 907 DbgValues.clear(); in placeDebugValues()
|
D | CodeGenPrepare.cpp | 2625 SmallVector<DbgValueInst *, 1> DbgValues; member in __anone6c077230511::TypePromotionTransaction::UsesReplacer 2641 findDbgValues(DbgValues, Inst); in UsesReplacer() 2659 for (auto *DVI: DbgValues) { in undo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 233 DbgValueHistoryMap &DbgValues, in calculateDbgEntityHistory() argument 252 handleNewDebugValue(Var, MI, RegVars, LiveEntries, DbgValues); in calculateDbgEntityHistory() 281 clobberRegisterUses(RegVars, MO.getReg(), DbgValues, LiveEntries, in calculateDbgEntityHistory() 292 clobberRegisterUses(RegVars, *AI, DbgValues, LiveEntries, MI); in calculateDbgEntityHistory() 307 clobberRegisterUses(RegVars, Reg, DbgValues, LiveEntries, MI); in calculateDbgEntityHistory() 323 EntryIndex ClobIdx = DbgValues.startClobber(Pair.first, MBB.back()); in calculateDbgEntityHistory() 327 DbgValueHistoryMap::Entry &Ent = DbgValues.getEntry(Pair.first, Idx); in calculateDbgEntityHistory()
|
D | DebugHandlerBase.cpp | 205 assert(DbgValues.empty() && "DbgValues map wasn't cleaned!"); in beginFunction() 208 DbgValues, DbgLabels); in beginFunction() 209 LLVM_DEBUG(DbgValues.dump()); in beginFunction() 212 for (const auto &I : DbgValues) { in beginFunction() 340 DbgValues.clear(); in endFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 218 SmallVector<DbgValueInst *, 4> DbgValues; in formLCSSAForInstructions() local 219 llvm::findDbgValues(DbgValues, I); in formLCSSAForInstructions() 223 for (auto DVI : DbgValues) { in formLCSSAForInstructions()
|
D | LoopRotationUtils.cpp | 153 SmallVector<DbgValueInst *, 1> DbgValues; in RewriteUsesOfClonedInstructions() local 154 llvm::findDbgValues(DbgValues, OrigHeaderVal); in RewriteUsesOfClonedInstructions() 155 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions()
|
D | Local.cpp | 1237 SmallVector<DbgValueInst *, 1> DbgValues; in PhiHasDebugValue() local 1238 findDbgValues(DbgValues, APN); in PhiHasDebugValue() 1239 for (auto *DVI : DbgValues) { in PhiHasDebugValue() 1524 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues() argument 1533 DbgValues.push_back(DVI); in findDbgValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DebugHandlerBase.h | 82 DbgValueHistoryMap DbgValues; variable
|
D | DbgEntityHistoryCalculator.h | 123 DbgValueHistoryMap &DbgValues,
|
D | ScheduleDAGInstrs.h | 248 DbgValueVector DbgValues; variable
|
D | SelectionDAG.h | 151 SmallVector<SDDbgValue*, 32> DbgValues; 165 } else DbgValues.push_back(V); 180 DbgValues.clear(); 189 return DbgValues.empty() && ByvalParmDbgValues.empty() && DbgLabels.empty(); 202 DbgIterator DbgBegin() { return DbgValues.begin(); } 203 DbgIterator DbgEnd() { return DbgValues.end(); }
|
D | MachineInstr.h | 1656 void collectDebugValues(SmallVectorImpl<MachineInstr *> &DbgValues);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNIterativeScheduler.cpp | 344 const auto DbgB = DbgValues.begin(), DbgE = DbgValues.end(); in detachSchedule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 316 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 307 SmallVector<MachineInstr *, 1> DbgValues; in sinkLocalValueMaterialization() local 313 DbgValues.push_back(&DbgVal); in sinkLocalValueMaterialization() 324 for (MachineInstr *DI : DbgValues) { in sinkLocalValueMaterialization()
|