| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | SortSubset.cmake | 1 # 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 D | save-temps-eq.ll | 9 ; 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 D | selective-save-temps.ll | 13 ; 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 D | CMakeLists.txt | 3 # 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 D | cxx_loop_proto.proto | 10 /// 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 D | cxx_proto.proto | 10 /// 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 D | isl_transitive_closure.c | 977 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 D | isl_ast_graft.c | 601 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 D | basic.ll | 23 ; 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 D | indirectbr.ll | 43 ; 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 D | fast-ReassociateVector.ll | 18 ; 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 D | fast-SubReassociate.ll | 32 ; Check again using minimal subset of FMF. 96 ; Check again using minimal subset of FMF.
|
| H A D | fast-AgressiveSubMove.ll | 26 ; Check again using minimal subset of FMF.
|
| H A D | fast-MissedTree.ll | 14 ; Check again using minimal subset of FMF.
|
| /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/ |
| H A D | ifdef.test | 1 ## 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 D | i386.def | 6 // TODO: this is just a subset
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_activation_flags.inc | 9 // A subset of ASan (and common) runtime flags supported at activation time.
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Builtin.md | 20 A subset of the builtin attribute values correspond to
|
| /llvm-project-15.0.7/polly/test/Simplify/ |
| H A D | redundant_partialwrite.ll | 3 ; 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 D | phi-and-select.ll | 2 ; Derived from (a subset of) BasicAA/phi-and-select.ll
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | Tooling.rst | 57 * 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 D | usm-address-spaces-conversions.cl | 7 * 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 D | inline-target-features.ll | 5 ; they have a subset of the caller's features.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2006-05-08-CoalesceSubRegClass.ll | 2 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
|
| H A D | basic-block-sections-listbb.ll | 1 ; Fine-grained basic block sections, subset of basic blocks in a function.
|