| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | aarch64-neon-ranges.c | 9 vext_s8(small, small, 7); in test_vext_8bit() 10 vext_u8(small, small, 7); in test_vext_8bit() 11 vext_p8(small, small, 7); in test_vext_8bit() 16 …vext_s8(small, small, 8); // expected-error-re {{argument value {{.*}} is outside the valid range}} in test_vext_8bit() 25 vmul_lane_f64(small, small, 0); in test_mul_lane_f64() 26 vmul_laneq_f64(small, big, 1); in test_mul_lane_f64() 27 vmulq_lane_f64(big, small, 0); in test_mul_lane_f64() 29 vfma_lane_f64(small, small, small, 0); in test_mul_lane_f64() 30 vfma_laneq_f64(small, small, big, 1); in test_mul_lane_f64() 36 …vfma_lane_f64(small, small, small, 1); // expected-error-re {{argument value {{.*}} is outside the… in test_mul_lane_f64() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/SafeStack/X86/ |
| H A D | phi-cycle.ll | 4 %struct.small = type { i8 } 17 %tmp = alloca %struct.small*, align 8 18 %tmp1 = call i32 (...) @dummy(%struct.small** %tmp) nounwind 19 %tmp2 = load %struct.small*, %struct.small** %tmp, align 8 20 %tmp3 = ptrtoint %struct.small* %tmp2 to i64 26 %tmp7 = phi %struct.small* [ %tmp19, %bb17 ], [ %tmp2, %bb ] 29 %tmp10 = getelementptr inbounds %struct.small, %struct.small* %tmp7, i64 0, i32 0 39 %tmp18 = getelementptr inbounds %struct.small*, %struct.small** %tmp, i64 %tmp8 40 %tmp19 = load %struct.small*, %struct.small** %tmp18, align 8
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/unittests/ |
| H A D | BUILD.bazel | 14 size = "small", 29 size = "small", 50 size = "small", 65 size = "small", 82 size = "small", 96 size = "small", 110 size = "small", 124 size = "small", 139 size = "small", 154 size = "small", [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.assign/ |
| H A D | copy.pass.cpp | 104 std::any a = small(1); in test_copy_assign_self() 105 assert(small::count == 1); in test_copy_assign_self() 109 assert(small::count == 1); in test_copy_assign_self() 110 assertContains<small>(a, 1); in test_copy_assign_self() 113 assert(small::count == 0); in test_copy_assign_self() 158 std::any lhs = small(2); in test_copy_assign_throws() 160 assert(small::count == 1); in test_copy_assign_throws() 165 assert(small::count == 1); in test_copy_assign_throws() 190 test_copy_assign<small, large>(); in main() 191 test_copy_assign<large, small>(); in main() [all …]
|
| H A D | value.pass.cpp | 143 std::any lhs = small(2); in test_assign_throws() 145 assert(small::count == 1); in test_assign_throws() 150 assert(small::count == 1); in test_assign_throws() 152 assertContains<small>(lhs, 2); in test_assign_throws() 200 test_assign_value<small, large>(); in main() 201 test_assign_value<large, small>(); in main() 202 test_assign_value_empty<small>(); in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/RISCV/ |
| H A D | riscv64-lp64-lp64f-lp64d-abi.c | 101 struct small { struct 106 void f_agg_small(struct small x) { in f_agg_small() argument 112 struct small f_agg_small_ret(void) { in f_agg_small_ret() 113 return (struct small){1, 0}; in f_agg_small_ret() 190 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 222 (struct small){10, NULL}, (struct small_aligned){11}, in f_va_caller() 229 f_va_callee(1, 2, 3, 4, (struct small){5, NULL}, 6, 7, 8, 9); in f_va_caller() 235 f_va_callee(1, 2, 3, 4, 5, (struct small){6, NULL}, 7, 8, 9); in f_va_caller() 241 f_va_callee(1, 2, 3, 4, 5, 6, (struct small){7, NULL}, 8, 9); in f_va_caller() 422 struct small ss = __builtin_va_arg(va, struct small); in f_va_4()
|
| H A D | riscv32-ilp32-ilp32f-ilp32d-abi.c | 112 struct small { struct 117 void f_agg_small(struct small x) { in f_agg_small() argument 123 struct small f_agg_small_ret(void) { in f_agg_small_ret() 124 return (struct small){1, 0}; in f_agg_small_ret() 201 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 231 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack() 243 (struct small){10, NULL}, (struct small_aligned){11}, in f_va_caller() 421 struct small ss = __builtin_va_arg(va, struct small); in f_va_4()
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | eh-frame.s | 4 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos10.15 %t/too-small-1.s -o %t/too-small-1.o 5 # RUN: not %lld -lSystem -dylib %t/too-small-1.o -o /dev/null 2>&1 | FileCheck %s --check-prefix TO… 6 # TOO-SMALL-1: error: {{.*}}too-small-1.o:(__eh_frame+0x0): CIE/FDE too small 8 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos10.15 %t/too-small-2.s -o %t/too-small-2.o 9 # RUN: not %lld -lSystem -dylib %t/too-small-2.o -o /dev/null 2>&1 | FileCheck %s --check-prefix TO… 10 # TOO-SMALL-2: error: {{.*}}too-small-2.o:(__eh_frame+0x0): CIE/FDE extends past the end of the sec… 24 #--- too-small-1.s 31 #--- too-small-2.s
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
| H A D | reset.pass.cpp | 39 std::any a = small(1); in main() 40 assert(small::count == 1); in main() 41 assertContains<small>(a, 1); in main() 45 assertEmpty<small>(a); in main() 46 assert(small::count == 0); in main()
|
| H A D | emplace.pass.cpp | 158 std::any a(small{42}); in test_emplace_throws() 159 assert(small::count == 1); in test_emplace_throws() 166 assert(small::count == 0); in test_emplace_throws() 169 std::any a(small{42}); in test_emplace_throws() 170 assert(small::count == 1); in test_emplace_throws() 177 assert(small::count == 0); in test_emplace_throws() 238 static_assert(has_emplace<small>(), ""); in test_emplace_sfinae_constraints() 240 static_assert(!has_emplace<small, void*>(), ""); in test_emplace_sfinae_constraints() 243 static_assert(has_emplace_init_list<small, int>(), ""); in test_emplace_sfinae_constraints() 245 static_assert(!has_emplace_init_list<small, void*>(), ""); in test_emplace_sfinae_constraints() [all …]
|
| H A D | swap.pass.cpp | 97 using T = small; in test_self_swap() 106 assert(small::count == 0); in test_self_swap() 123 test_swap_empty<small>(); in main() 127 test_swap<small, large>(); in main() 128 test_swap<large, small>(); in main()
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | overlay.test | 2 # RUN: echo 'nop; .section .small, "a"; .long 0; .section .big, "a"; .quad 1;' \ 9 .out.small { *(.small) } 14 ## .out.big and .out.small with the same starting VAs, but different LMAs. 15 ## Section .big is larger than .small, we check that placing of section 17 ## .text's VA is 0x1000 + max(sizeof(.out.big), sizeof(.out.small)). 24 # CHECK: .out.small PROGBITS 0000000000001000 002000 000004
|
| /llvm-project-15.0.7/clang/test/CodeGen/CSKY/ |
| H A D | csky-abi.c | 75 struct small { struct 80 void f_agg_small(struct small x) { in f_agg_small() argument 86 struct small f_agg_small_ret(void) { in f_agg_small_ret() 87 return (struct small){1, 0}; in f_agg_small_ret() 138 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 167 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack() 179 (struct small){10, NULL}, (struct small_aligned){11}, in f_va_caller() 337 struct small ss = __builtin_va_arg(va, struct small); in f_va_4()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/unittests/ |
| H A D | BUILD.bazel | 34 size = "small", 59 size = "small", 75 size = "small", 93 size = "small", 146 size = "small", 216 size = "small", 286 size = "small", 330 size = "small", 345 size = "small", 363 size = "small", [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | bigobj.test | 6 # to sections outside of the small object format are handled correctly. 7 RUN: llvm-objcopy -R '.text$4' %t.in.o %t.small.o 10 # Remove a section, making the section count fit into a small object. 11 RUN: llvm-objcopy -R '.text$4' %t.in.o %t.small.o 12 RUN: llvm-objdump -t %t.small.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-SMALL,SYMBOLS-REMOV… 15 RUN: llvm-objcopy --add-gnu-debuglink=%t.in.o %t.small.o %t.big.o 19 # the auxillary data, but needs two entries in the small format, forcing the
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/ |
| H A D | main.cpp | 21 std::bitset<13> small; in main() local 22 fill(small); in main() 27 by_ref_and_ptr(small, &small); // break here in main()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | arm-symbol-ordering-file.s | 5 # RUN: llvm-mc -filetype=obj -triple=armv7-unknown-linux %t/small.s -o %t.small.o 11 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.small.o -o %t2.small.out 14 # RUN: llvm-nm -n %t2.small.out | FileCheck --check-prefix=SMALL %s 31 #--- small.s
|
| H A D | ppc32-tls-ld.s | 26 ## small@dtprel = st_value(small)-0x8000 = 4-0x8000 = -32764 53 ## small@tprel = 4-0x7000 = -32764 69 addi 9, 3, small@dtprel 78 small: label
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_int_sioimath.h | 251 int32_t small; in isl_sioimath_bigarg_src() local 260 if (small >= 0) { in isl_sioimath_bigarg_src() 262 num = small; in isl_sioimath_bigarg_src() 265 num = -small; in isl_sioimath_bigarg_src() 377 int32_t small; in isl_sioimath_promote() local 391 mp_small small; in isl_sioimath_try_demote() local 1041 int32_t small; in isl_sioimath_sgn() local 1044 return (small > 0) - (small < 0); in isl_sioimath_sgn() 1146 int32_t small; in isl_sioimath_hash() local 1155 if (small < 0) in isl_sioimath_hash() [all …]
|
| H A D | isl_int_sioimath.c | 6 extern int isl_sioimath_decode(isl_sioimath val, int32_t *small, mp_int *big); 8 extern int isl_sioimath_decode_small(isl_sioimath val, int32_t *small); 172 int32_t small; in isl_sioimath_read() local 175 small = strtol(str, NULL, 10); in isl_sioimath_read() 176 isl_sioimath_set_small(dst, small); in isl_sioimath_read() 201 int32_t small; in isl_sioimath_print() local 205 if (isl_sioimath_decode_small(i, &small)) { in isl_sioimath_print() 206 fprintf(out, "%*" PRIi32, width, small); in isl_sioimath_print()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/unittests/ |
| H A D | BUILD.bazel | 77 size = "small", 96 size = "small", 146 size = "small", 166 size = "small", 216 size = "small", 240 size = "small", 287 size = "small", 313 size = "small", 328 size = "small", 370 size = "small", [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | sparcv9-abi.c | 25 struct small { struct 30 struct small f_small(struct small x) { in f_small() 170 s += *va_arg(ap, struct small).a; in f_variable()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | struct_args.ll | 5 %struct.small = type { i32, i32 } 7 @s1 = common global %struct.small zeroinitializer, align 4 11 %0 = load i64, i64* bitcast (%struct.small* @s1 to i64*), align 4
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | xor-select-i1-combine.ll | 7 define dso_local i32 @main(i8 %small) { 17 %0 = and i8 %small, 1 25 define dso_local i32 @main2(i8 %small) { 35 %0 = and i8 %small, 1
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | too-small-loop-variable.rst | 1 .. title:: clang-tidy - bugprone-too-small-loop-variable 3 bugprone-too-small-loop-variable 6 Detects those ``for`` loops that have a loop variable with a "too small" type 28 This algorithm works for a small amount of objects, but will lead to freeze for
|