Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp684 static spirv::PointerType getPushConstantStorageType(unsigned elementCount, in getPushConstantStorageType()
696 unsigned elementCount) { in getPushConstantVariable()
722 unsigned elementCount, OpBuilder &b, in getOrInsertPushConstantVariable()
734 Value spirv::getPushConstantValue(Operation *op, unsigned elementCount, in getPushConstantValue()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp44 unsigned elementCount; member
48 ArrayType ArrayType::get(Type elementType, unsigned elementCount) { in get()
54 ArrayType ArrayType::get(Type elementType, unsigned elementCount, in get()