Home
last modified time | relevance | path

Searched refs:Intersect (Results 1 – 15 of 15) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_range_test.cpp21 TEST_P(SanitizerCommon, Intersect) { in TEST_P() argument
24 Intersect(std::get<0>(GetParam()), std::get<1>(GetParam()), output); in TEST_P()
30 Intersect(std::get<1>(GetParam()), std::get<0>(GetParam()), output); in TEST_P()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp232 BitVector Intersect = A; in setRandomAliasing()
233 Intersect &= B; in setRandomAliasing()
234 int idx = Intersect.find_first(); in setRandomAliasing()
222 BitVector Intersect = A; getFirstCommonBit() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.h35 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b,
H A Dsanitizer_range.cpp15 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b, in Intersect() function
/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h67 Range Intersect(const Range &rhs) const { in Intersect() function
118 return Intersect(rhs).IsValid(); in DoesIntersect()
158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp747 if (std::optional<ConstantRange> Intersect = in mergeChecks()
751 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
748 if (std::optional<ConstantRange> Intersect = mergeChecks() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeListTest.cpp211 TEST_F(ConstantRangeListTest, Intersect) { in TEST_F() argument
H A DPassManagerTest.cpp288 TEST(PreservedAnalysisTest, Intersect) { in TEST() argument
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp163 TEST(SetTest, Intersect) { in TEST() argument
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp749 LLVM_DEBUG(dbgs() << "- Intersect single interval @ both ends\n"); in addDef()
782 LLVM_DEBUG(dbgs() << "- Intersect interval at start\n"); in addDef()
793 LLVM_DEBUG(dbgs() << "- Intersect interval at end\n"); in addDef()
1262 // Intersect = join(a, b) for a in A, b in B where Var(a) == Var(b) in join()
1264 // Join = Intersect ∪ Difference in join()
1278 BitVector Intersect = A.VariableIDsInBlock; in join()
1279 Intersect &= B.VariableIDsInBlock; in join()
1281 for (auto VarID : Intersect.set_bits()) { in join()
1277 BitVector Intersect = A.VariableIDsInBlock; join() local
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp638 Intersect(mapped_regions, regions, intersection); in ClassifyAllChunks()
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/X86Vector/
H A Dsparse-dot-product.mlir132 // Simple vector dot product implementation: Intersect every segment of size 8
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dshuffle_select-inseltpoison.ll777 ; Intersect any FMF.
1268 ; Intersect any FMF.
H A Dshuffle_select.ll777 ; Intersect any FMF.
1283 ; Intersect any FMF.
/llvm-project/polly/lib/External/isl/doc/
H A Duser.pod5979 Intersect the set, relation or function domain
6049 Intersect the set or relation with the half-space where the given
6070 Intersect the set or relation with the hyperplane where the given
6077 Intersect the relation with the hyperplane where the given
6103 Intersect the relation with the half-space where the given