Searched refs:convertScalarType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | SPIRVConversion.cpp | 265 static Type convertScalarType(const spirv::TargetEnv &targetEnv, in convertScalarType() function 323 auto elementType = convertScalarType( 363 auto arrayElemType = convertScalarType(targetEnv, options, scalarType); in convertTensorType() 399 convertScalarType(targetEnv, options, elementType, storageClass); in convertBoolMemrefType() 447 convertScalarType(targetEnv, options, scalarType, storageClass); in convertMemrefType() 504 return convertScalarType(this->targetEnv, this->options, scalarType); in SPIRVTypeConverter() 510 return convertScalarType(this->targetEnv, this->options, scalarType); in SPIRVTypeConverter()
|