| /netbsd-src/external/apache2/llvm/dist/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 | 195 HWInstructionEvent(HWInstructionEvent::Ready, IR)); in notifyInstructionIssue()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | Scheduler.h | 149 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 792 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 D | Core.cpp | 806 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 D | LazyReexports.cpp | 101 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress()
|
| H A D | DebugUtils.cpp | 294 case SymbolState::Ready: in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 43 Ready, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| H A D | lib2hw_mul.S | 180 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 D | lib2hw_mul.S | 180 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 D | ExprCXX.h | 4686 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 D | ftp-gw.diff | 225 + if(say(0,"220 Ready"))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 86 case HWInstructionEvent::Ready: in onEvent()
|
| /netbsd-src/sys/arch/atari/atari/ |
| H A D | vectors.s | 165 VECTOR(badmfpint) | 86: FDC Drive Ready
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | pbsdboot.rc | 249 AFX_IDS_IDLEMESSAGE "Ready"
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sparc/ |
| H A D | lb1spc.S | 153 ! 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 D | lb1spc.S | 153 ! 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 D | divrem.m4 | 149 ! Ready to divide. Compute size of quotient; scale comparand.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
| H A D | matrix.texi | 3 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 D | divrem.m4 | 148 ! Ready to divide. Compute size of quotient; scale comparand.
|
| /netbsd-src/sys/lib/libkern/arch/sparc/ |
| H A D | divrem.m4 | 148 ! Ready to divide. Compute size of quotient; scale comparand.
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | ABOUT-NLS | 180 Ready PO files cs da de en es fi fr it ja ko nl no pl pt ru sl sv
|