/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/llvm-project/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 746 EXPECT_FALSE(Small.anyCommon(Big)); in TYPED_TEST() 747 EXPECT_FALSE(Big.anyCommon(Small)); in TYPED_TEST() 749 EXPECT_TRUE(Small.anyCommon(Big)); in TYPED_TEST() 750 EXPECT_TRUE(Big.anyCommon(Small)); in TYPED_TEST() 834 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST() 835 EXPECT_FALSE(B.anyCommon(B)); in TYPED_TEST() 839 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST() 840 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST() 843 EXPECT_FALSE(A.anyCommon(B)); in TYPED_TEST() 844 EXPECT_FALSE(B.anyCommon(A)); in TYPED_TEST() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 65 return bv.anyCommon(Other.bv); in Overlaps()
|
D | GlobalMerge.cpp | 423 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
|
/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/llvm-project/llvm/include/llvm/Analysis/ |
D | StackLifetime.h | 73 return Bits.anyCommon(Other.Bits); in overlaps()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 207 return ImplDefRegs.anyCommon(ImplUseRegs); in hasAliasingImplicitRegisters() 355 if (UseInstruction.AllUseRegs.anyCommon(DefInstruction.AllDefRegs)) { in AliasingConfigurations()
|
/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-10.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 473 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function 477 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
|
D | BitVector.h | 523 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 473 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function 477 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
|
D | BitVector.h | 506 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFRegisters.cpp | 242 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
|
D | HexagonGenInsert.cpp | 161 return BitVector::anyCommon(Rs); in intersects()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFRegisters.cpp | 247 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
|
D | GlobalMerge.cpp | 425 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
|
/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/subzero/src/ |
D | IceBitVector.h | 557 bool anyCommon(const BitVectorTmpl &RHS) const { in anyCommon() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 534 return ClauseDefs.anyCommon(ClauseUses) ? 1 : 0; in checkSoftClauseHazards()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 562 return ClauseDefs.anyCommon(ClauseUses) ? 1 : 0; in checkSoftClauseHazards()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 161 return BitVector::anyCommon(Rs); in intersects()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 141 return BitVector::anyCommon(Rs); in intersects()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1985 if (!TopoSigs.anyCommon(SubRC.getTopoSigs())) in inferMatchingSuperRegClass()
|