Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp52 static constexpr const char *kGetValueStorage = variable
227 addFuncDecl(kGetValueStorage, AsyncAPI::getValueStorageFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
799 auto storagePtr = rewriter.create<func::CallOp>(loc, kGetValueStorage, in matchAndRewrite()
842 auto storagePtr = rewriter.create<func::CallOp>(loc, kGetValueStorage, in matchAndRewrite()