Searched refs:Repetitions (Results 1 – 4 of 4) sorted by relevance
3685 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local3686 if (Repetitions < 0) in parseScalarInitializer()3696 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()3891 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local3892 if (Repetitions < 0) in parseRealInstList()3902 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()4252 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local4253 if (Repetitions < 0) in parseStructInstList()4263 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",
5034 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local5039 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()