Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A DELF_ARM64_large-relocations.s1 # RUN: llvm-mc -triple=arm64-none-linux-gnu -large-code-model -filetype=obj -o %T/large-reloc.o %s
2 …gnu -verify -map-section large-reloc.o,.eh_frame=0x10000 -map-section large-reloc.o,.text=0xffff00…
3 # RUN-BE: llvm-mc -triple=aarch64_be-none-linux-gnu -large-code-model -filetype=obj -o %T/be-large-…
4 …erify -map-section be-large-reloc.o,.eh_frame=0x10000 -map-section be-large-reloc.o,.text=0xffff00…
20large-reloc.o, .eh_frame) + (*{4}(section_addr(large-reloc.o, .eh_frame))) + 0xc) = g - (section_a…
/llvm-project-15.0.7/lld/test/ELF/
H A Darm-symbol-ordering-file.s6 # RUN: llvm-mc -filetype=obj -triple=armv7-unknown-linux %t/large.s -o %t.large.o
7 # RUN: llvm-objcopy --set-section-flags .bar=alloc,readonly %t.large.o %t.large.RO.o
12 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.large.o -o %t2.large.out
13 # RUN: ld.lld --symbol-ordering-file %t_order.txt %t.large.RO.o -o %t2.large.RO.out
15 # RUN: llvm-nm -n %t2.large.out | FileCheck --check-prefix=LARGE %s
16 # RUN: llvm-nm -n %t2.large.RO.out | FileCheck --check-prefix=SMALL %s
52 #--- large.s
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dcopy.pass.cpp117 std::any a = large(1); in test_copy_assign_self()
118 assert(large::count == 1); in test_copy_assign_self()
122 assert(large::count == 1); in test_copy_assign_self()
123 assertContains<large>(a, 1); in test_copy_assign_self()
126 assert(large::count == 0); in test_copy_assign_self()
171 std::any lhs = large(2); in test_copy_assign_throws()
173 assert(large::count == 1); in test_copy_assign_throws()
178 assert(large::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 Dvalue.pass.cpp155 std::any lhs = large(2); in test_assign_throws()
157 assert(large::count == 1); in test_assign_throws()
162 assert(large::count == 1); in test_assign_throws()
164 assertContains<large>(lhs, 2); in test_assign_throws()
200 test_assign_value<small, large>(); in main()
201 test_assign_value<large, small>(); in main()
203 test_assign_value_empty<large>(); in main()
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmacro-dla-bad.s7 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
9 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
11 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
13 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
15 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
17 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
19 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
21 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dstruct_args_large.ll7 %struct.large = type { i64, i64 }
9 @s2 = common global %struct.large zeroinitializer, align 8
13 call void @bar(%struct.large* byval(%struct.large) @s2)
17 declare void @bar(%struct.large* byval(%struct.large))
/llvm-project-15.0.7/clang/test/CodeGen/CSKY/
H A Dcsky-abi.c109 struct large { struct
114 void f_agg_large(struct large x) { in f_agg_large() argument
121 struct large f_agg_large_ret(int32_t i, int8_t j) { in f_agg_large_ret()
122 return (struct large){1, 2, 3, 4}; in f_agg_large_ret()
139 struct large d, uint8_t e, int8_t f, uint8_t g, int8_t h) { in f_scalar_stack_1()
148 struct large f_scalar_stack_2(int32_t a, int64_t b, int64_t c, long double d, in f_scalar_stack_2()
150 return (struct large){a, e, f, g}; in f_scalar_stack_2()
167 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack()
180 (struct large){12, 13, 14, 15}); in f_va_caller()
338 struct large ls = __builtin_va_arg(va, struct large); in f_va_4()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp70 LargeStruct large; in noWriteToBuf() local
71 copy5CharsIntoStrict(large.buf); in noWriteToBuf()
78 LargeStruct large = {0, {}, 0}; in initTheBuf() local
79 copy5CharsIntoStrict(large.buf); in initTheBuf()
89 LargeStruct large; in initTheBufWithALoop() local
91 large.buf[I] = I; in initTheBufWithALoop()
92 copy5CharsIntoStrict(large.buf); in initTheBufWithALoop()
/llvm-project-15.0.7/clang/test/CodeGen/RISCV/
H A Driscv32-ilp32-ilp32f-ilp32d-abi.c169 struct large { struct
174 void f_agg_large(struct large x) { in f_agg_large()
181 struct large f_agg_large_ret(int32_t i, int8_t j) { in f_agg_large_ret()
182 return (struct large){1, 2, 3, 4}; in f_agg_large_ret()
202 struct large d, uint8_t e, int8_t f, uint8_t g, int8_t h) { in f_scalar_stack_1()
211 struct large f_scalar_stack_2(int32_t a, int64_t b, int64_t c, long double d, in f_scalar_stack_2()
213 return (struct large){a, e, f, g}; in f_scalar_stack_2()
231 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack()
244 (struct large){12, 13, 14, 15}); in f_va_caller()
422 struct large ls = __builtin_va_arg(va, struct large); in f_va_4()
H A Driscv64-lp64-lp64f-lp64d-abi.c158 struct large { struct
163 void f_agg_large(struct large x) { in f_agg_large()
170 struct large f_agg_large_ret(int32_t i, int8_t j) { in f_agg_large_ret()
171 return (struct large){1, 2, 3, 4}; in f_agg_large_ret()
191 struct large d, uint8_t e, int8_t f, uint8_t g, int8_t h) { in f_scalar_stack_1()
206 struct large f_scalar_stack_3(uint32_t a, __int128_t b, long double c, v32i8 d, in f_scalar_stack_3()
208 return (struct large){a, e, f, g}; in f_scalar_stack_3()
223 (struct large){12, 13, 14, 15}); in f_va_caller()
423 struct large ls = __builtin_va_arg(va, struct large); in f_va_4()
H A Driscv32-ilp32-abi.c21 struct large { struct
39 struct large f_scalar_stack_2(float a, int64_t b, double c, long double d, in f_scalar_stack_2()
41 return (struct large){a, e, f, g}; in f_scalar_stack_2()
53 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack()
H A Driscv32-ilp32-ilp32f-abi.c23 struct large { struct
41 struct large f_scalar_stack_2(int32_t a, int64_t b, double c, long double d, in f_scalar_stack_2()
43 return (struct large){a, e, f, g}; in f_scalar_stack_2()
55 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack()
H A Driscv64-lp64-lp64f-abi.c11 struct large { struct
31 struct large f_scalar_stack_2(double a, __int128_t b, long double c, v32i8 d, in f_scalar_stack_2()
33 return (struct large){a, e, f, g}; in f_scalar_stack_2()
H A Driscv64-lp64-abi.c9 struct large { struct
29 struct large f_scalar_stack_2(double a, __int128_t b, long double c, v32i8 d, in f_scalar_stack_2()
31 return (struct large){a, e, f, g}; in f_scalar_stack_2()
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dreset.pass.cpp50 std::any a = large(1); in main()
51 assert(large::count == 1); in main()
52 assertContains<large>(a, 1); in main()
56 assertEmpty<large>(a); in main()
57 assert(large::count == 0); in main()
H A Demplace.pass.cpp181 std::any a(large{42}); in test_emplace_throws()
182 assert(large::count == 1); in test_emplace_throws()
189 assert(large::count == 0); in test_emplace_throws()
192 std::any a(large{42}); in test_emplace_throws()
193 assert(large::count == 1); in test_emplace_throws()
200 assert(large::count == 0); in test_emplace_throws()
239 static_assert(has_emplace<large>(), ""); in test_emplace_sfinae_constraints()
241 static_assert(!has_emplace<large, void*>(), ""); in test_emplace_sfinae_constraints()
244 static_assert(has_emplace_init_list<large, int>(), ""); in test_emplace_sfinae_constraints()
246 static_assert(!has_emplace_init_list<large, void*>(), ""); in test_emplace_sfinae_constraints()
[all …]
H A Dswap.pass.cpp108 using T = large; in test_self_swap()
117 assert(large::count == 0); in test_self_swap()
124 test_swap_empty<large>(); in main()
127 test_swap<small, large>(); in main()
128 test_swap<large, small>(); in main()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/
H A Dunroll-loops.rst7 with unknown loop bounds or a large number of iterations.
10 if they have unknown loop bounds or a large number of iterations, they cannot
24 number of iterations is large may be off by 1. This should not be an issue
47 // warning: this loop is large and should be partially unrolled
53 // ok: this loop is large, but is partially unrolled
59 // warning: this loop is large and should be partially unrolled
65 // ok: this loop is large, but is partially unrolled
79 // note: loop may be large, recommend partial unrolling
85 // note: loop may be large, recommend partial unrolling
91 // ok: loop may be large, but is partially unrolled
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dcalling-conv-lp64-lp64f-lp64d-common.ll283 %1 = getelementptr inbounds %struct.large, %struct.large* %a, i64 0, i32 0
284 %2 = getelementptr inbounds %struct.large, %struct.large* %a, i64 0, i32 3
315 %a = getelementptr inbounds %struct.large, %struct.large* %ls, i64 0, i32 0
317 %b = getelementptr inbounds %struct.large, %struct.large* %ls, i64 0, i32 1
319 %c = getelementptr inbounds %struct.large, %struct.large* %ls, i64 0, i32 2
321 %d = getelementptr inbounds %struct.large, %struct.large* %ls, i64 0, i32 3
323 %2 = call i64 @callee_large_struct(%struct.large* byval(%struct.large) align 8 %ls)
521 %1 = alloca %struct.large
522 call void @callee_large_struct_ret(%struct.large* sret(%struct.large) %1)
523 %2 = getelementptr inbounds %struct.large, %struct.large* %1, i64 0, i32 0
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/
H A Dmain.cpp25 std::bitset<1000> large; in main() local
26 fill(large); in main()
29 by_ref_and_ptr(large, &large); in main()
/llvm-project-15.0.7/flang/test/Semantics/
H A Ddata04.f9057 type large type
63 type(large) largeNumber
64 type(large), allocatable :: allocatableLarge
65 type(large) :: largeNumberArray(i)
66 type(large) :: largeArray(5)
H A Ddata03.f9016 type large type
28 type(large) largeArray(5)
29 type(large) largeNumber
/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-byval-temp.c4 struct large { struct
8 void pass_large(struct large); argument
16 struct large l = {0}; in example()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dlarge-alloca-graphics.ll22 %large = alloca [8192 x i32], align 4, addrspace(5)
23 %gep = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %large, i32 0, i32 8191
25 %gep1 = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %large, i32 0, i32 %y
48 %large = alloca [8192 x i32], align 4, addrspace(5)
49 %gep = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %large, i32 0, i32 8191
51 %gep1 = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %large, i32 0, i32 %y
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-code-model-large-darwin.ll1 ; Check that AArch64 is honoring code-model=large at -O0 and -O2.
3 ; RUN: llc -mtriple=arm64-apple-darwin19 -code-model=large -O0 -o - %s | FileCheck %s
4 ; RUN: llc -mtriple=arm64-apple-darwin19 -code-model=large -O2 -o - %s | FileCheck %s

12345678910>>...26