Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h205 Type convertVectorType(VectorType type);
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp298 static Type convertVectorType(const spirv::TargetEnv &targetEnv, in convertVectorType() function
444 convertVectorType(targetEnv, options, vecType, storageClass); in convertMemrefType()
515 return convertVectorType(this->targetEnv, this->options, vectorType); in SPIRVTypeConverter()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp39 addConversion([&](VectorType type) { return convertVectorType(type); }); in LLVMTypeConverter()
410 Type LLVMTypeConverter::convertVectorType(VectorType type) { in convertVectorType() function in LLVMTypeConverter