Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp365 auto allocFuncOp = LLVM::lookupOrCreateAlignedAllocFn( in matchAndRewrite() local
368 loc, i8Ptr, SymbolRefAttr::get(allocFuncOp), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp73 auto allocFuncOp = getAllocFn(allocOp->getParentOfType<ModuleOp>()); in allocateBuffer() local
74 auto results = createLLVMCall(rewriter, loc, allocFuncOp, {sizeBytes}, in allocateBuffer()
170 auto allocFuncOp = getAllocFn(allocOp->getParentOfType<ModuleOp>()); in allocateBuffer() local
172 createLLVMCall(rewriter, loc, allocFuncOp, {allocAlignment, sizeBytes}, in allocateBuffer()