Home
last modified time | relevance | path

Searched refs:maximal (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp84 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 Dstatistics.ll11 ; 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 Dstatistics.ll6 ; 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 Daliasing_conditional_alias_groups_2.ll3 ; Check that we create two alias groups since the mininmal/maximal accesses
H A Drun-time-check-many-parameters.ll40 ; Computing the minimal and maximal element accessed in B is very expensive.
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc37 "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 Dunroll6.in3 # in a number of slices that exceeds the maximal value of an integer
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCV.td364 "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 Dreject_outofquota.ll66 ; CHECK: maximal number of operations exceeded during zone analysis
/llvm-project-15.0.7/polly/test/CodeGen/
H A Daliasing_struct_element.ll4 ; as it is a single struct not a struct array. The maximal access to S, thus
H A Daliasing_multidimensional_access.ll3 ; 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 DREADME82 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 Dasan_flags.inc64 "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 Dloop-fusion-4.mlir2 // RUN: mlir-opt -allow-unregistered-dialect %s -affine-loop-fusion="fusion-maximal mode=sibling" -…
H A Dloop-fusion-3.mlir2 // 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 DPasses.td164 Option<"maximalFusion", "fusion-maximal", "bool", /*default=*/"false",
165 "Enables maximal loop fusion">,
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dhip.extern.shared.array.ll83 ; maximal one.
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dexponential-nontrivial-unswitch-nested2.ll47 ; With disabled cost-multiplier we get maximal possible amount of unswitches.
/llvm-project-15.0.7/llvm/docs/DependenceGraphs/
H A Dindex.rst33 connected component of the graph is a maximal subgraph of all the nodes
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dhip.extern.shared.array.ll81 ; maximal one.
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def362 "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 DCycleTerminology.rst16 1. In a directed graph G, an *outermost cycle* is a maximal strongly
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def56 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
/llvm-project-15.0.7/clang/docs/
H A DDataFlowSanitizerDesign.rst151 limits the maximal length of a path. The environment variable ``origin_history_size``
/llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/
H A Dsrem.ll452 ; Note that we need to take the maximal bitwidth, in which both of the operands are representable!

12