| /llvm-project-15.0.7/mlir/unittests/Interfaces/ |
| H A D | InferIntRangeInterfaceTest.cpp | 84 ConstantIntRanges maximal(zero, uintMax, intMin, intMax); in TEST() local 87 EXPECT_EQ(zeroOne.rangeUnion(maximal), maximal); in TEST() 88 EXPECT_EQ(maximal.rangeUnion(zeroOne), maximal); in TEST() 98 EXPECT_EQ(zeroOneUnsignedOnly.rangeUnion(zeroOneSignedOnly), maximal); in TEST()
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | statistics.ll | 11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only) 12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only) 13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only) 14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only) 15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only) 17 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 18 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 19 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 20 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 21 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | statistics.ll | 6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4 7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1 8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3 9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
|
| H A D | aliasing_conditional_alias_groups_2.ll | 3 ; Check that we create two alias groups since the mininmal/maximal accesses
|
| H A D | run-time-check-many-parameters.ll | 40 ; Computing the minimal and maximal element accessed in B is very expensive.
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.inc | 37 "HWASan allocator flag. max_malloc_fill_size is the maximal amount of " 46 "HWASan allocator flag. max_free_fill_size is the maximal amount of "
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | unroll6.in | 3 # in a number of slices that exceeds the maximal value of an integer
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 364 "with maximal 32 EEW)", 370 "with maximal 32 EEW and F extension)", 376 "with maximal 64 EEW)", [FeatureStdExtZve32x, FeatureStdExtZvl64b]>; 381 "with maximal 64 EEW and F extension)", 387 "with maximal 64 EEW, F and D extension)",
|
| /llvm-project-15.0.7/polly/test/DeLICM/ |
| H A D | reject_outofquota.ll | 66 ; CHECK: maximal number of operations exceeded during zone analysis
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | aliasing_struct_element.ll | 4 ; as it is a single struct not a struct array. The maximal access to S, thus
|
| H A D | aliasing_multidimensional_access.ll | 3 ; Check that we calculate the maximal access into array A correctly and track the overflow state.
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | README | 82 The dimension of the "tile" space indicates the (maximal) number of loop 91 The dimension of the "grid" space indicates the (maximal) number of block 95 The dimension of the "block" space indicates the (maximal) number of thread
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 64 "ASan allocator flag. max_malloc_fill_size is the maximal amount of " 68 "ASan allocator flag. max_free_fill_size is the maximal amount of "
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | loop-fusion-4.mlir | 2 // RUN: mlir-opt -allow-unregistered-dialect %s -affine-loop-fusion="fusion-maximal mode=sibling" -…
|
| H A D | loop-fusion-3.mlir | 2 // RUN: mlir-opt -allow-unregistered-dialect %s -affine-loop-fusion="fusion-maximal" -split-input-f… 438 // Producer loop '%i0' should be removed after fusion since fusion is maximal. 471 // since fusion is maximal. Then the fused loop and '%i1' should be fused 472 // and the fused loop shouldn't be removed since fusion is not maximal.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/ |
| H A D | Passes.td | 164 Option<"maximalFusion", "fusion-maximal", "bool", /*default=*/"false", 165 "Enables maximal loop fusion">,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | hip.extern.shared.array.ll | 83 ; maximal one.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | exponential-nontrivial-unswitch-nested2.ll | 47 ; With disabled cost-multiplier we get maximal possible amount of unswitches.
|
| /llvm-project-15.0.7/llvm/docs/DependenceGraphs/ |
| H A D | index.rst | 33 connected component of the graph is a maximal subgraph of all the nodes
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | hip.extern.shared.array.ll | 81 ; maximal one.
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 362 "The maximal amount of translation units that is considered " 371 "The maximal amount of translation units that is considered "
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CycleTerminology.rst | 16 1. In a directed graph G, an *outermost cycle* is a maximal strongly
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 56 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DataFlowSanitizerDesign.rst | 151 limits the maximal length of a path. The environment variable ``origin_history_size``
|
| /llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/ |
| H A D | srem.ll | 452 ; Note that we need to take the maximal bitwidth, in which both of the operands are representable!
|