/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 297 Pending.push(SU); in releaseNode() 366 for (unsigned i = 0, e = Pending.size(); i != e; ++i) { in releasePending() 367 SUnit *SU = *(Pending.begin()+i); in releasePending() 380 Pending.remove(Pending.begin()+i); in releasePending() 391 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady() 392 Pending.remove(Pending.find(SU)); in removeReady() 645 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode() 646 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage"); in pickNode()
|
D | HexagonMachineScheduler.h | 138 ReadyQueue Pending; member 157 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P"), in VLIWSchedBoundary()
|
D | HexagonBitSimplify.cpp | 1160 std::vector<unsigned> Pending; in computeUsedBits() local 1161 Pending.push_back(Reg); in computeUsedBits() 1163 for (unsigned i = 0; i < Pending.size(); ++i) { in computeUsedBits() 1164 unsigned R = Pending[i]; in computeUsedBits() 1178 Pending.push_back(DefR); in computeUsedBits()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.cpp | 75 (AluInstCount + AvailablesAluCount() + Pending[IDAlu].size()) / in pickNode() 179 MoveUnits(Pending[IDFetch], Available[IDFetch]); in schedNode() 209 Pending[IK].push_back(SU); in releaseBottomNode() 341 std::vector<SUnit *> &QSrc = Pending[IDAlu]; in LoadAlu() 411 while (AvailablesAluCount() || !Pending[IDAlu].empty()) { in pickAlu() 462 MoveUnits(Pending[QID], AQ); in pickOther()
|
D | R600MachineScheduler.h | 54 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
|
/external/v8/src/crankshaft/ |
D | hydrogen-range-analysis.cc | 11 class Pending { class 13 Pending(HBasicBlock* block, int last_changed_range) in Pending() function in v8::internal::Pending 37 ZoneList<Pending> stack(graph()->blocks()->length(), zone()); in Run() 90 stack.Add(Pending(dominated_blocks->at(i), last_changed_range), zone()); in Run() 95 Pending pending = stack.RemoveLast(); in Run()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 362 std::greater<unsigned int>> Pending; in ExtendRanges() local 382 while (!Worklist.empty() || !Pending.empty()) { in ExtendRanges() 405 Pending.push(BBToOrder[s]); in ExtendRanges() 410 Worklist.swap(Pending); in ExtendRanges() 413 assert(Pending.empty() && "Pending should be empty"); in ExtendRanges()
|
D | MachineScheduler.cpp | 1667 Pending.clear(); in reset() 1866 Pending.push(SU); in releaseNode() 2109 for (unsigned i = 0, e = Pending.size(); i != e; ++i) { in releasePending() 2110 SUnit *SU = *(Pending.begin()+i); in releasePending() 2123 Pending.remove(Pending.begin()+i); in releasePending() 2126 DEBUG(if (!Pending.empty()) Pending.dump()); in releasePending() 2135 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady() 2136 Pending.remove(Pending.find(SU)); in removeReady() 2151 Pending.push(*I); in pickOnlyChoice() 2246 CurrZone.findMaxLatency(CurrZone.Pending.elements())); in setPolicy() [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | delayed-masm-arm64.h | 132 enum Pending { enum 139 Pending pending_;
|
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
D | ExternalSemaSource.h | 180 SourceLocation> > &Pending) {} in ReadPendingInstantiations()
|
D | MultiplexExternalSemaSource.h | 312 SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> >& Pending) override;
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 101 llvm::SmallVector<std::function<void(bool isLastChild)>, 32> Pending; member in __anon950faced0111::ASTDumper 129 while (!Pending.empty()) { in dumpChild() 130 Pending.back()(true); in dumpChild() 131 Pending.pop_back(); in dumpChild() 162 unsigned Depth = Pending.size(); in dumpChild() 169 while (Depth < Pending.size()) { in dumpChild() 170 Pending.back()(true); in dumpChild() 171 this->Pending.pop_back(); in dumpChild() 179 Pending.push_back(std::move(dumpWithIndent)); in dumpChild() 181 Pending.back()(false); in dumpChild() [all …]
|
/external/autotest/site_utils/deploy_autotest/ |
D | README.yo | 14 # structure and bring in rpm deployment to get managed by this tool. Pending
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 277 SourceLocation> > &Pending) { in ReadPendingInstantiations() 279 Sources[i]->ReadPendingInstantiations(Pending); in ReadPendingInstantiations()
|
D | Sema.cpp | 690 SmallVector<PendingImplicitInstantiation, 4> Pending; in ActOnEndOfTranslationUnit() local 691 ExternalSource->ReadPendingInstantiations(Pending); in ActOnEndOfTranslationUnit() 693 Pending.begin(), Pending.end()); in ActOnEndOfTranslationUnit()
|
/external/deqp/doc/testlog-stylesheet/ |
D | testlog.css | 110 .Pending { background: #808080; }
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 577 ReadyQueue Pending; variable 644 Pending(ID << LogMaxQID, Name+".P"), in SchedBoundary()
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 108 ### VK_LAYER_LUNARG_core_validation Draw State Pending Work 143 ### VK_LAYER_LUNARG_core_validation Shader Checker Pending Work 173 ### VK_LAYER_LUNARG_core_validation Memory Tracker Pending Work and Enhancements 195 ### VK_LAYER_LUNARG_parameter_validation Pending Work 238 ### VK_LAYER_LUNARG_image Pending Work 262 ### VK_LAYER_LUNARG_object_tracker Pending Work 304 ### VK_LAYER_GOOGLE_threading Pending Work 339 ### VK_LAYER_LUNARG_device_limits Pending Work 404 ### VK_LAYER_LUNARG_Swapchain Pending Work 420 ## General Pending Work
|
/external/v8/src/js/ |
D | promise.js | 286 case 0: // Pending
|
/external/clang/test/Analysis/ |
D | ctor.mm | 566 // FIXME: Pending proper implementation of constructors for 'new'. 573 // FIXME: Pending proper implementation of constructors for 'new[]'.
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.js | 1969 module.exports = Pending; 1977 function Pending(message) { class 4288 , Pending = require('./pending') 4400 throw new Pending(); 4576 , Pending = require('./pending') 4849 if (err instanceof Pending) { 5050 if (err instanceof Pending) { 5057 if (err instanceof Pending) {
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 1969 module.exports = Pending; 1977 function Pending(message) { class 4288 , Pending = require('./pending') 4400 throw new Pending(); 4576 , Pending = require('./pending') 4849 if (err instanceof Pending) { 5050 if (err instanceof Pending) { 5057 if (err instanceof Pending) {
|
/external/zlib/src/as400/ |
D | zlib.inc | 342 D pending 10U 0 Pending bytes 343 D bits 10I 0 Pending bits
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1833 SourceLocation> > &Pending) override;
|