/freebsd/contrib/llvm-project/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() 240 LLVM_DEBUG(dbgs() << "[E] Instruction Ready: #" << IR << '\n'); in notifyInstructionReady() 242 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionReady()
|
H A D | InOrderIssueStage.cpp | 172 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionIssued()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 147 // 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 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() 324 // Don't add a zero-latency instruction to the Ready queue. in dispatch()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | lpc32xx-slc.txt | 11 - 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 D | fsl-upm-nand.txt | 12 - gpios : may specify optional GPIOs connected to the Ready-Not-Busy pins
|
H A D | atmel-nand.txt | 42 - 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 D | DirectoryWatcher-windows.cpp | 43 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 D | Speculation.h | 113 SymbolLookupSet(LookupPair.second), SymbolState::Ready, in launchCompile() 157 SymbolState::Ready, OnReadyFixUp, NoDependenciesToRegister); in registerSymbols()
|
H A D | Core.h | 865 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 D | README | 11 Ready to go. Enter 'tr' to connect to remote target
|
H A D | dot.gdbinit | 108 echo Ready to go. Enter 'tr' to connect to the remote target\n
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LookupAndRecordAddrs.cpp | 27 K, SearchOrder, std::move(Symbols), SymbolState::Ready, in lookupAndRecordAddrs()
|
H A D | Core.cpp | 879 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 D | LazyReexports.cpp | 102 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
|
H A D | DebugUtils.cpp | 297 case SymbolState::Ready: in operator <<()
|
H A D | ELFNixPlatform.cpp | 472 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in bootstrapELFNixRuntime()
|
H A D | COFFPlatform.cpp | 638 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in rt_lookupSymbol()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 43 Ready, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 5083 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 D | TimelineView.cpp | 86 case HWInstructionEvent::Ready: in onEvent()
|
/freebsd/sys/cam/ |
H A D | README.quirks | 102 o NO_TEST_UNIT_READY - The drive does not support Test Unit Ready.
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 499 0x2D Ready 1157 0x2E Stat Not Ready 1158 0x2F Stat Ready
|
H A D | scsi_modes | 79 {Ready AEN Holdoff Period} i2
|