Searched refs:VecSize (Results 1 – 2 of 2) sorted by relevance
991 unsigned VecSize) { in genVectorLengthCompatibilityCheck() argument993 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()996 << "\\\" is not a multiple of " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()1408 const uint32_t VecSize = InsTypeData[InIdx].vecSize; in genExportReduceArrayVariant() local1409 if (VecSize > 1) { in genExportReduceArrayVariant()1410 InLength += " / " + std::to_string(VecSize); in genExportReduceArrayVariant()1411 genVectorLengthCompatibilityCheck(ArgName, VecSize); in genExportReduceArrayVariant()
291 void genVectorLengthCompatibilityCheck(const std::string &ArrayName, unsigned VecSize);