| /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/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Interval.h | 179 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 D | HLSLRuntime.h | 46 ENUM_COMPARE_ASSERT(Intersection)
|
| H A D | LangOptions.h | 52 Intersection, enumerator
|
| H A D | Attr.td | 1190 .Case("intersection", llvm::Triple::Intersection) 4982 "RayGeneration", "Intersection", "AnyHit", "ClosestHit",
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1039 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 D | DependenceAnalysis.cpp | 3817 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 D | CodeGenRegisters.cpp | 2065 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 D | Triple.h | 297 Intersection, enumerator 873 Env == Triple::Intersection || Env == Triple::AnyHit || in isShaderStageEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILShaderFlags.cpp | 53 case Triple::EnvironmentType::Intersection: in hasUAVsAtEveryStage()
|
| H A D | DXILOpBuilder.cpp | 344 case Triple::Intersection: in getShaderKindEnum()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1379 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 D | AMDGPULowerModuleLDSPass.cpp | 1478 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 D | ControlHeightReduction.cpp | 1088 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 D | Triple.cpp | 376 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 D | Attributes.td | 27 /// Intersection rules. Used for example in sinking/hoisting two
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1392 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 D | SemaHLSL.cpp | 763 case llvm::Triple::Intersection: in CheckEntryPoint()
|
| /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…
|