Home
last modified time | relevance | path

Searched refs:resumeFunctionType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp157 auto resume = LLVM::LLVMPointerType::get(resumeFunctionType(ctx)); in executeFunctionType()
169 auto resume = LLVM::LLVMPointerType::get(resumeFunctionType(ctx)); in awaitTokenAndExecuteFunctionType()
176 auto resume = LLVM::LLVMPointerType::get(resumeFunctionType(ctx)); in awaitValueAndExecuteFunctionType()
182 auto resume = LLVM::LLVMPointerType::get(resumeFunctionType(ctx)); in awaitAllAndExecuteFunctionType()
191 static Type resumeFunctionType(MLIRContext *ctx) { in resumeFunctionType() function
740 auto resumeFnTy = AsyncAPI::resumeFunctionType(op->getContext()); in matchAndRewrite()
768 auto resumeFnTy = AsyncAPI::resumeFunctionType(op->getContext()); in matchAndRewrite()