| /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() 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 | 219 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 D | Scheduler.h | 150 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 D | Scheduler.cpp | 120 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 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 | 114 SymbolLookupSet(LookupPair.second), SymbolState::Ready, in launchCompile() 158 SymbolState::Ready, OnReadyFixUp, NoDependenciesToRegister); in registerSymbols()
|
| H A D | Core.h | 778 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 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 | 183 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 D | JITLinkReentryTrampolines.cpp | 158 SymbolState::Ready, in emit()
|
| H A D | LazyReexports.cpp | 104 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress() 602 SymbolState::Ready, in doNextSpeculativeLookup()
|
| H A D | DebugUtils.cpp | 288 case SymbolState::Ready: in operator <<()
|
| H A D | COFFPlatform.cpp | 629 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in rt_lookupSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 44 Ready, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 5198 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 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
|