Home
last modified time | relevance | path

Searched refs:Intersection (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp134 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
137 if (Intersection != RequestExtent) in readBytes()
141 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes()
296 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
297 assert(Intersection.first <= Intersection.second); in fixCacheAfterWrite()
299 uint64_t Length = Intersection.second - Intersection.first; in fixCacheAfterWrite()
301 AbsoluteDifference(WriteInterval.first, Intersection.first); in fixCacheAfterWrite()
303 AbsoluteDifference(CachedInterval.first, Intersection.first); in fixCacheAfterWrite()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h90 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo)); in updateSizeAndAAInfo()
91 SizeChanged |= Intersection != AAInfo; in updateSizeAndAAInfo()
92 AAInfo = Intersection; in updateSizeAndAAInfo()
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dclass.t32 sub A::B::Intersection {
75 is(($str =~ /(\p{A::B::Intersection}+)/)[0], '@ABCDEFGHIJKLMNO');
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DHLSLRuntime.h46 ENUM_COMPARE_ASSERT(Intersection)
H A DLangOptions.h70 Intersection, enumerator
H A DAttr.td4059 "Library", "RayGeneration", "Intersection", "AnyHit",
H A DDiagnosticSemaKinds.td11753 …elect{Pixel|Vertex|Geometry|Hull|Domain|Compute|Library|RayGeneration|Intersection|AnyHit|ClosestH…
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp867 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
871 Intersection.push_back(MD1); in intersectAccessGroups()
877 Intersection.push_back(Item); in intersectAccessGroups()
881 if (Intersection.size() == 0) in intersectAccessGroups()
883 if (Intersection.size() == 1) in intersectAccessGroups()
884 return cast<MDNode>(Intersection.front()); in intersectAccessGroups()
887 return MDNode::get(Ctx, Intersection); in intersectAccessGroups()
H A DDependenceAnalysis.cpp3758 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
3759 Intersection &= Pair[SJ].GroupLoops; in depends()
3760 if (Intersection.any()) { in depends()
4093 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
4094 Intersection &= Pair[SJ].GroupLoops; in getSplitIteration()
4095 if (Intersection.any()) { in getSplitIteration()
H A DValueTracking.cpp6861 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondCommonOperandWithConstants() local
6863 if (Intersection.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2003 std::set<unsigned> Intersection; in computeRegUnitSets() local
2008 std::inserter(Intersection, Intersection.begin())); in computeRegUnitSets()
2009 if (Intersection.empty()) in computeRegUnitSets()
2214 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
2217 std::inserter(Intersection, Intersection.begin()), in inferCommonSubClass()
2221 if (Intersection.empty()) in inferCommonSubClass()
2229 getOrCreateSubClass(RC1, &Intersection, in inferCommonSubClass()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1097 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
1099 if (!Intersection) in propagateIRFlags()
1101 const unsigned Opcode = Intersection->getOpcode(); in propagateIRFlags()
1102 VecOp->copyIRFlags(Intersection, IncludeWrapFlags); in propagateIRFlags()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp286 case Intersection: return "intersection"; in getEnvironmentTypeName()
636 .StartsWith("intersection", Triple::Intersection) in parseEnvironment()
1910 static_assert(Triple::Intersection - Triple::Pixel == 8,
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h269 Intersection, enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1093 std::vector<Value *> Intersection; in shouldSplit() local
1095 Bases.end(), std::back_inserter(Intersection)); in shouldSplit()
1096 if (Intersection.empty()) { in shouldSplit()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1396 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local
1398 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1419 if (const APInt *EqC = Intersection.getSingleElement()) in foldICmpWithDominatingICmp()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlunicode.pod1302 Intersection is used generally for getting the common characters matched
1337 RL1.3 Subtraction and Intersection - Done [4]