Searched refs:find_first_unset (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 220 EXPECT_EQ(0, A.find_first_unset()); in TYPED_TEST() 233 EXPECT_EQ(-1, A.find_first_unset()); in TYPED_TEST() 242 EXPECT_EQ(0, A.find_first_unset()); in TYPED_TEST() 268 EXPECT_EQ(0, A.find_first_unset()); in TYPED_TEST() 296 EXPECT_EQ(-1, A.find_first_unset()); in TYPED_TEST() 307 EXPECT_EQ(0, A.find_first_unset()); in TYPED_TEST() 328 EXPECT_EQ(0, A.find_first_unset()); in TYPED_TEST() 343 EXPECT_EQ(-1, A.find_first_unset()); in TYPED_TEST()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | PrettyClassLayoutGraphicalDumper.cpp | 45 int NextPaddingByte = UseMap.find_first_unset(); in start()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 248 int find_first_unset() const { in find_first_unset() function 256 return getPointer()->find_first_unset(); in find_first_unset()
|
D | BitVector.h | 347 int find_first_unset() const { return find_first_unset_in(0, Size); } in find_first_unset() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 248 int find_first_unset() const { in find_first_unset() function 256 return getPointer()->find_first_unset(); in find_first_unset()
|
D | BitVector.h | 330 int find_first_unset() const { return find_first_unset_in(0, Size); } in find_first_unset() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 213 const int64_t FirstUncovered = TypeIdxsCovered.find_first_unset(); in verifyTypeIdxsCoverage() 236 const int64_t FirstUncovered = ImmIdxsCovered.find_first_unset(); in verifyImmIdxsCoverage()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 221 const int64_t FirstUncovered = TypeIdxsCovered.find_first_unset(); in verifyTypeIdxsCoverage() 244 const int64_t FirstUncovered = ImmIdxsCovered.find_first_unset(); in verifyImmIdxsCoverage()
|