Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h149 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready);
207 SmallVectorImpl<InstRef> &Ready);
228 SmallVectorImpl<InstRef> &Ready);
/freebsd-14.2/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()
/freebsd-14.2/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 Dnand-controller.yaml108 Contains the native Ready/Busy IDs.
115 Ready/Busy pins. Active state refers to the NAND ready state and
H A Dallwinner,sun4i-a10-nand.yaml70 Contains the native Ready/Busy IDs.
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-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp43 std::condition_variable Ready; member in __anona402f2b70111::DirectoryWatcherWindows
136 Ready.wait(lock, [this] { return this->WatcherActive; }); in InitialScan()
166 Ready.notify_one(); in WatcherThreadProc()
/freebsd-14.2/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.h834 Ready = 0x3f /// Ready and safe for clients to access. enumerator
1574 SymbolState RequiredState = SymbolState::Ready,
1583 SymbolState RequiredState = SymbolState::Ready);
1590 SymbolState RequiredState = SymbolState::Ready);
1597 SymbolState RequiredState = SymbolState::Ready);
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dintel,ixp4xx-hss.yaml92 description: Ready To Send (RTS) GPIO line
100 description: Data Terminal Ready (DTR) GPIO line
/freebsd-14.2/tools/debugscripts/
H A DREADME11 Ready to go. Enter 'tr' to connect to remote target
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp27 K, SearchOrder, std::move(Symbols), SymbolState::Ready, in lookupAndRecordAddrs()
H A DCore.cpp920 if (OtherSymEntry.getState() == SymbolState::Ready) in addDependencies()
1112 SymEntry.setState(SymbolState::Ready); in emit()
1164 DependantSymEntry.setState(SymbolState::Ready); in emit()
1168 DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
1183 SymI->second.setState(SymbolState::Ready); in emit()
1185 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
1412 I->second.getState() != SymbolState::Ready) { in remove()
1513 assert((Symbols[KV.first].getState() != SymbolState::Ready || in dump()
1846 std::move(Names), SymbolState::Ready, in lookupInitSymbols()
1908 std::move(Names), SymbolState::Ready, in lookupInitSymbolsAsync()
[all …]
H A DLazyReexports.cpp102 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h43 Ready, enumerator
/freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,pas-common.yaml32 - description: Ready interrupt
H A Dqcom,qcs404-cdsp-pil.yaml30 - description: Ready interrupt
H A Dqcom,sdm845-adsp-pil.yaml30 - description: Ready interrupt
H A Dqcom,sc7280-wpss-pil.yaml30 - description: Ready interrupt
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dmicrochip,mcp3911.yaml41 Data Ready Pin Inactive State Control
H A Dadi,ad4130.yaml38 Specify which interrupt pin should be configured as Data Ready / FIFO
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4936 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
4943 Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
4950 SubExprs[SubExpr::Ready] = Ready; in CoroutineSuspendExpr()
4963 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4972 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4985 return static_cast<Expr*>(SubExprs[SubExpr::Ready]); in getReadyExpr()
5029 Expr *Ready, Expr *Suspend, Expr *Resume,
5032 Ready, Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument
5110 Expr *Ready, Expr *Suspend, Expr *Resume, in CoyieldExpr() argument
5113 Ready, Suspend, Resume, OpaqueValue) {} in CoyieldExpr()

12