Home
last modified time | relevance | path

Searched defs:Ready (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDExecuteStage.cpp56 SmallVector<InstRef, 4> Ready; in issueInstruction() local
97 SmallVector<InstRef, 4> Ready; in cycleStart() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDScheduler.cpp119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet()
267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDHWEventListener.h43 Ready, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyCFGSort.cpp271 Ready; in sortBlocks() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h705 Ready = 0x3f /// Ready and safe for clients to access. enumerator
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h4617 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4624 Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr()
4706 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Ready, in CoroutineSuspendExpr() argument
4790 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr()