Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/llvm-libgcc/
H A Dgenerate_version_script.py44 def intersection(llvm, gcc): function
124 versioned_symbols = intersection(llvm, gcc)
/llvm-project-15.0.7/clang/test/Driver/XRay/
H A Dlit.local.cfg17 if len(triple_set.intersection(supported_targets)) == 0:
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dicmp-abs-nabs.ll60 ; Negative test - range intersection is not subset.
133 ; Negative test - range intersection is not empty.
216 ; Negative test - range intersection is not subset.
272 ; Negative test - range intersection is not subset.
369 ; Negative test - intersection does not equal absolute value range.
387 ; Negative test - intersection does not equal absolute value range.
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst59 ``intersection`` Ray intersection (ray tracing)
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferIntRangeInterface.h91 ConstantIntRanges intersection(const ConstantIntRanges &other) const;
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Donly-section.test6 Adding another section stripping option makes it return the intersection of
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp79 argRange.intersection(getIndexRange(1, kMaxDim)); in inferResultRanges()
/llvm-project-15.0.7/llvm/test/Analysis/ScopedNoAliasAA/
H A Dalias-scope-merging.ll3 ; Alias scopes are merged by taking the intersection of domains, then the union of the scopes withi…
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp96 setResultRange(getResult(), urange.intersection(srange)); in inferResultRanges()
121 setResultRange(getResult(), urange.intersection(srange)); in inferResultRanges()
150 setResultRange(getResult(), urange.intersection(srange)); in inferResultRanges()
626 setResultRange(getResult(), urange.intersection(srange)); in inferResultRanges()
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCCheckCpuFeatures.cmake37 # Computes the intersection between two lists.
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp102 IntegerRelation intersection = csA.intersect(csB); in intersect() local
103 if (!intersection.isEmpty()) in intersect()
104 result.unionInPlace(intersection); in intersect()
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_mca_test_checks.py189 common_to_all = set.intersection(*all_sets)
356 common_values = set.intersection(*pruned_sets[i])
/llvm-project-15.0.7/clang/test/Analysis/
H A DMismatchedDeallocator-checker-test.mm132 // Check for intersection with unix.Malloc bounded with
170 // Check for intersection with cplusplus.NewDelete bounded with
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp99 ConstantIntRanges::intersection(const ConstantIntRanges &other) const { in intersection() function in ConstantIntRanges
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dasym-regclass-copy.ll5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Dempty_ranges.ll8 ; The intersection with safe iteration space is the empty range [60, 10).
H A Drange_intersect_miscompile.ll12 ; in range intersection IRCE manages to eliminate the range check without
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp45 PresburgerSet intersection = s.intersect(t); in testIntersectAtPoints() local
49 bool inIntersection = intersection.containsPoint(point); in testIntersectAtPoints()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dintersect-accessgroup.ll16 ; (only common loops are parallel == intersection)
/llvm-project-15.0.7/flang/lib/Lower/
H A DIterationSpace.cpp636 if (x.Rank() > 0 || intersection(x.subscript())) { in find()
644 intersection(x.subscript()))) { in find()
668 bool intersection(const A &subscripts) { in intersection() function in __anoncf831cc01411::ArrayBaseFinder
/llvm-project-15.0.7/polly/test/
H A Dupdate_check.py339 match = kind.intersection(check_include)
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/X86Vector/
H A Dtest-sparse-dot-product.mlir37 // Compute intersection of indices.
175 // in (%m_C, %m_D) that are know to have no intersection with the current
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc389 std::vector<std::string> intersection; in intersect() local
393 intersection.push_back(el); in intersect()
395 return intersection; in intersect()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dsuspicious-call-argument.rst133 Formally, the coefficient is calculated by dividing `2 * #(intersection)` with
/llvm-project-15.0.7/mlir/include/mlir/Dialect/X86Vector/
H A DX86Vector.td248 Compute intersection of packed integer vectors `a` and `b`, and store

12