Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 126) sorted by relevance

123456

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_parallel_defaultmap_messages.cpp60 …#pragma omp target parallel defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expect… in tmain()
62 …#pragma omp target parallel defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expect… in tmain()
65 …#pragma omp target parallel defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expect… in tmain()
68 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in tmain()
73 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in tmain()
78 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in tmain()
122 …#pragma omp target parallel defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expect… in main()
124 …#pragma omp target parallel defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expect… in main()
130 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in main()
135 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in main()
[all …]
H A Dtarget_ast_print.cpp428 #pragma omp target defaultmap(alloc: aggregate) in tmain()
430 #pragma omp target defaultmap(to: aggregate) in tmain()
432 #pragma omp target defaultmap(from: aggregate) in tmain()
434 #pragma omp target defaultmap(tofrom: aggregate) in tmain()
438 #pragma omp target defaultmap(none: aggregate) in tmain()
440 #pragma omp target defaultmap(default: aggregate) in tmain()
950 #pragma omp target defaultmap(alloc: aggregate) in main()
955 #pragma omp target defaultmap(to: aggregate) in main()
960 #pragma omp target defaultmap(from: aggregate) in main()
965 #pragma omp target defaultmap(tofrom: aggregate) in main()
[all …]
H A Dtarget_defaultmap_messages.cpp66 …#pragma omp target defaultmap(none:pointer) defaultmap(none:scalar) defaultmap(none:aggregate) map… in tmain()
70 #pragma omp target defaultmap(none : aggregate) defaultmap(none: scalar) map(argc) // expected-note… in tmain()
72 …#pragma omp target defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expected-note {… in tmain()
75 #pragma omp target defaultmap(none: aggregate) defaultmap(none: scalar) map(argc) // expected-note … in tmain()
78 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in tmain()
126 …#pragma omp target defaultmap(none:pointer) defaultmap(none:scalar) defaultmap(none:aggregate) map… in main()
128 …#pragma omp target defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expected-note {… in main()
130 …#pragma omp target defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expected-note {… in main()
133 …#pragma omp target defaultmap(none:aggregate) defaultmap(none:scalar) map(argc) // expected-note {… in main()
136 …#pragma omp target defaultmap(none:aggregate) // expected-note {{explicit data sharing attribute, … in main()
H A Dtarget_defaultmap_codegen_01.cpp291 : aggregate) in implicit_maps_array()
402 : aggregate) in implicit_maps_array()
517 : aggregate) in zero_size_section_and_private_maps()
858 : aggregate) in implicit_maps_variable_length_array()
925 : aggregate) in implicit_maps_struct()
987 : aggregate) in implicit_maps_struct()
1049 : aggregate) in implicit_maps_struct()
1111 : aggregate) in implicit_maps_struct()
1250 : aggregate) in implicit_maps_struct()
1691 #pragma omp target defaultmap(none:scalar) defaultmap(none:aggregate) defaultmap(none:pointer) in declare_target_link()
H A Dtarget_defaultmap_codegen_02.cpp95 : aggregate) in implicit_present_aggregate()
/llvm-project-15.0.7/clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.export/
H A Dp1.cpp16 export module aggregate.internal;
28 export module aggregate;
29 export import aggregate.internal;
36 import aggregate; variable
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/constant/
H A Dlocal-aggregate-constant.ll3 %aggregate = type { i8, i32 }
5 define %aggregate @getConstant() {
6 ret %aggregate { i8 1, i32 2 }
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Daggregate-reconstruction.ll11 ; Most basic test - we explode the original aggregate into it's elements,
13 ; We should just return the source aggregate.
87 ; All element of the newly-created aggregate must come from the same base
88 ; aggregate. Here the second element comes from some other origin.
116 ; All element of the newly-created aggregate must come from the same base
117 ; aggregate. Here different elements come from different base aggregates.
137 ; Here the element order is swapped as compared to the base aggregate.
153 ; Here both elements of the new aggregate come from the same element of the old aggregate.
168 ; Here the second element of the new aggregate is undef, , so we must keep this as-is, because in %…
182 ; Here the second element of the new aggregate is undef, so we must keep this as-is, because in %sr…
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Demptystruct.ll3 ; This tests correct handling of empty aggregate parameters and return values.
6 ; is treated as any other pointer parameter. An empty aggregate return value
7 ; is treated as any other aggregate return value, passed via address as a
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/
H A Danon_class_w_and_wo_export_symbols.ll50 ; CHECK: DefinitionData is_anonymous pass_in_registers aggregate standard_layout trivially_copyable…
59 ; CHECK: DefinitionData is_anonymous pass_in_registers aggregate standard_layout trivially_copyable…
66 ; CHECK: DefinitionData pass_in_registers aggregate standard_layout trivially_copyable pod trivial …
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dreference-argument.ll3 ; ModuleID = 'aggregate-indirect-arg.cpp'
4 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp
47 !1 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
50 !5 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc234 static unsigned aggregate(R &&Range, UnaryPredicate P) {
244 aggregate(getProcessorGroups(), [](const ProcessorGroup &G) {
252 aggregate(getProcessorGroups(),
299 aggregate(getProcessorGroups(),
303 aggregate(getProcessorGroups(), [&](const ProcessorGroup &G) {
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dinvalid-datalayout5.ll3 ; CHECK: Sized aggregate specification in datalayout string
H A Dinvalid-datalayout22.ll5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Daggregate-padding.ll32 ; An aggregate should be able to split between registers and stack if there is
45 ; If an aggregate has to be moved entirely onto the stack, nothing should be
62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-agg-constant.ll2 ; Make sure fast-isel doesn't screw up aggregate constants.
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Daggr-param.ll4 ; Make sure aggregate param types get emitted properly.
/llvm-project-15.0.7/llvm/test/Transforms/MemCpyOpt/
H A Dload-store-to-memcpy.ll9 ; Ensure load-store forwarding of an aggregate is interpreted as
23 ; Ensure load-store forwarding of an aggregate is interpreted as
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIR.cmake214 # aggregate shared library.
316 # Setup aggregate.
377 # Declares an aggregate library. Such a library is a combination of arbitrary
382 # It is always safe to depend on the aggregate directly in order to compile/link
417 # eval'd here. This means we can build an aggregate from targets that
434 # In the context of this aggregate, resolve the list of OBJECTS and DEPS
443 …message(SEND_ERROR "Cannot build aggregate from imported targets which were not installed via MLIR…
449 …message(SEND_ERROR "Cannot create an aggregate out of imported ${lib}: It is missing properties in…
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Daggregates.ll3 ; Case 0: the basic example: an entire aggregate use is returned, but it's
20 ; Case 1: an opaque use of the aggregate exists (in this case dead). Otherwise
46 ; Case 2: an opaque use of the aggregate exists (in this case *live*). Other
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dpr52994.ll4 ; Check that aggregate stores work correctly.
H A Dglobalsra-recursive.ll4 ; Make sure we don't recursively SRA if there are aggregate load/stores with
/llvm-project-15.0.7/mlir/examples/standalone/test/CAPI/
H A DCMakeLists.txt1 # Here we create a single aggregate shared library with the parts of the CAPI
/llvm-project-15.0.7/clang/test/Sema/
H A Dthread-specifier.c136 __thread int aggregate[10] = {0}; // thread-local-warning {{'_Thread_local' is a C11 extension}} variable
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-windows-calls.ll107 ; Not an aggregate according to C++14 spec => not HFA according to MSVC
109 ; NotPod is a C++14 aggregate. But not HFA, because it contains
111 ; aggregate).

123456