Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp133 #define STORAGE_SPACE_MAP_FN(storage, space) \ in getMemorySpaceForStorageClass() macro
137 switch (storage) { STORAGE_SPACE_MAP_LIST(STORAGE_SPACE_MAP_FN) } in getMemorySpaceForStorageClass()
138 #undef STORAGE_SPACE_MAP_FN in getMemorySpaceForStorageClass()
144 #define STORAGE_SPACE_MAP_FN(storage, space) \ in getStorageClassForMemorySpace() macro
149 STORAGE_SPACE_MAP_LIST(STORAGE_SPACE_MAP_FN) in getStorageClassForMemorySpace()
153 #undef STORAGE_SPACE_MAP_FN in getStorageClassForMemorySpace()