Searched refs:Repetitions (Results 1 – 4 of 4) sorted by relevance
3686 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local3687 if (Repetitions < 0) in parseScalarInitializer()3697 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()3892 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local3893 if (Repetitions < 0) in parseRealInstList()3903 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()4253 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local4254 if (Repetitions < 0) in parseStructInstList()4264 for (int i = 0; i < Repetitions; ++i) in parseStructInstList()
273 with Repetitions . . . . . . . . . . . . 368--369
1863 title = "{ACM} Algorithm 383: Permutations of a Set with Repetitions",
5171 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local5176 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()