Home
last modified time | relevance | path

Searched refs:anyCommon (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h65 return bv.anyCommon(Other.bv); in Overlaps()
DGlobalMerge.cpp423 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h473 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function
477 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
DBitVector.h523 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp242 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
DHexagonGenInsert.cpp161 return BitVector::anyCommon(Rs); in intersects()
DHexagonBitSimplify.cpp141 return BitVector::anyCommon(Rs); in intersects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h328 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h557 bool anyCommon(const BitVectorTmpl &RHS) const { in anyCommon() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp534 return ClauseDefs.anyCommon(ClauseUses) ? 1 : 0; in checkSoftClauseHazards()