Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/DLTI/
H A DTestDataLayoutQuery.cpp46 Attribute programMemorySpace = layout.getProgramMemorySpace(); in runOnOperation() local
76 programMemorySpace == Attribute() in runOnOperation()
78 : programMemorySpace), in runOnOperation()
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp456 allocaMemorySpace(std::nullopt), programMemorySpace(std::nullopt), in DataLayout()
467 allocaMemorySpace(std::nullopt), programMemorySpace(std::nullopt), in DataLayout()
617 if (programMemorySpace) in getProgramMemorySpace()
618 return *programMemorySpace; in getProgramMemorySpace()
625 programMemorySpace = iface.getProgramMemorySpace(entry); in getProgramMemorySpace()
627 programMemorySpace = detail::getDefaultProgramMemorySpace(entry); in getProgramMemorySpace()
628 return *programMemorySpace; in getProgramMemorySpace()
/llvm-project/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h281 mutable std::optional<Attribute> programMemorySpace;
282 mutable std::optional<Attribute> programMemorySpace; global() variable