/openbsd/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 134 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 D | AliasSetTracker.h | 90 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 D | class.t | 32 sub A::B::Intersection { 75 is(($str =~ /(\p{A::B::Intersection}+)/)[0], '@ABCDEFGHIJKLMNO');
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | HLSLRuntime.h | 46 ENUM_COMPARE_ASSERT(Intersection)
|
H A D | LangOptions.h | 70 Intersection, enumerator
|
H A D | Attr.td | 4059 "Library", "RayGeneration", "Intersection", "AnyHit",
|
H A D | DiagnosticSemaKinds.td | 11753 …elect{Pixel|Vertex|Geometry|Hull|Domain|Compute|Library|RayGeneration|Intersection|AnyHit|ClosestH…
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 867 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 D | DependenceAnalysis.cpp | 3758 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 D | ValueTracking.cpp | 6861 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondCommonOperandWithConstants() local 6863 if (Intersection.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 2003 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 D | LoopUtils.cpp | 1097 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 D | Triple.cpp | 286 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 D | Triple.h | 269 Intersection, enumerator
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 1093 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 D | InstCombineCompares.cpp | 1396 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 D | perlunicode.pod | 1302 Intersection is used generally for getting the common characters matched 1337 RL1.3 Subtraction and Intersection - Done [4]
|