Home
last modified time | relevance | path

Searched refs:Repetitions (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3686 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local
3687 if (Repetitions < 0) in parseScalarInitializer()
3697 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()
3892 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local
3893 if (Repetitions < 0) in parseRealInstList()
3903 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()
4253 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local
4254 if (Repetitions < 0) in parseStructInstList()
4264 for (int i = 0; i < Repetitions; ++i) in parseStructInstList()
/src/contrib/one-true-awk/testdir/
H A Dfunstack.ok273 with Repetitions . . . . . . . . . . . . 368--369
H A Dfunstack.in1863 title = "{ACM} Algorithm 383: Permutations of a Set with Repetitions",
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5171 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local
5176 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()