Searched refs:VecSize (Results 1 – 2 of 2) sorted by relevance
833 unsigned VecSize) { in genVectorLengthCompatibilityCheck() argument835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()838 << "\\\" is not a multiple of " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()1203 const uint32_t VecSize = InsTypeData[InIdx].vecSize; in genExportReduceArrayVariant() local1204 if (VecSize > 1) { in genExportReduceArrayVariant()1205 InLength += " / " + std::to_string(VecSize); in genExportReduceArrayVariant()1206 genVectorLengthCompatibilityCheck(ArgName, VecSize); in genExportReduceArrayVariant()
247 void genVectorLengthCompatibilityCheck(const std::string &ArrayName, unsigned VecSize);