Searched refs:convertVectorType (Results 1 – 3 of 3) sorted by relevance
270 convertVectorType(const spirv::TargetEnv &targetEnv, VectorType type, in convertVectorType() function356 arrayElemType = convertVectorType(targetEnv, vecType, storageClass); in convertMemrefType()444 return convertVectorType(targetEnv, vectorType); in SPIRVTypeConverter()
210 Type convertVectorType(VectorType type);
121 addConversion([&](VectorType type) { return convertVectorType(type); }); in LLVMTypeConverter()406 Type LLVMTypeConverter::convertVectorType(VectorType type) { in convertVectorType() function in LLVMTypeConverter