Lines Matching defs:AsyncAPI
71 struct AsyncAPI { struct
73 static LLVM::LLVMPointerType opaquePointerType(MLIRContext *ctx) { in opaquePointerType()
77 static LLVM::LLVMTokenType tokenType(MLIRContext *ctx) { in tokenType()
81 static FunctionType addOrDropRefFunctionType(MLIRContext *ctx) { in addOrDropRefFunctionType()
87 static FunctionType createTokenFunctionType(MLIRContext *ctx) { in createTokenFunctionType()
91 static FunctionType createValueFunctionType(MLIRContext *ctx) { in createValueFunctionType()
97 static FunctionType createGroupFunctionType(MLIRContext *ctx) { in createGroupFunctionType()
102 static FunctionType getValueStorageFunctionType(MLIRContext *ctx) { in getValueStorageFunctionType()
108 static FunctionType emplaceTokenFunctionType(MLIRContext *ctx) { in emplaceTokenFunctionType()
112 static FunctionType emplaceValueFunctionType(MLIRContext *ctx) { in emplaceValueFunctionType()
117 static FunctionType setTokenErrorFunctionType(MLIRContext *ctx) { in setTokenErrorFunctionType()
121 static FunctionType setValueErrorFunctionType(MLIRContext *ctx) { in setValueErrorFunctionType()
126 static FunctionType isTokenErrorFunctionType(MLIRContext *ctx) { in isTokenErrorFunctionType()
131 static FunctionType isValueErrorFunctionType(MLIRContext *ctx) { in isValueErrorFunctionType()
137 static FunctionType isGroupErrorFunctionType(MLIRContext *ctx) { in isGroupErrorFunctionType()
142 static FunctionType awaitTokenFunctionType(MLIRContext *ctx) { in awaitTokenFunctionType()
146 static FunctionType awaitValueFunctionType(MLIRContext *ctx) { in awaitValueFunctionType()
151 static FunctionType awaitGroupFunctionType(MLIRContext *ctx) { in awaitGroupFunctionType()
155 static FunctionType executeFunctionType(MLIRContext *ctx) { in executeFunctionType()
161 static FunctionType addTokenToGroupFunctionType(MLIRContext *ctx) { in addTokenToGroupFunctionType()
167 static FunctionType awaitTokenAndExecuteFunctionType(MLIRContext *ctx) { in awaitTokenAndExecuteFunctionType()
173 static FunctionType awaitValueAndExecuteFunctionType(MLIRContext *ctx) { in awaitValueAndExecuteFunctionType()
180 static FunctionType awaitAllAndExecuteFunctionType(MLIRContext *ctx) { in awaitAllAndExecuteFunctionType()
186 static FunctionType getNumWorkerThreads(MLIRContext *ctx) { in getNumWorkerThreads()
191 static Type resumeFunctionType(MLIRContext *ctx) { in resumeFunctionType()