Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DBitVectorTest.cpp285 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
286 EXPECT_FALSE(B.anyCommon(B)); in TYPED_TEST()
290 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
291 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST()
294 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
295 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST()
298 EXPECT_TRUE(A.anyCommon(B)); in TYPED_TEST()
299 EXPECT_TRUE(B.anyCommon(A)); in TYPED_TEST()
305 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
306 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBitVectorTest.cpp508 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
509 EXPECT_FALSE(B.anyCommon(B)); in TYPED_TEST()
513 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
514 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST()
517 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
518 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST()
521 EXPECT_TRUE(A.anyCommon(B)); in TYPED_TEST()
522 EXPECT_TRUE(B.anyCommon(A)); in TYPED_TEST()
528 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST()
529 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST()
/external/llvm/lib/CodeGen/
DSafeStackColoring.h54 return bv.anyCommon(Other.bv); in Overlaps()
DGlobalMerge.cpp405 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.h66 return bv.anyCommon(Other.bv); in Overlaps()
DGlobalMerge.cpp423 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
/external/llvm/include/llvm/ADT/
DSmallBitVector.h380 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function
384 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
DBitVector.h328 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallBitVector.h469 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function
473 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
DBitVector.h507 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp193 if (UseInstruction.UseRegisters.anyCommon(DefInstruction.DefRegisters)) { in AliasingConfigurations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp243 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
DHexagonGenInsert.cpp157 return BitVector::anyCommon(Rs); in intersects()
DHexagonBitSimplify.cpp141 return BitVector::anyCommon(Rs); in intersects()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h328 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp355 return ClauseDefs.anyCommon(ClauseUses) ? 1 : 0; in checkSoftClauseHazards()
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h557 bool anyCommon(const BitVectorTmpl &RHS) const { in anyCommon() function
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp141 return BitVector::anyCommon(Rs); in intersects()
DHexagonBitSimplify.cpp99 return BitVector::anyCommon(Rs); in intersects()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1985 if (!TopoSigs.anyCommon(SubRC.getTopoSigs())) in inferMatchingSuperRegClass()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp2190 if (!TopoSigs.anyCommon(SubRC.getTopoSigs())) in inferMatchingSuperRegClass()