/external/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 285 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/ |
D | BitVectorTest.cpp | 508 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/ |
D | SafeStackColoring.h | 54 return bv.anyCommon(Other.bv); in Overlaps()
|
D | GlobalMerge.cpp | 405 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 66 return bv.anyCommon(Other.bv); in Overlaps()
|
D | GlobalMerge.cpp | 423 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
|
/external/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 380 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function 384 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
|
D | BitVector.h | 328 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 469 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function 473 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
|
D | BitVector.h | 507 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 193 if (UseInstruction.UseRegisters.anyCommon(DefInstruction.DefRegisters)) { in AliasingConfigurations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFRegisters.cpp | 243 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
|
D | HexagonGenInsert.cpp | 157 return BitVector::anyCommon(Rs); in intersects()
|
D | HexagonBitSimplify.cpp | 141 return BitVector::anyCommon(Rs); in intersects()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 328 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 355 return ClauseDefs.anyCommon(ClauseUses) ? 1 : 0; in checkSoftClauseHazards()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 557 bool anyCommon(const BitVectorTmpl &RHS) const { in anyCommon() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 141 return BitVector::anyCommon(Rs); in intersects()
|
D | HexagonBitSimplify.cpp | 99 return BitVector::anyCommon(Rs); in intersects()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1985 if (!TopoSigs.anyCommon(SubRC.getTopoSigs())) in inferMatchingSuperRegClass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 2190 if (!TopoSigs.anyCommon(SubRC.getTopoSigs())) in inferMatchingSuperRegClass()
|