Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp53 struct AsyncAPI { struct
54 static FunctionType addOrDropRefFunctionType(MLIRContext *ctx) { in addOrDropRefFunctionType()
60 static FunctionType createTokenFunctionType(MLIRContext *ctx) { in createTokenFunctionType()
64 static FunctionType createGroupFunctionType(MLIRContext *ctx) { in createGroupFunctionType()
68 static FunctionType emplaceTokenFunctionType(MLIRContext *ctx) { in emplaceTokenFunctionType()
72 static FunctionType awaitTokenFunctionType(MLIRContext *ctx) { in awaitTokenFunctionType()
76 static FunctionType awaitGroupFunctionType(MLIRContext *ctx) { in awaitGroupFunctionType()
80 static FunctionType executeFunctionType(MLIRContext *ctx) { in executeFunctionType()
86 static FunctionType addTokenToGroupFunctionType(MLIRContext *ctx) { in addTokenToGroupFunctionType()
92 static FunctionType awaitAndExecuteFunctionType(MLIRContext *ctx) { in awaitAndExecuteFunctionType()
[all …]