Home
last modified time | relevance | path

Searched refs:Intersection (Results 1 – 20 of 20) 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/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInterval.h179 Interval Intersection = intersection(Other); variable
182 if (Top != Intersection.Top)
183 Result.emplace_back(Top, Intersection.Top->getPrevNode());
185 if (Intersection.Bottom != Bottom)
186 Result.emplace_back(Intersection.Bottom->getNextNode(), Bottom);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h46 ENUM_COMPARE_ASSERT(Intersection)
H A DLangOptions.h52 Intersection, enumerator
H A DAttr.td1190 .Case("intersection", llvm::Triple::Intersection)
4982 "RayGeneration", "Intersection", "AnyHit", "ClosestHit",
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1039 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
1043 Intersection.push_back(MD1); in intersectAccessGroups()
1049 Intersection.push_back(Item); in intersectAccessGroups()
1053 if (Intersection.size() == 0) in intersectAccessGroups()
1055 if (Intersection.size() == 1) in intersectAccessGroups()
1056 return cast<MDNode>(Intersection.front()); in intersectAccessGroups()
1059 return MDNode::get(Ctx, Intersection); in intersectAccessGroups()
H A DDependenceAnalysis.cpp3817 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
3818 Intersection &= Pair[SJ].GroupLoops; in depends()
3819 if (Intersection.any()) { in depends()
4174 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
4175 Intersection &= Pair[SJ].GroupLoops; in getSplitIteration()
4176 if (Intersection.any()) { in getSplitIteration()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp2065 std::vector<unsigned> Intersection; in computeRegUnitSets() local
2069 RegUnitSets[SearchIdx].Units.end(), std::back_inserter(Intersection)); in computeRegUnitSets()
2070 if (Intersection.empty()) in computeRegUnitSets()
2256 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
2259 std::inserter(Intersection, Intersection.begin()), in inferCommonSubClass()
2263 if (Intersection.empty()) in inferCommonSubClass()
2271 getOrCreateSubClass(RC1, &Intersection, in inferCommonSubClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h297 Intersection, enumerator
873 Env == Triple::Intersection || Env == Triple::AnyHit || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp53 case Triple::EnvironmentType::Intersection: in hasUAVsAtEveryStage()
H A DDXILOpBuilder.cpp344 case Triple::Intersection: in getShaderKindEnum()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1379 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
1381 if (!Intersection) in propagateIRFlags()
1383 const unsigned Opcode = Intersection->getOpcode(); in propagateIRFlags()
1384 VecOp->copyIRFlags(Intersection, IncludeWrapFlags); in propagateIRFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1478 auto Intersection = set_intersection(ExistingDomains, LDSDomains); in refineUsesAlignmentAndAA() local
1479 if (Intersection.empty()) { in refineUsesAlignmentAndAA()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1088 std::vector<Value *> Intersection; in shouldSplit() local
1090 Bases.end(), std::back_inserter(Intersection)); in shouldSplit()
1091 if (Intersection.empty()) { in shouldSplit()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp376 case Intersection: return "intersection"; in getEnvironmentTypeName()
764 .StartsWith("intersection", Triple::Intersection) in parseEnvironment()
2324 static_assert(Triple::Intersection - Triple::Pixel == 8,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td27 /// Intersection rules. Used for example in sinking/hoisting two
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1392 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local
1394 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1415 if (const APInt *EqC = Intersection.getSingleElement()) in foldICmpWithDominatingICmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp763 case llvm::Triple::Intersection: in CheckEntryPoint()
/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…