Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/SemaHLSL/
H A Dvalid-shader-stages.hlsl8 [shader("intersection")] void intersection() {}
/llvm-project/llvm-libgcc/
H A Dgenerate_version_script.py43 def intersection(llvm, gcc): function
122 versioned_symbols = intersection(llvm, gcc)
/llvm-project/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/llvm/docs/
H A DDirectXUsage.rst64 ``intersection`` Ray intersection (ray tracing)
/llvm-project/flang/lib/Lower/
H A DIterationSpace.cpp98 if (x.Rank() > 0 || intersection(x.subscript())) { in find()
106 intersection(x.subscript()))) { in find()
130 bool intersection(const A &subscripts) { in intersection() function in __anon406dfda30411::ArrayBaseFinder
/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
H A Donly-section.test6 Adding another section stripping option makes it return the intersection of
/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp237 /// in, is the intersection of the regions that these are active in,
256 // If R_j has a full-dimensional intersection with an existing chamber R_i, in computeChamberDecomposition()
258 // 1. the intersection R_i \cap R_j, where the generating function is in computeChamberDecomposition()
272 PresburgerSet intersection = currentRegion.intersect(region); in computeChamberDecomposition() local
274 // If the intersection is not full-dimensional, we do not modify in computeChamberDecomposition()
276 if (!intersection.isFullDim()) { in computeChamberDecomposition()
281 // If it is, we add the intersection and the difference as chambers. in computeChamberDecomposition()
282 newChambers.emplace_back(intersection, in computeChamberDecomposition()
366 // If a vertex is formed by the intersection of more than d facets, we in computePolytopeGeneratingFunction()
440 // property that no two of them have a full-dimensional intersection, in computePolytopeGeneratingFunction()
[all...]
H A DPresburgerRelation.cpp140 // Return the intersection of this set with the given set.
162 IntegerRelation intersection = csA.intersect(csB); in intersect() local
163 if (!intersection.isEmpty()) in intersect()
164 result.unionInPlace(intersection); in intersect()
315 /// In the following, U denotes union, /\ denotes intersection, \ denotes set
340 /// says that the intersection is empty. If it is, then subtracting this
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dmachine-combiner-mir.ll46 ; Verify flags intersection
67 ; Verify flags intersection
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferIntRangeInterface.h92 ConstantIntRanges intersection(const ConstantIntRanges &other) const;
/llvm-project/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/libc/cmake/modules/
H A DCheckCompilerFeatures.cmake48 # Computes the intersection between two lists.
H A DLLVMLibCCheckCpuFeatures.cmake42 # Computes the intersection between two lists.
/llvm-project/mlir/lib/Interfaces/Utils/
H A DInferIntRangeCommon.cpp208 return urange.intersection(srange); in inferAdd()
240 return urange.intersection(srange); in inferSub()
275 return urange.intersection(srange); in inferMul()
623 return urange.intersection(srange);
/llvm-project/llvm/utils/
H A Dupdate_mca_test_checks.py173 common_to_all = set.intersection(*all_sets)
344 common_values = set.intersection(*pruned_sets[i])
/llvm-project/clang/test/Analysis/
H A DMismatchedDeallocator-checker-test.mm180 // Check for intersection with unix.Malloc bounded with
218 // Check for intersection with cplusplus.NewDelete bounded with
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dasym-regclass-copy.ll5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
/llvm-project/llvm/test/Transforms/IRCE/
H A Dempty_ranges.ll8 ; The intersection with safe iteration space is the empty range [60, 10).
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp637 InternalMmapVector<Region> intersection; in ClassifyAllChunks()
638 Intersect(mapped_regions, regions, intersection); in ClassifyAllChunks()
640 for (const Region &r : intersection) { in ClassifyAllChunks()
554 InternalMmapVector<Region> intersection; ScanRootRegions() local
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp47 PresburgerSet intersection = s.intersect(t); in testIntersectAtPoints() local
51 bool inIntersection = intersection.containsPoint(point); in testIntersectAtPoints()
/llvm-project/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp102 ConstantIntRanges::intersection(const ConstantIntRanges &other) const { in intersection()
100 ConstantIntRanges::intersection(const ConstantIntRanges &other) const { intersection() function in ConstantIntRanges
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dintersect-accessgroup.ll
/llvm-project/bolt/
H A DCMakeLists.txt59 # Determine default set of targets to build -- the intersection of
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp257 argRange.intersection(getIndexRange(1, kMaxDim)); in inferResultRanges()
/llvm-project/polly/test/
H A Dupdate_check.py404 match = kind.intersection(check_include)

12