Home
last modified time | relevance | path

Searched refs:Repeated (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Delements_x86.h160 using _128 = __llvm_libc::Repeated<_64, 2>;
164 using _64 = __llvm_libc::Repeated<_32, 2>;
165 using _128 = __llvm_libc::Repeated<_32, 4>;
168 using _32 = __llvm_libc::Repeated<_16, 2>;
169 using _64 = __llvm_libc::Repeated<_16, 4>;
170 using _128 = __llvm_libc::Repeated<_16, 8>;
172 using _16 = __llvm_libc::Repeated<_8, 2>;
173 using _32 = __llvm_libc::Repeated<_8, 4>;
174 using _64 = __llvm_libc::Repeated<_8, 8>;
175 using _128 = __llvm_libc::Repeated<_8, 16>;
H A Delements.h93 template <typename Element, size_t ElementCount> struct Repeated { struct
136 static Storage<Repeated> load(const char *ptr) { in load() argument
137 Storage<Repeated> value; in load()
142 static void store(char *ptr, Storage<Repeated> value) { in store() argument
147 template <typename Element> struct Repeated<Element, 0> {
768 using _16 = Repeated<_8, 2>;
769 using _32 = Repeated<_8, 4>;
770 using _64 = Repeated<_8, 8>;
771 using _128 = Repeated<_8, 16>;
H A Delements_aarch64.h45 using _16 = Repeated<_8, 2>;
117 using _64 = Repeated<_32, 2>;
/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Delements_test.cpp31 Repeated<scalar::UINT64, 2>, //
32 Repeated<scalar::UINT64, 4>, //
33 Repeated<scalar::UINT64, 8>, //
34 Repeated<scalar::UINT64, 16>, //
35 Repeated<scalar::UINT64, 32>, //
H A Dmemory_access_test.cpp104 Repeated<TestingElement<2>, 3>, // 6 Bytes
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-07-09.test6 # Repeated end marker.
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp527 auto Repeated = [&Begin, End]() { in lexCSharpString() local
552 if (Repeated()) in lexCSharpString()
561 if (Repeated()) in lexCSharpString()
573 if (Verbatim && Repeated()) { in lexCSharpString()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Duint_to_fp.ll119 ; FIXME: Repeated here to test r600
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-iterative.mir5 # Example of Repeated Instruction Sequence - Iterative Machine Outlining
/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp304 bool Repeated = false; in ConvertTypeToDiagnosticString() local
311 Repeated = true; in ConvertTypeToDiagnosticString()
319 if (!Repeated) { in ConvertTypeToDiagnosticString()
/llvm-project-15.0.7/mlir/docs/
H A DCanonicalization.md27 * Repeated applications of patterns should converge. Unstable or cyclic
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md972 …Reporting the Mean, Median and Standard Deviation / Coefficient of variation of Repeated Benchmarks
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td2267 Repeated interrupt attribute on the same declaration will cause a warning