Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp133 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes()
136 if (Intersection != RequestExtent) in readBytes()
140 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes()
295 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite()
296 assert(Intersection.first <= Intersection.second); in fixCacheAfterWrite() local
298 uint64_t Length = Intersection.second - Intersection.first; in fixCacheAfterWrite()
300 AbsoluteDifference(WriteInterval.first, Intersection.first); in fixCacheAfterWrite()
302 AbsoluteDifference(CachedInterval.first, Intersection in fixCacheAfterWrite()
134 Interval Intersection = intersect(CachedExtent, RequestExtent); readBytes() local
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h46 ENUM_COMPARE_ASSERT(Intersection)
H A DLangOptions.h50 Intersection, enumerator
H A DAttr.td1085 .Case("intersection", llvm::Triple::Intersection)
4556 "RayGeneration", "Intersection", "AnyHit", "ClosestHit",
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp817 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
821 Intersection.push_back(MD1); in intersectAccessGroups()
827 Intersection.push_back(Item); in intersectAccessGroups()
831 if (Intersection.size() == 0) in intersectAccessGroups()
833 if (Intersection.size() == 1) in intersectAccessGroups()
834 return cast<MDNode>(Intersection.front()); in intersectAccessGroups()
837 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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp2064 std::vector<unsigned> Intersection; in computeRegUnitSets() local
2068 RegUnitSets[SearchIdx].Units.end(), std::back_inserter(Intersection)); in computeRegUnitSets()
2069 if (Intersection.empty()) in computeRegUnitSets()
2264 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
2267 std::inserter(Intersection, Intersection.begin()), in inferCommonSubClass()
2271 if (Intersection.empty()) in inferCommonSubClass()
2279 getOrCreateSubClass(RC1, &Intersection, in inferCommonSubClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h285 Intersection, enumerator
824 Env == Triple::Intersection || Env == Triple::AnyHit || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1313 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
1315 if (!Intersection) in propagateIRFlags()
1317 const unsigned Opcode = Intersection->getOpcode(); in propagateIRFlags()
1318 VecOp->copyIRFlags(Intersection, IncludeWrapFlags); in propagateIRFlags()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp348 case Intersection: return "intersection"; in getEnvironmentTypeName()
730 .StartsWith("intersection", Triple::Intersection) in parseEnvironment()
2115 static_assert(Triple::Intersection - Triple::Pixel == 8,
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp226 case llvm::Triple::Intersection: in CheckEntryPoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1356 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local
1358 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1379 if (const APInt *EqC = Intersection.getSingleElement()) in foldICmpWithDominatingICmp()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2932 Keyword Conflicts and Intersection
H A Dfunstack.in22321 …title = "Covering Edges by Cliques with Regard to Keyword Conflicts and Intersection Graphs…