Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 153) sorted by relevance

1234567

/llvm-project-15.0.7/cmake/Modules/
H A DSortSubset.cmake1 # Sort a subset of a list according to the ordering in the full list.
3 # Given a list and a subset of that list, this function sorts the subset
11 # A subset of the elements in `full_list`. Those elements will be sorted
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dsave-temps-eq.ll9 ; RUN: mkdir all all2 all3 build subset subset2 && cd build
101 ;; Similar to the above, but do it with a subset instead.
102 ;; .all -> .subset, .all3 -> .subset2
105 ; RUN: mv *.0.preopt.* %t/subset
106 ; RUN: mv *.4.opt* %t/subset
107 ; RUN: mv *.lto.o %t/subset
109 ; RUN: diff -r %t/subset2 %t/subset
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dselective-save-temps.ll13 ; RUN: mkdir all all2 build subset subset2
119 ;; Similar to the above, but do it with a subset instead.
120 ;; .all -> .subset, .all2 -> .subset2
121 ; RUN: llvm-lto2 run 1.bc 2.bc -o subset/a.out \
125 ; RUN: cmp all/a.out.1 subset/a.out.1 && rm -f subset/a.out.1
126 ; RUN: cmp all/a.out.2 subset/a.out.2 && rm -f subset/a.out.2
127 ; RUN: diff -r subset subset2
/llvm-project-15.0.7/cross-project-tests/
H A DCMakeLists.txt3 # The subset inside debuginfo-tests invoke clang to generate programs with
74 # Add alias for debuginfo test subset.
81 # Add alias for intrinsic header test subset.
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto10 /// This file describes a subset of C++ as a protobuf. It is used to
12 /// This subset differs from the one defined in cxx_proto.proto by eliminating
H A Dcxx_proto.proto10 /// This file describes a subset of C++ as a protobuf. It is used to
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_transitive_closure.c977 isl_bool subset; in has_spurious_elements() local
992 if (subset < 0) in has_spurious_elements()
994 if (!subset) { in has_spurious_elements()
1068 if (subset < 0) in composability()
1070 if (subset) in composability()
1091 if (subset < 0) in composability()
1093 if (subset) in composability()
1801 isl_bool applies, subset; in basic_map_follows() local
1814 if (subset < 0) in basic_map_follows()
1816 if (subset) { in basic_map_follows()
[all …]
H A Disl_ast_graft.c601 int subset, found_then, found_else; in insert_pending_guard_nodes() local
607 subset = 0; in insert_pending_guard_nodes()
615 subset = isl_set_is_subset(test, in insert_pending_guard_nodes()
617 if (subset < 0 || subset) { in insert_pending_guard_nodes()
623 subset = isl_set_is_subset(test, in insert_pending_guard_nodes()
625 if (subset < 0 || subset) { in insert_pending_guard_nodes()
633 if (subset < 0) { in insert_pending_guard_nodes()
/llvm-project-15.0.7/llvm/test/Transforms/IndirectBrExpand/
H A Dbasic.ll23 ; Only a subset of blocks are viable successors here.
49 ; A different subset of blocks are viable successors here.
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dindirectbr.ll43 ; Only a subset of blocks are viable successors here.
67 ; A different subset of blocks are viable successors here.
/llvm-project-15.0.7/llvm/test/Transforms/Reassociate/
H A Dfast-ReassociateVector.ll18 ; Check that a*c+b*c is turned into (a+b)*c - minimum FMF subset version
50 ; Check that a*a*b+a*a*c is turned into a*(a*(b+c)) - minimum FMF subset version
85 ; Check that a*b+a*c+d is turned into a*(b+c)+d - minimum FMF subset version
129 ; Check 47*X + 47*X -> 94*X - minimum FMF subset version
154 ; Check X+X+X -> 3*X - minimum FMF subset version
180 ; Check 127*W+50*W -> 177*W - minimum FMF subset version
207 ; Check X*12*12 -> X*144 - minimum FMF subset version
248 ; Check (b+(a+1234))+-a -> b+1234 - minimum FMF subset version
309 ; Check -(-(z*40)*a) -> a*40*z - minimum FMF subset version
355 ; Check x*y+y*x -> x*y*2 - minimum FMF subset version
H A Dfast-SubReassociate.ll32 ; Check again using minimal subset of FMF.
96 ; Check again using minimal subset of FMF.
H A Dfast-AgressiveSubMove.ll26 ; Check again using minimal subset of FMF.
H A Dfast-MissedTree.ll14 ; Check again using minimal subset of FMF.
/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/
H A Difdef.test1 ## Test that functions that are only compiled in a subset of RUN lines are
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def6 // TODO: this is just a subset
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc9 // A subset of ASan (and common) runtime flags supported at activation time.
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DBuiltin.md20 A subset of the builtin attribute values correspond to
/llvm-project-15.0.7/polly/test/Simplify/
H A Dredundant_partialwrite.ll3 ; Remove a redundant store, if its partial domain is a subset of the
/llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dphi-and-select.ll2 ; Derived from (a subset of) BasicAA/phi-and-select.ll
/llvm-project-15.0.7/clang/docs/
H A DTooling.rst57 * need to run over a specific subset of files in your project which is not
72 * want to run tools over a single file, or a specific subset of files,
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dusm-address-spaces-conversions.cl7 * spaces: global_device and global_host that are a subset of __global address
9 * convert a subset address space to a superset address space, while conversion
/llvm-project-15.0.7/llvm/test/Transforms/Inline/WebAssembly/
H A Dinline-target-features.ll5 ; they have a subset of the caller's features.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2006-05-08-CoalesceSubRegClass.ll2 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
H A Dbasic-block-sections-listbb.ll1 ; Fine-grained basic block sections, subset of basic blocks in a function.

1234567