Home
last modified time | relevance | path

Searched refs:Ready (Results 1 – 25 of 35) 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()
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.cpp219 Ready; in sortBlocks() local
238 Ready.push(DeferredBlock); in sortBlocks()
298 Ready.push(Next); in sortBlocks()
308 if (Ready.empty()) { in sortBlocks()
313 Next = Ready.top(); in sortBlocks()
314 Ready.pop(); in sortBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h150 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready);
207 SmallVectorImpl<InstRef> &Pending, SmallVectorImpl<InstRef> &Ready);
228 SmallVectorImpl<InstRef> &Ready);
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp120 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet() argument
144 Ready.emplace_back(IR); in promoteToReadySet()
268 SmallVectorImpl<InstRef> &Ready) { in cycleEvent() argument
285 promoteToReadySet(Ready); in cycleEvent()
/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.h114 SymbolLookupSet(LookupPair.second), SymbolState::Ready, in launchCompile()
158 SymbolState::Ready, OnReadyFixUp, NoDependenciesToRegister); in registerSymbols()
H A DCore.h778 Ready = 0x3f /// Ready and safe for clients to access. enumerator
1538 SymbolState RequiredState = SymbolState::Ready,
1547 SymbolState RequiredState = SymbolState::Ready);
1554 SymbolState RequiredState = SymbolState::Ready);
1561 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.cpp183 SymbolLookupSet(Name), SymbolState::Ready, in lookupAsync()
860 Symbols.find(KV.first)->second.getState() != SymbolState::Ready && in getRequestedSymbols()
1079 I->second.getState() != SymbolState::Ready) { in remove()
1205 assert((Symbols[KV.first].getState() != SymbolState::Ready || in dump()
1514 std::move(Names), SymbolState::Ready, in lookupInitSymbols()
1576 std::move(Names), SymbolState::Ready, in lookupInitSymbolsAsync()
2047 if (SymItr->second.getState() == SymbolState::Ready) { in verifySessionState()
2642 if (SymI->second.getState() != SymbolState::Ready) in OL_completeLookup()
2685 SymI->second.getState() != SymbolState::Ready && in OL_completeLookup()
3128 Entry.setState(SymbolState::Ready); in IL_makeEDUReady()
[all …]
H A DJITLinkReentryTrampolines.cpp158 SymbolState::Ready, in emit()
H A DLazyReexports.cpp104 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
602 SymbolState::Ready, in doNextSpeculativeLookup()
H A DDebugUtils.cpp288 case SymbolState::Ready: in operator <<()
H A DCOFFPlatform.cpp629 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in rt_lookupSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h44 Ready, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5198 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
5208 Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
5215 SubExprs[SubExpr::Ready] = Ready; in CoroutineSuspendExpr()
5228 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
5237 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
5250 return static_cast<Expr*>(SubExprs[SubExpr::Ready]); in getReadyExpr()
5312 Expr *Ready, Expr *Suspend, Expr *Resume,
5315 Ready, Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument
5393 Expr *Ready, Expr *Suspend, Expr *Resume, in CoyieldExpr() argument
5396 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