Home
last modified time | relevance | path

Searched defs:globalMemorySpace (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/test/lib/Dialect/DLTI/
H A DTestDataLayoutQuery.cpp47 Attribute globalMemorySpace = layout.getGlobalMemorySpace(); in runOnOperation() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h283 mutable std::optional<Attribute> globalMemorySpace; global() variable