Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
240 LLVM_DEBUG(dbgs() << "[E] Instruction Ready: #" << IR << '\n'); in notifyInstructionReady()
242 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionReady()
H A DInOrderIssueStage.cpp172 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionIssued()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h147 // Add promoted instructions to the 'Ready' vector in input.
149 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready);
207 SmallVectorImpl<InstRef> &Ready);
218 /// Instructions executed are added to vector Executed, while vector Ready is
221 /// the pending stat during this cycle. The Pending and Ready sets may not be
224 /// That means, instructions may appear in both the Pending and Ready set.
228 SmallVectorImpl<InstRef> &Ready);
/freebsd/contrib/llvm-project/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()
324 // Don't add a zero-latency instruction to the Ready queue. in dispatch()
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dlpc32xx-slc.txt11 - nxp,wdr-clks: Delay before Ready signal is tested on write (W_RDY)
12 - nxp,rdr-clks: Delay before Ready signal is tested on read (R_RDY)
H A Dfsl-upm-nand.txt12 - gpios : may specify optional GPIOs connected to the Ready-Not-Busy pins
H A Datmel-nand.txt42 - rb-gpios: the GPIO(s) used to check the Ready/Busy status of the NAND.
45 - atmel,rb: an integer identifying the native Ready/Busy pin. Only meaningful
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp43 std::condition_variable Ready; member in __anon3d5a8a810111::DirectoryWatcherWindows
136 Ready.wait(lock, [this] { return this->WatcherActive; }); in InitialScan()
166 Ready.notify_one(); in WatcherThreadProc()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h113 SymbolLookupSet(LookupPair.second), SymbolState::Ready, in launchCompile()
157 SymbolState::Ready, OnReadyFixUp, NoDependenciesToRegister); in registerSymbols()
H A DCore.h865 Ready = 0x3f /// Ready and safe for clients to access. enumerator
1613 SymbolState RequiredState = SymbolState::Ready,
1622 SymbolState RequiredState = SymbolState::Ready);
1629 SymbolState RequiredState = SymbolState::Ready);
1636 SymbolState RequiredState = SymbolState::Ready);
/freebsd/tools/debugscripts/
H A DREADME11 Ready to go. Enter 'tr' to connect to remote target
H A Ddot.gdbinit108 echo Ready to go. Enter 'tr' to connect to the remote target\n
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp27 K, SearchOrder, std::move(Symbols), SymbolState::Ready, in lookupAndRecordAddrs()
H A DCore.cpp879 Symbols.find(KV.first)->second.getState() != SymbolState::Ready && in getRequestedSymbols()
1091 I->second.getState() != SymbolState::Ready) { in remove()
1217 assert((Symbols[KV.first].getState() != SymbolState::Ready || in dump()
1523 std::move(Names), SymbolState::Ready, in lookupInitSymbols()
1585 std::move(Names), SymbolState::Ready, in lookupInitSymbolsAsync()
2052 if (SymItr->second.getState() == SymbolState::Ready) { in verifySessionState()
2683 SymI->second.getState() != SymbolState::Ready && in OL_completeLookup()
3119 Entry.setState(SymbolState::Ready); in IL_makeEDUReady()
3128 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Ready)) { in IL_makeEDUReady()
3323 if (DepEntry.getState() == SymbolState::Ready) { in IL_emit()
H A DLazyReexports.cpp102 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
H A DDebugUtils.cpp297 case SymbolState::Ready: in operator <<()
H A DELFNixPlatform.cpp472 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in bootstrapELFNixRuntime()
H A DCOFFPlatform.cpp638 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in rt_lookupSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h43 Ready, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5083 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
5093 Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
5100 SubExprs[SubExpr::Ready] = Ready; in CoroutineSuspendExpr()
5113 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
5122 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
5135 return static_cast<Expr*>(SubExprs[SubExpr::Ready]); in getReadyExpr()
5197 Expr *Ready, Expr *Suspend, Expr *Resume,
5200 Ready, Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument
5278 Expr *Ready, Expr *Suspend, Expr *Resume, in CoyieldExpr() argument
5281 Ready, Suspend, Resume, OpaqueValue) {} in CoyieldExpr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp86 case HWInstructionEvent::Ready: in onEvent()
/freebsd/sys/cam/
H A DREADME.quirks102 o NO_TEST_UNIT_READY - The drive does not support Test Unit Ready.
/freebsd/share/misc/
H A Dusb_hid_usages499 0x2D Ready
1157 0x2E Stat Not Ready
1158 0x2F Stat Ready
H A Dscsi_modes79 {Ready AEN Holdoff Period} i2

12