Searched refs:Repetitions (Results 1 – 4 of 4) sorted by relevance
3230 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local3231 if (Repetitions < 0) in parseScalarInitializer()3241 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()3417 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local3418 if (Repetitions < 0) in parseRealInstList()3428 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()3777 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local3778 if (Repetitions < 0) in parseStructInstList()3788 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",
5466 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local5471 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()