Home
last modified time | relevance | path

Searched refs:distributed (Results 1 – 25 of 107) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dthinlto-deadstrip-flag.ll4 ; Ensure dead stripping performed flag is set on distributed index
5 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
10 ; Ensure dead stripping performed flag is not set on distributed index
12 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
H A Dthinlto-synthetic-count-flag.ll4 ; Ensure synthetic entry count flag is not set on distributed index
5 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
10 ; Ensure synthetic entry count flag is set on distributed index
12 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Ddist-object-modifiers.m16 - (id)serverPID { return 0; } // expected-warning {{conflicting distributed object modifiers on ret…
17 - (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on …
19 …g : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting distributed object modifier…
20 …// expected-warning 2{{conflicting distributed object modifiers on parameter type in implementatio…
/llvm-project-15.0.7/llvm/test/Transforms/LoopDistribute/
H A Ddiagnostics.ll38 ; MISSED_REMARKS: remark: /tmp/t.c:3:3: loop not distributed: use -Rpass-analysis=loop-distribute …
39 ; ALWAYS: remark: /tmp/t.c:3:3: loop not distributed: memory operations are safe for vector…
40 ; ALWAYS: warning: /tmp/t.c:3:3: loop not distributed: failed explicitly specified loop dis…
68 ; NO_REMARKS-NOT: remark: /tmp/t.c:9:3: loop not distributed: memory operations are safe for vector…
69 ; MISSED_REMARKS: remark: /tmp/t.c:9:3: loop not distributed: use -Rpass-analysis=loop-distribute f…
70 ; ANALYSIS_REMARKS: remark: /tmp/t.c:9:3: loop not distributed: memory operations are safe for vect…
71 ; ALWAYS-NOT: warning: /tmp/t.c:9:3: loop not distributed: failed explicitly specified loop distrib…
99 ; REMARKS: remark: /tmp/t.c:15:3: distributed loop
134 ; MISSED_REMARKS: /tmp/t.c:27:5: loop not distributed: use -Rpass-analysis=loop-distribute for more…
135 ; ANALYSIS_REMARKS: /tmp/t.c:27:5: loop not distributed: may not insert runtime check with converge…
[all …]
H A Ddiagnostics-with-hotness.ll27 ; HOTNESS: remark: /tmp/t.c:3:3: loop not distributed: use -Rpass-analysis=loop-distribute for more…
28 ; HOTNESS: remark: /tmp/t.c:3:3: loop not distributed: memory operations are safe for vectorization…
29 ; NO_HOTNESS: remark: /tmp/t.c:3:3: loop not distributed: use -Rpass-analysis=loop-distribute for m…
30 ; NO_HOTNESS: remark: /tmp/t.c:3:3: loop not distributed: memory operations are safe for vectorizat…
H A Doutside-use.ll6 ; from the non-distributed loop and the distributed loop.
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dthinlto_public_type_test_distributed.ll3 ; Check that we properly update @llvm.public.type.test with distributed ThinLTO.
7 ; RUN: llvm-lto2 run -thinlto-distributed-indexes %t.o \
16 ; RUN: llvm-lto2 run -thinlto-distributed-indexes %t.o --whole-program-visibility \
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dcfi-distributed.ll4 ; each distributed index file.
7 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t2.o %p/Inputs/cfi-distributed.ll
9 ; RUN: llvm-lto2 run -thinlto-distributed-indexes %t1.o %t2.o \
H A Demit_imports.ll5 ; output files are created regardless, for a distributed build system.
28 ; RUN: -thinlto-distributed-indexes \
41 ; RUN: -thinlto-distributed-indexes \
H A Dwriteonly-with-refs.ll15 ; Test again in distributed ThinLTO mode.
17 ; RUN: -thinlto-distributed-indexes \
H A Dguid_collision.ll10 ; RUN: llvm-lto2 run %t.bc %t2.bc -o %t.out -thinlto-distributed-indexes \
27 ; from, to test handling of a global variable with an entry in the distributed
H A Ddistributed_import.ll1 ; Test distributed build thin link output from llvm-lto2
10 ; RUN: -thinlto-distributed-indexes \
38 ; RUN: -thinlto-distributed-indexes \
H A Dcfi-icall-only-defuse.ll2 ; CFI functions sets in that module's distributed index.
5 ; RUN: llvm-lto2 run -thinlto-distributed-indexes %t1.bc %t2.bc -o %t.out \
H A Dempty-module.ll4 ; RUN: llvm-lto2 run %t.bc -r %t.bc,foo,pl -o %t2 -thinlto-distributed-indexes -save-temps
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dthinlto_emit_imports.ll5 ; output files are created regardless, for a distributed build system.
8 ; Ensure gold generates imports files if requested for distributed backends.
/llvm-project-15.0.7/libcxx/src/support/solaris/
H A DREADME4 distributed under.
/llvm-project-15.0.7/lld/test/COFF/
H A Dthinlto-emit-imports.ll8 ; output files are created regardless, for a distributed build system.
11 ; Ensure lld generates imports files if requested for distributed backends.
/llvm-project-15.0.7/llvm/docs/
H A DBlockFrequencyTerminology.rst75 distributed to successors according to branch weights. Block Mass uses a
79 After mass is fully distributed, in any cut of the DAG that separates the exit
92 As mass is distributed through the loop's DAG, the (otherwise ignored) backedge
/llvm-project-15.0.7/libcxx/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake10 CMake would overwrite the makefiles distributed with Compiler-RT.
/llvm-project-15.0.7/libcxxabi/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake10 CMake would overwrite the makefiles distributed with libcxxabi.
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto-distributed-cfi.ll7 ; RUN: llvm-lto2 run -thinlto-distributed-indexes -disable-thinlto-funcattrs=0 %t.o \
26 ; CHECK-DIS: ^0 = module: (path: "{{.*}}thinlto-distributed-cfi.ll.tmp.o", hash: ({{.*}}, {{.*}}, {…
H A Dthinlto-distributed.ll7 ; RUN: llvm-lto2 run -thinlto-distributed-indexes %t.o \
H A Dthinlto-distributed-backend-skip.ll9 ; RUN: -fthinlto-index=%S/Inputs/thinlto-distributed-backend-skip.bc \
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dthinlto-emit-imports.ll8 ; output files are created regardless, for a distributed build system.
11 ; Ensure lld generates imports files if requested for distributed backends.
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV69.td5 // This file is distributed under the University of Illinois Open Source

12345