Searched refs:zd (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sme-intrinsics-mova-extract.ll | 4 define <vscale x 16 x i8> @extract_row_b(<vscale x 16 x i8> %zd, <vscale x 16 x i1> %pg, i32 %tiles… 298 define <vscale x 16 x i8> @extract_row_q_v16i18(<vscale x 16 x i8> %zd, <vscale x 16 x i1> %pg) { 308 define <vscale x 8 x i16> @extract_row_q_v8i16(<vscale x 8 x i16> %zd, <vscale x 8 x i1> %pg) { 318 define <vscale x 8 x half> @extract_row_q_v8f16(<vscale x 8 x half> %zd, <vscale x 8 x i1> %pg) { 328 define <vscale x 4 x i32> @extract_row_q_v4i32(<vscale x 4 x i32> %zd, <vscale x 4 x i1> %pg) { 348 define <vscale x 2 x i64> @extract_row_q_v2i64(<vscale x 2 x i64> %zd, <vscale x 2 x i1> %pg) { 368 define <vscale x 16 x i8> @extract_col_q_v16i8(<vscale x 16 x i8> %zd, <vscale x 16 x i1> %pg) { 378 define <vscale x 8 x i16> @extract_col_q_v8i16(<vscale x 8 x i16> %zd, <vscale x 8 x i1> %pg) { 388 define <vscale x 8 x half> @extract_col_q_v8f16(<vscale x 8 x half> %zd, <vscale x 8 x i1> %pg) { 398 define <vscale x 4 x i32> @extract_col_q_v4i32(<vscale x 4 x i32> %zd, <vscale x 4 x i1> %pg) { [all …]
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | fixit-format-ios-nopedantic.m | 18 printf("test 3: %zd", getNSInteger()); 20 printf("test 4: %zd %zd", getNSInteger(), getNSInteger());
|
| H A D | fixit-format-ios.m | 21 printf("test 3: %zd", getNSInteger()); 24 printf("test 4: %zd %zd", getNSInteger(), getNSInteger());
|
| H A D | format.m | 240 …printf("%zd", 0.f); // expected-warning-re{{format specifies type 'ssize_t' (aka '{{.+}}') but the…
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | tanh.cl | 127 double zd = c ? zdl : zdm; 128 double z = y + y*y2 * MATH_DIVIDE(zn, zd);
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | friend.cpp | 81 Z2<double> zd; // expected-note {{in instantiation of}} variable
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 2512 "read (stdout_fd, ) => %zd errno: %d (%s)", 2518 "read (stdout_fd, ) => %zd (reached EOF for child STDOUT)", 2534 "read (stderr_fd, ) => %zd errno: %d (%s)", 2540 "read (stderr_fd, ) => %zd (reached EOF for child STDERR)",
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 2381 scanf("%zd", &ts); // 'ts' marked as tainted
|