Home
last modified time | relevance | path

Searched defs:intersect (Results 1 – 25 of 25) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h182 void intersect(const PreservedAnalyses &Arg) { in intersect() function
203 void intersect(PreservedAnalyses &&Arg) { in intersect() function
H A DDbgVariableFragmentInfo.h31 static DbgVariableFragmentInfo intersect(DbgVariableFragmentInfo A, in intersect() function
H A DMetadata.h803 AAMDNodes intersect(const AAMDNodes &Other) const { intersect() function
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DIterator.h178 std::unique_ptr<Iterator> intersect(Args... args) const { in intersect() function
H A DIterator.cpp365 Corpus::intersect(std::vector<std::unique_ptr<Iterator>> Children) const { in intersect() function in clang::clangd::dex::Corpus
/llvm-project/mlir/include/mlir/Analysis/
H A DAliasAnalysis.h150 ModRefResult intersect(const ModRefResult &other) { in intersect() function
/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp326 RegisterAggr &RegisterAggr::intersect(RegisterRef RR) { in intersect() function in llvm::rdf::RegisterAggr
330 RegisterAggr &RegisterAggr::intersect(const RegisterAggr &RG) { in intersect() function in llvm::rdf::RegisterAggr
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp474 RangeSet RangeSet::Factory::intersect(RangeSet What, llvm::APSInt Lower, in intersect() function in RangeSet::Factory
517 RangeSet RangeSet::Factory::intersect(const RangeSet::ContainerType &LHS, in intersect() function in RangeSet::Factory
595 RangeSet RangeSet::Factory::intersect(RangeSet LHS, RangeSet RHS) { in intersect() function in RangeSet::Factory
604 RangeSet RangeSet::Factory::intersect(RangeSet LHS, llvm::APSInt Point) { in intersect() function in RangeSet::Factory
1131 [[nodiscard]] inline EndTy intersect(RangeSet::Factory &F, EndTy End) { in intersect() function
1138 intersect(RangeSe function
1148 [[nodiscard]] inline RangeSet intersect(RangeSet::Factory &F, RangeSet Head, intersect() function
1156 [[nodiscard]] inline RangeSet intersect(RangeSet::Factory &F, RangeSet Head, intersect() function
1191 intersect(RangeSet::Factory &F, HeadTy Head, SecondTy Second, intersect() function
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp91 VXRMInfo intersect(const VXRMInfo &Other) const { in intersect() function in __anon8d0590630111::VXRMInfo
H A DRISCVInsertVSETVLI.cpp792 VSETVLIInfo intersect(const VSETVLIInfo &Other) const { intersect() function in __anon98228f980111::VSETVLIInfo
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp55 Status intersect(const Status &S) const { in intersect() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp148 PresburgerRelation::intersect(const PresburgerRelation &set) const { in intersect() function in PresburgerRelation
1076 PresburgerSet PresburgerSet::intersect(const PresburgerRelation &set) const { intersect() function in PresburgerSet
H A DIntegerRelation.cpp97 IntegerRelation IntegerRelation::intersect(IntegerRelation other) const { intersect() function in IntegerRelation
2620 IntegerPolyhedron::intersect(const IntegerPolyhedron &other) const { intersect() function in IntegerPolyhedron
/llvm-project/third-party/benchmark/tools/gbench/
H A Dreport.py127 def intersect(list1, list2): function
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp38 static Interval intersect(const Interval &I1, const Interval &I2) { in intersect() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp314 const m128 intersect = _mm_and_si128(access_and, mask_access); in CheckRaces() local
/llvm-project/polly/lib/External/isl/
H A Disl_map_simplify.c3956 isl_bool intersect; in isl_map_plain_is_disjoint() local
3997 isl_bool intersect; in isl_map_is_disjoint() local
4038 isl_bool intersect; in isl_basic_map_is_disjoint() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h8322 isl::basic_map basic_map::intersect(isl::basic_map bmap2) const in intersect() function
8328 isl::map basic_map::intersect(const isl::map &map2) const in intersect() function
8333 isl::union_map basic_map::intersect(const isl::union_map &umap2) const in intersect() function
9346 isl::basic_set basic_set::intersect(isl::basic_set bset2) const in intersect() function
9352 isl::set basic_set::intersect(const isl::set &set2) const in intersect() function
9357 isl::union_set basic_set::intersect(const isl::union_set &uset2) const in intersect() function
9362 isl::basic_set basic_set::intersect(const isl::point &bset2) const in intersect() function
11122 isl::map map::intersect(isl::map map2) const in intersect() function
11128 isl::union_map map::intersect(const isl::union_map &umap2) const in intersect() function
11133 isl::map map::intersect(const isl::basic_map &map2) const in intersect() function
[all …]
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1132 void ConsumedStateMap::intersect(const ConsumedStateMap &Other) { intersect() function in ConsumedStateMap
/llvm-project/polly/lib/Transform/
H A DMatmulOptimizer.cpp1248 static SmallDenseSet<int> intersect(const SmallDenseSet<int> &A, in intersect() function
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1122 MDNode *MDNode::intersect(MDNode *A, MDNode *B) { intersect() function in MDNode
/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp99 static ValueLatticeElement intersect(const ValueLatticeElement &A, intersect() function
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp69 OffsetRange &intersect(OffsetRange A) { in intersect() function
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc386 static std::vector<std::string> intersect(const std::vector<std::string> &v1, in intersect() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp263 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { in intersect() function in TypeSetByHwMode