| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 133 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 D | HLSLRuntime.h | 46 ENUM_COMPARE_ASSERT(Intersection)
|
| H A D | LangOptions.h | 50 Intersection, enumerator
|
| H A D | Attr.td | 1085 .Case("intersection", llvm::Triple::Intersection) 4556 "RayGeneration", "Intersection", "AnyHit", "ClosestHit",
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 817 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 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()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 2064 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 D | Triple.h | 285 Intersection, enumerator 824 Env == Triple::Intersection || Env == Triple::AnyHit || in isShaderStageEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1313 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 D | Triple.cpp | 348 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 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()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 226 case llvm::Triple::Intersection: in CheckEntryPoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1356 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 D | funstack.ok | 2932 Keyword Conflicts and Intersection
|
| H A D | funstack.in | 22321 …title = "Covering Edges by Cliques with Regard to Keyword Conflicts and Intersection Graphs…
|