Home
last modified time | relevance | path

Searched refs:Ready (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp128 static bool Ready; variable
134 while (!Ready) in stressCache()
157 Ready = false; in testRegistryThreaded()
169 Ready = true; in testRegistryThreaded()
191 while (!Ready) in stressSharedRegistry()
210 Ready = false; in TEST()
228 Ready = true; in TEST()
240 Ready = false; in TEST()
245 Ready = true; in TEST()
H A Dwrappers_cpp_test.cpp89 static bool Ready; variable
95 while (!Ready) in stressNew()
120 Ready = false; in TEST()
126 Ready = true; in TEST()
H A Dsecondary_test.cpp205 while (!Ready) in performAllocations()
225 bool Ready = false; member
235 Ready = true; in TEST_F()
H A Dwrappers_c_test.cpp425 static bool Ready; variable
436 Ready = true; in enableMalloc()
449 Ready = false; in TEST()
454 while (!Ready) in TEST()
H A Dprimary_test.cpp238 bool Ready = false; in SCUDO_TYPED_TEST() local
247 while (!Ready) in SCUDO_TYPED_TEST()
268 Ready = true; in SCUDO_TYPED_TEST()
H A Dcombined_test.cpp459 bool Ready = false; in SCUDO_TYPED_TEST() local
466 while (!Ready) in SCUDO_TYPED_TEST()
485 Ready = true; in SCUDO_TYPED_TEST()
/llvm-project-15.0.7/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp56 SmallVector<InstRef, 4> Ready; in issueInstruction() local
58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction()
75 for (const InstRef &I : Ready) in issueInstruction()
97 SmallVector<InstRef, 4> Ready; in cycleStart() local
99 HWS.cycleEvent(Freed, Executed, Pending, Ready); in cycleStart()
116 for (const InstRef &IR : Ready) in cycleStart()
242 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionReady()
H A DInOrderIssueStage.cpp172 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionIssued()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcortex-a57-misched-alu.ll37 ; CHECK: Ready
43 ; CHECK: Ready
49 ; CHECK: Ready
55 ; CHECK: Ready
61 ; CHECK: Ready
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp220 Ready; in sortBlocks() local
239 Ready.push(DeferredBlock); in sortBlocks()
299 Ready.push(Next); in sortBlocks()
309 if (Ready.empty()) { in sortBlocks()
314 Next = Ready.top(); in sortBlocks()
315 Ready.pop(); in sortBlocks()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp48 SymbolLookupSet(Foo), SymbolState::Ready, OnCompletion, in TEST_F()
71 SymbolState::Ready, OnCompletion, NoDependenciesToRegister); in TEST_F()
115 SymbolState::Ready, in TEST_F()
200 SymbolLookupSet({Foo, Baz}), SymbolState::Ready, in TEST_F()
436 SymbolLookupSet({Foo}), SymbolState::Ready, OnCompletion, in TEST_F()
504 SymbolLookupSet(Foo), SymbolState::Ready, std::move(OnFooReady), in TEST_F()
524 SymbolLookupSet(Bar), SymbolState::Ready, std::move(OnBarReady), in TEST_F()
545 SymbolLookupSet(Baz), SymbolState::Ready, std::move(OnBazReady), in TEST_F()
631 SymbolLookupSet(Foo), SymbolState::Ready, std::move(OnFooReady), in TEST_F()
1112 SymbolState::Ready, in TEST_F()
[all …]
H A DResourceTrackerTest.cpp213 SymbolState::Ready, in TEST_F()
410 SymbolState::Ready, in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h149 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready);
207 SmallVectorImpl<InstRef> &Ready);
228 SmallVectorImpl<InstRef> &Ready);
/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet() argument
143 Ready.emplace_back(IR); in promoteToReadySet()
267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent() argument
284 promoteToReadySet(Ready); in cycleEvent()
/llvm-project-15.0.7/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp43 std::condition_variable Ready; member in __anonc6ef4db10111::DirectoryWatcherWindows
136 Ready.wait(lock, [this] { return this->WatcherActive; }); in InitialScan()
166 Ready.notify_one(); in WatcherThreadProc()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp224 Notification Ready; in TEST_F() local
228 [&](std::vector<Diag>) { Ready.wait(); }); in TEST_F()
242 Ready.notify(); in TEST_F()
1054 Notification Ready; in TEST_F() local
1061 Ready.notify(); in TEST_F()
1063 Ready.wait(); in TEST_F()
1078 Notification Ready; in TEST_F() local
1085 Ready.notify(); in TEST_F()
1087 Ready.wait(); in TEST_F()
1140 Notification Ready; in TEST_F() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h114 SymbolLookupSet(LookupPair.second), SymbolState::Ready, in launchCompile()
158 SymbolState::Ready, OnReadyFixUp, NoDependenciesToRegister); in registerSymbols()
H A DCore.h830 Ready = 0x3f /// Ready and safe for clients to access. enumerator
1531 SymbolState RequiredState = SymbolState::Ready,
1540 SymbolState RequiredState = SymbolState::Ready);
1547 SymbolState RequiredState = SymbolState::Ready);
1554 SymbolState RequiredState = SymbolState::Ready);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp27 K, SearchOrder, std::move(Symbols), SymbolState::Ready, in lookupAndRecordAddrs()
H A DCore.cpp897 if (OtherSymEntry.getState() == SymbolState::Ready) in addDependencies()
1091 SymEntry.setState(SymbolState::Ready); in emit()
1143 DependantSymEntry.setState(SymbolState::Ready); in emit()
1147 DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
1162 SymI->second.setState(SymbolState::Ready); in emit()
1164 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
1379 I->second.getState() != SymbolState::Ready) { in remove()
1473 assert((Symbols[KV.first].getState() != SymbolState::Ready || in dump()
1806 std::move(Names), SymbolState::Ready, in lookupInitSymbols()
1868 std::move(Names), SymbolState::Ready, in lookupInitSymbolsAsync()
[all …]
H A DLazyReexports.cpp101 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
H A DDebugUtils.cpp294 case SymbolState::Ready: in operator <<()
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DHWEventListener.h43 Ready, enumerator
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h4701 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
4708 Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
4715 SubExprs[SubExpr::Ready] = Ready; in CoroutineSuspendExpr()
4728 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4737 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4750 return static_cast<Expr*>(SubExprs[SubExpr::Ready]); in getReadyExpr()
4794 Expr *Ready, Expr *Suspend, Expr *Resume,
4797 Ready, Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument
4875 Expr *Ready, Expr *Suspend, Expr *Resume, in CoyieldExpr() argument
4878 Ready, Suspend, Resume, OpaqueValue) {} in CoyieldExpr()
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp86 case HWInstructionEvent::Ready: in onEvent()

12