Searched refs:Repeated (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/libc/src/string/memory_utils/ |
| H A D | elements_x86.h | 160 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 D | elements.h | 93 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 D | elements_aarch64.h | 45 using _16 = Repeated<_8, 2>; 117 using _64 = Repeated<_32, 2>;
|
| /llvm-project-15.0.7/libc/test/src/string/memory_utils/ |
| H A D | elements_test.cpp | 31 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 D | memory_access_test.cpp | 104 Repeated<TestingElement<2>, 3>, // 6 Bytes
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-07-09.test | 6 # Repeated end marker.
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 527 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 D | uint_to_fp.ll | 119 ; FIXME: Repeated here to test r600
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | machine-outliner-iterative.mir | 5 # Example of Repeated Instruction Sequence - Iterative Machine Outlining
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 304 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 D | Canonicalization.md | 27 * Repeated applications of patterns should converge. Unstable or cyclic
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 972 …Reporting the Mean, Median and Standard Deviation / Coefficient of variation of Repeated Benchmarks
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 2267 Repeated interrupt attribute on the same declaration will cause a warning
|