Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h193 void intersect(const PreservedAnalyses &Arg) { in intersect() function
214 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 { in intersect() function
H A DIRBuilder.h107 static FMFSource intersect(Value *A, Value *B) { in intersect() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp78 ValueLatticeElement::intersect(const ValueLatticeElement &Other) const { in intersect() function in llvm::ValueLatticeElement
/freebsd/contrib/sendmail/src/
H A Dsasl.c161 intersect(s1, s2, rpool) in intersect() function
/freebsd/contrib/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
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c646 struct cur_regulatory_info *reg_info, bool intersect, in ath11k_reg_build_regd()
892 bool intersect = false; in ath11k_reg_handle_chan_list() local
/freebsd/contrib/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(RangeSet::Factory &F, const RangeSet *End) { in intersect() function
1148 [[nodiscard]] inline RangeSet intersect(RangeSet::Factory &F, RangeSet Head, in intersect() function
1156 [[nodiscard]] inline RangeSet intersect(RangeSet::Factory &F, RangeSet Head, in intersect() function
1191 intersect(RangeSet::Factory &F, HeadTy Head, SecondTy Second, in intersect() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp91 VXRMInfo intersect(const VXRMInfo &Other) const { in intersect() function in __anon24c885d00111::VXRMInfo
H A DRISCVInsertVSETVLI.cpp759 VSETVLIInfo intersect(const VSETVLIInfo &Other) const { in intersect() function in __anoncddf45c50111::VSETVLIInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp55 Status intersect(const Status &S) const { in intersect() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp39 static Interval intersect(const Interval &I1, const Interval &I2) { intersect() function
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_pd.c803 struct p2p_channels intersect; in p2p_process_prov_disc_req() local
H A Dp2p_group.c1098 struct p2p_channels intersect, res; in p2p_group_get_common_freqs() local
/freebsd/contrib/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
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c927 intersect(struct ieee80211_channel *dst, int16_t *dtxpow, int *nd, in intersect() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1125 void ConsumedStateMap::intersect(const ConsumedStateMap &Other) { in intersect() function in ConsumedStateMap
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1129 MDNode *MDNode::intersect(MDNode *A, MDNode *B) { in intersect() function in MDNode
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp64 OffsetRange &intersect(OffsetRange A) { in intersect() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp262 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { in intersect() function in TypeSetByHwMode