Searched refs:convertVectorType (Results 1 – 3 of 3) sorted by relevance
205 Type convertVectorType(VectorType type);
298 static Type convertVectorType(const spirv::TargetEnv &targetEnv, in convertVectorType() function444 convertVectorType(targetEnv, options, vecType, storageClass); in convertMemrefType()515 return convertVectorType(this->targetEnv, this->options, vectorType); in SPIRVTypeConverter()
39 addConversion([&](VectorType type) { return convertVectorType(type); }); in LLVMTypeConverter()410 Type LLVMTypeConverter::convertVectorType(VectorType type) { in convertVectorType() function in LLVMTypeConverter