| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | tsd_test.cpp | 128 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 D | wrappers_cpp_test.cpp | 89 static bool Ready; variable 95 while (!Ready) in stressNew() 120 Ready = false; in TEST() 126 Ready = true; in TEST()
|
| H A D | secondary_test.cpp | 205 while (!Ready) in performAllocations() 225 bool Ready = false; member 235 Ready = true; in TEST_F()
|
| H A D | wrappers_c_test.cpp | 425 static bool Ready; variable 436 Ready = true; in enableMalloc() 449 Ready = false; in TEST() 454 while (!Ready) in TEST()
|
| H A D | primary_test.cpp | 238 bool Ready = false; in SCUDO_TYPED_TEST() local 247 while (!Ready) in SCUDO_TYPED_TEST() 268 Ready = true; in SCUDO_TYPED_TEST()
|
| H A D | combined_test.cpp | 459 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 D | ExecuteStage.cpp | 56 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 D | InOrderIssueStage.cpp | 172 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionIssued()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | cortex-a57-misched-alu.ll | 37 ; 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 D | WebAssemblyCFGSort.cpp | 220 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 D | CoreAPIsTest.cpp | 48 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 D | ResourceTrackerTest.cpp | 213 SymbolState::Ready, in TEST_F() 410 SymbolState::Ready, in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | Scheduler.h | 149 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready); 207 SmallVectorImpl<InstRef> &Ready); 228 SmallVectorImpl<InstRef> &Ready);
|
| /llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/ |
| H A D | Scheduler.cpp | 119 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 D | DirectoryWatcher-windows.cpp | 43 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 D | TUSchedulerTests.cpp | 224 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 D | Speculation.h | 114 SymbolLookupSet(LookupPair.second), SymbolState::Ready, in launchCompile() 158 SymbolState::Ready, OnReadyFixUp, NoDependenciesToRegister); in registerSymbols()
|
| H A D | Core.h | 830 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 D | LookupAndRecordAddrs.cpp | 27 K, SearchOrder, std::move(Symbols), SymbolState::Ready, in lookupAndRecordAddrs()
|
| H A D | Core.cpp | 897 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 D | LazyReexports.cpp | 101 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
|
| H A D | DebugUtils.cpp | 294 case SymbolState::Ready: in operator <<()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 43 Ready, enumerator
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4701 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 D | TimelineView.cpp | 86 case HWInstructionEvent::Ready: in onEvent()
|