Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferize.cpp39 options.bufferAlignment = alignment; in runOnOperation()
H A DBufferizableOpInterfaceImpl.cpp46 getGlobalFor(constantOp, options.bufferAlignment); in bufferize()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp653 return (*allocationFn)(b, loc, type, dynShape, bufferAlignment); in createAlloc()
656 if (bufferAlignment != 0) in createAlloc()
659 b.getI64IntegerAttr(bufferAlignment)) in createAlloc()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h304 unsigned int bufferAlignment = 128; member