Searched defs:Ready (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 56 SmallVector<InstRef, 4> Ready; in issueInstruction() local 97 SmallVector<InstRef, 4> Ready; in cycleStart() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet() 267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 220 Ready; in sortBlocks() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 43 Ready, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 792 Ready = 0x3f /// Ready and safe for clients to access. enumerator
|
/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() 4773 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Ready, in CoroutineSuspendExpr() argument 4855 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr()
|