Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp90 static bool needsExplicitLayout(spirv::StorageClass storageClass) { in needsExplicitLayout() function
106 auto structType = needsExplicitLayout(storageClass) in wrapInStructAndGetPointer()
410 int64_t stride = needsExplicitLayout(*storageClass) ? *arrayElemSize : 0; in convertBoolMemrefType()
417 int64_t stride = needsExplicitLayout(*storageClass) ? *arrayElemSize : 0; in convertBoolMemrefType()
466 int64_t stride = needsExplicitLayout(*storageClass) ? *arrayElemSize : 0; in convertMemrefType()
479 int64_t stride = needsExplicitLayout(*storageClass) ? *arrayElemSize : 0; in convertMemrefType()