Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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.cpp195 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionIssue()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h149 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready);
207 SmallVectorImpl<InstRef> &Ready);
228 SmallVectorImpl<InstRef> &Ready);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.h792 Ready = 0x3f /// Ready and safe for clients to access. enumerator
1389 SymbolState RequiredState = SymbolState::Ready,
1398 SymbolState RequiredState = SymbolState::Ready);
1405 SymbolState RequiredState = SymbolState::Ready);
1412 SymbolState RequiredState = SymbolState::Ready);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp806 Symbols.find(KV.first)->second.getState() != SymbolState::Ready && in getRequestedSymbols()
864 if (OtherSymEntry.getState() == SymbolState::Ready) in addDependencies()
1050 SymEntry.setState(SymbolState::Ready); in emit()
1102 DependantSymEntry.setState(SymbolState::Ready); in emit()
1106 DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
1121 SymI->second.setState(SymbolState::Ready); in emit()
1123 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
1323 I->second.getState() != SymbolState::Ready) { in remove()
1401 assert((Symbols[KV.first].getState() != SymbolState::Ready || in dump()
1726 std::move(Names), SymbolState::Ready, in lookupInitSymbols()
[all …]
H A DLazyReexports.cpp101 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
H A DDebugUtils.cpp294 case SymbolState::Ready: in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h43 Ready, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dlib2hw_mul.S180 MOV.W &\RESLO, r12 ; Ready low 16-bits for return
181 MOV.W &\RESHI, r13 ; Ready high 16-bits for return
204 MOV.W &\RES0, R12 ; Ready low 16-bits for return
207 MOV.W &\RES3, R15 ; Ready high 16-bits for return
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dlib2hw_mul.S180 MOV.W &\RESLO, r12 ; Ready low 16-bits for return
181 MOV.W &\RESHI, r13 ; Ready high 16-bits for return
204 MOV.W &\RES0, R12 ; Ready low 16-bits for return
207 MOV.W &\RES3, R15 ; Ready high 16-bits for return
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h4686 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4693 Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
4699 SubExprs[SubExpr::Ready] = Ready; in CoroutineSuspendExpr()
4711 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4719 SubExprs[SubExpr::Ready] = nullptr; in CoroutineSuspendExpr()
4734 return static_cast<Expr*>(SubExprs[SubExpr::Ready]); in getReadyExpr()
4770 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready,
4773 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Ready, in CoroutineSuspendExpr() argument
4855 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr() argument
4857 : CoroutineSuspendExpr(CoyieldExprClass, CoyieldLoc, Operand, Ready, in CoyieldExpr()
/netbsd-src/external/bsd/ipf/dist/FWTK/
H A Dftp-gw.diff225 + if(say(0,"220 Ready"))
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp86 case HWInstructionEvent::Ready: in onEvent()
/netbsd-src/sys/arch/atari/atari/
H A Dvectors.s165 VECTOR(badmfpint) | 86: FDC Drive Ready
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.rc249 AFX_IDS_IDLEMESSAGE "Ready"
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dlb1spc.S153 ! Ready to divide. Compute size of quotient; scale comparand.
499 ! Ready to divide. Compute size of quotient; scale comparand.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dlb1spc.S153 ! Ready to divide. Compute size of quotient; scale comparand.
499 ! Ready to divide. Compute size of quotient; scale comparand.
/netbsd-src/sys/lib/libkern/arch/sparc64/
H A Ddivrem.m4149 ! Ready to divide. Compute size of quotient; scale comparand.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Dmatrix.texi3 Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
/netbsd-src/lib/libc/arch/sparc/gen/
H A Ddivrem.m4148 ! Ready to divide. Compute size of quotient; scale comparand.
/netbsd-src/sys/lib/libkern/arch/sparc/
H A Ddivrem.m4148 ! Ready to divide. Compute size of quotient; scale comparand.
/netbsd-src/external/gpl2/grep/dist/
H A DABOUT-NLS180 Ready PO files cs da de en es fi fr it ja ko nl no pl pt ru sl sv

123