Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp56 SmallVector<InstRef, 4> Ready; in issueInstruction() local
97 SmallVector<InstRef, 4> Ready; in cycleStart() local
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet()
267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp220 Ready; in sortBlocks() local
/freebsd-src/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp43 std::condition_variable Ready; member in __anon927c10d30111::DirectoryWatcherWindows
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h43 Ready, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4936 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; global() enumerator
4943 CoroutineSuspendExpr(StmtClass SC,SourceLocation KeywordLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoroutineSuspendExpr() argument
5032 CoroutineSuspendExpr(CoawaitExprClass,CoawaitLoc,Operand,Common,Ready,Suspend,Resume,OpaqueValue) CoroutineSuspendExpr() argument
5110 CoyieldExpr(SourceLocation CoyieldLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoyieldExpr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h834 Ready = 0x3f /// Ready and safe for clients to access. global() enumerator