Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferUtils.h127 FailureOr<memref::GlobalOp> getGlobalFor(arith::ConstantOp constantOp,
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp149 bufferization::getGlobalFor(arith::ConstantOp constantOp, uint64_t alignment) { in getGlobalFor() function in bufferization
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferizableOpInterfaceImpl.cpp46 getGlobalFor(constantOp, options.bufferAlignment); in bufferize()