| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function 739 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function 740 return intersects(*RHS); in intersects() 744 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function 760 if (Iter1->intersects(*Iter2)) in intersects()
|
| H A D | APInt.h | 1321 bool intersects(const APInt &RHS) const { in intersects() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAddressRange.h | 38 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
|
| H A D | DWARFVerifier.h | 88 bool intersects(const DieRangeInfo &RHS) const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 47 bool hasConflict() const { return Zero.intersects(One); } in hasConflict()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 37 if (Pos->intersects(R)) in insert() 41 if (Iter->intersects(R)) in insert() 55 if (Iter->intersects(RI)) in insert() 88 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects() function in DWARFVerifier::DieRangeInfo 100 if (Iter->intersects(R)) in intersects()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenExtract.cpp | 200 if (M.intersects(C) || !M.isMask(W)) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | HexagonBitSimplify.cpp | 140 bool intersects(const RegisterSet &Rs) const { in intersects() function 3231 if (!Defs.intersects(Inputs)) in processLoop()
|
| H A D | HexagonGenInsert.cpp | 156 bool intersects(const RegisterSet &Rs) const { in intersects() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 145 if (Present.intersects(Deleted))
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1151 if (Known1.Zero.intersects(Known2.One) || in aliasSameBasePointerGEPs() 1152 Known1.One.intersects(Known2.Zero)) in aliasSameBasePointerGEPs()
|
| H A D | ValueTracking.cpp | 859 if (Known.Zero.intersects(Known.One)) { in computeKnownBitsFromAssume() 1244 if (Known2.isNegative() && LowBits.intersects(Known2.One)) in computeKnownBitsFromOperator() 2115 if (XKnown.One.intersects(Mask)) in isKnownNonZero() 2119 if (YKnown.One.intersects(Mask)) in isKnownNonZero() 2210 if (Known1.Zero.intersects(Known2.One) || in isKnownNonEqual() 2211 Known2.Zero.intersects(Known1.One)) in isKnownNonEqual()
|
| H A D | InstructionSimplify.cpp | 1903 if (EffBitsY.isSubsetOf(*Mask) && !EffBitsX.intersects(*Mask)) in SimplifyAndInst() 1905 if (EffBitsX.isSubsetOf(*Mask) && !EffBitsY.intersects(*Mask)) in SimplifyAndInst()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 570 !DemandedMask.intersects(HighBits)) { in SimplifyDemandedUseBits() 629 if (LHSKnown.isNegative() && LowBits.intersects(LHSKnown.One)) in SimplifyDemandedUseBits()
|
| H A D | InstCombineAndOrXor.cpp | 1008 if (!UnsetBitsMask.intersects(SignBitsMask)) in foldSignedTruncationCheck()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 2433 const bool intersects = bp->IntersectsRange( in WriteMemory() local 2435 UNUSED_IF_ASSERT_DISABLED(intersects); in WriteMemory() 2436 assert(intersects); in WriteMemory()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4407 if (Known.Zero.intersects(CaseVal) || !Known.One.isSubsetOf(CaseVal) || in eliminateDeadSwitchCases()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2765 if (Known.Zero.intersects(InSignMask)) { // Input sign bit known clear in computeKnownBits() 2768 } else if (Known.One.intersects(InSignMask)) { // Input sign bit known set in computeKnownBits()
|
| H A D | LegalizeIntegerTypes.cpp | 1749 if (Known.One.intersects(HighBitMask)) { in ExpandShiftWithKnownAmountBit()
|
| H A D | TargetLowering.cpp | 2436 if (C1.intersects(APInt::getHighBitsSet(C1.getBitWidth(), in SimplifySetCC()
|
| H A D | DAGCombiner.cpp | 5293 return !C1 || !C2 || C1->getAPIntValue().intersects(C2->getAPIntValue()); in visitOR()
|