Home
last modified time | relevance | path

Searched defs:memSpace (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DBufferizableOpInterfaceImpl.cpp36 if (auto memSpace = options.defaultMemorySpaceFn(type)) in bufferize() local
/llvm-project/mlir/unittests/IR/
H A DShapedTypeTest.cpp27 Attribute memSpace = IntegerAttr::get(IntegerType::get(&context, 64), 7); TEST() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp686 auto memSpace = getBufferType() local
941 auto memSpace = defaultGetBufferType() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp554 unsigned memSpace = *maybeAddressSpace; allocateBuffer() local