/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | ExecuteStage.cpp | 55 SmallVector<InstRef, 4> Pending; in issueInstruction() local 58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction() 72 for (const InstRef &I : Pending) in issueInstruction() 96 SmallVector<InstRef, 4> Pending; in cycleStart() local 99 HWS.cycleEvent(Freed, Executed, Pending, Ready); in cycleStart() 113 for (const InstRef &IR : Pending) in cycleStart() 236 HWInstructionEvent(HWInstructionEvent::Pending, IR)); in notifyInstructionPending()
|
/third_party/jerryscript/tests/debugger/ |
D | do_pending_breakpoints.expected | 5 Pending breakpoint 1 at :1 8 Pending breakpoint 2 at f() 10 === Pending breakpoints ===
|
D | do_delete_all.expected | 11 Pending breakpoint 4 at do_delete_all:350 14 Pending breakpoint 5 at do_delete_all:37 20 === Pending breakpoints ===
|
D | do_delete.expected | 10 Pending breakpoint 2 at do_delete.js:21 20 === Pending breakpoints === 23 Pending breakpoint 2 deleted
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.cpp | 75 (AluInstCount + AvailablesAluCount() + Pending[IDAlu].size()) / in pickNode() 176 MoveUnits(Pending[IDFetch], Available[IDFetch]); in schedNode() 206 Pending[IK].push_back(SU); in releaseBottomNode() 337 std::vector<SUnit *> &QSrc = Pending[IDAlu]; in LoadAlu() 407 while (AvailablesAluCount() || !Pending[IDAlu].empty()) { in pickAlu() 458 MoveUnits(Pending[QID], AQ); in pickOther()
|
D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
|
D | GCNSchedStrategy.cpp | 272 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode() 273 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage"); in pickNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 154 bool promoteToPendingSet(SmallVectorImpl<InstRef> &Pending); 206 SmallVectorImpl<InstRef> &Pending, 227 SmallVectorImpl<InstRef> &Pending,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 356 Pending.push(SU); in releaseNode() 426 for (unsigned i = 0, e = Pending.size(); i != e; ++i) { in releasePending() 427 SUnit *SU = *(Pending.begin()+i); in releasePending() 440 Pending.remove(Pending.begin()+i); in releasePending() 451 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady() 452 Pending.remove(Pending.find(SU)); in removeReady() 466 if (Available.size() == 1 && Pending.size() > 0) in pickOnlyChoice() 947 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode() 948 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage"); in pickNode()
|
D | HexagonMachineScheduler.h | 138 ReadyQueue Pending; member 158 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P") {} in VLIWSchedBoundary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | Scheduler.cpp | 155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet() argument 180 Pending.emplace_back(IR); in promoteToPendingSet() 266 SmallVectorImpl<InstRef> &Pending, in cycleEvent() argument 283 promoteToPendingSet(Pending); in cycleEvent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 453 void resizePending(std::vector<std::unique_ptr<EmitterWorkItem>> *Pending, in resizePending() argument 455 if (Index >= Pending->size()) in resizePending() 456 Utils::reserveAndResize(*Pending, Index + 1); in resizePending() 524 std::vector<std::unique_ptr<EmitterWorkItem>> Pending; in emitItems() local 531 resizePending(&Pending, DesiredSequenceNumber); in emitItems() 533 if (Pending[DesiredSequenceNumber] == nullptr) { in emitItems() 545 resizePending(&Pending, ItemSeq); in emitItems() 546 Pending[ItemSeq] = std::move(RawItem); in emitItems() 552 Pending[DesiredSequenceNumber] = std::move(RawItem); in emitItems() 566 std::unique_ptr<EmitterWorkItem> Item = std::move(Pending[I]); in emitItems()
|
D | IceCfg.cpp | 250 BitVector Pending(NumNodes); in computeInOutEdges() local 251 Pending.set(getEntryNode()->getIndex()); in computeInOutEdges() 253 int Index = Pending.find_first(); in computeInOutEdges() 256 Pending.reset(Index); in computeInOutEdges() 263 Pending.set(SuccIndex); in computeInOutEdges()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.hpp | 115 struct Pending struct in rr::DebugInfo 132 Pending pending;
|
D | LLVMReactorDebugInfo.cpp | 296 scope.pending = Pending{}; in EmitVariable() 388 scope.pending = Pending{}; in emitPending()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 1345 VarLocSet &Pending = PendingInLocs[&MBB]; in join() local 1353 Pending.set(ID); in join() 1365 Pending.reset(ID); in join() 1381 VarLocSet &Pending = Iter.second; in flushPendingLocs() local 1383 for (unsigned ID : Pending) { in flushPendingLocs() 1513 Pending; in ExtendRanges() local 1563 while (!Worklist.empty() || !Pending.empty()) { in ExtendRanges() 1596 Pending.push(BBToOrder[s]); in ExtendRanges() 1601 Worklist.swap(Pending); in ExtendRanges() 1604 assert(Pending.empty() && "Pending should be empty"); in ExtendRanges()
|
D | MachineScheduler.cpp | 1860 Pending.clear(); in reset() 2111 Pending.remove(Pending.begin() + Idx); in releaseNode() 2116 Pending.push(SU); in releaseNode() 2356 for (unsigned I = 0, E = Pending.size(); I < E; ++I) { in releasePending() 2357 SUnit *SU = *(Pending.begin() + I); in releasePending() 2367 if (E != Pending.size()) { in releasePending() 2380 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady() 2381 Pending.remove(Pending.find(SU)); in removeReady() 2396 Pending.push(*I); in pickOnlyChoice() 2412 LLVM_DEBUG(Pending.dump()); in pickOnlyChoice() [all …]
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-enum-initializers.md | 22 Pending, // infer 0
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | HWEventListener.h | 42 Pending, enumerator
|
/third_party/vk-gl-cts/doc/testlog-stylesheet/ |
D | testlog.css | 110 .Pending { background: #808080; }
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/ |
D | with-non-synchronous-watch-directory.js | 164 Change:: Pending directory watchers and program update 365 Change:: Pending updates
|
/third_party/openGLES/extensions/NV/ |
D | NV_alpha_to_coverage_dither_control.txt | 20 Pending.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_alpha_to_coverage_dither_control.txt | 20 Pending.
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_mac.mm | 45 // Pending work timer.
|
/third_party/mbedtls/ChangeLog.d/ |
D | 00README.md | 1 # Pending changelog entry directory
|