Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DPromotion.cpp154 AllocBufferCallbackFn allocationFn; member
240 const AllocBufferCallbackFn &allocationFn, DataLayout &layout) { in promoteSubviewAsNewBuffer() argument
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h292 std::optional<AllocationFn> allocationFn; global() member
/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h405 std::optional<AllocBufferCallbackFn> allocationFn; member