Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp363 auto arrayElemType = convertScalarType(targetEnv, options, scalarType); in convertTensorType() local
364 if (!arrayElemType) in convertTensorType()
373 return spirv::ArrayType::get(arrayElemType, arrayElemCount); in convertTensorType()
398 Type arrayElemType = in convertBoolMemrefType() local
400 if (!arrayElemType) in convertBoolMemrefType()
411 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); in convertBoolMemrefType()
440 Type arrayElemType; in convertMemrefType() local
443 arrayElemType = in convertMemrefType()
446 arrayElemType = in convertMemrefType()
455 if (!arrayElemType) in convertMemrefType()
[all …]