Home
last modified time | relevance | path

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

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