Home
last modified time | relevance | path

Searched refs:isSmall (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h95 assert(!isSmall()); in getPointer()
107 assert(!isSmall() && "Tried to use an unaligned pointer"); in switchToLarge()
113 assert(isSmall()); in getSmallRawBits()
118 assert(isSmall()); in setSmallRawBits()
154 if (RHS.isSmall()) in SmallBitVector()
165 if (!isSmall()) in ~SmallBitVector()
184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
188 return isSmall() ? getSmallSize() == 0 : getPointer()->empty(); in empty()
193 return isSmall() ? getSmallSize() : getPointer()->size(); in size()
198 if (isSmall()) { in count()
[all …]
DSmallSet.h48 bool isSmall; variable
51 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator()
53 SmallSetIterator(VecIterTy VecIter) : VecIter(VecIter), isSmall(true) {} in SmallSetIterator()
58 if (isSmall) in ~SmallSetIterator()
64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator()
65 if (isSmall) in SmallSetIterator()
73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator()
74 if (isSmall) in SmallSetIterator()
85 if (!isSmall)
88 isSmall = Other.isSmall;
[all …]
DSmallPtrSet.h82 if (!isSmall()) in ~SmallPtrSetImplBase()
98 if (!isSmall()) { in clear()
119 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize; in EndPointer()
126 if (isSmall()) { in insert_imp()
177 if (isSmall()) { in find_imp()
194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallVector.h103 bool isSmall() const { return BeginX == getFirstEl(); } in isSmall() function
249 if (!this->isSmall()) in grow()
335 if (!this->isSmall()) in ~SmallVectorImpl()
672 if (!this->isSmall() && !RHS.isSmall()) { in swap()
760 if (!RHS.isSmall()) {
762 if (!this->isSmall()) free(this->begin());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp25 assert(!isSmall() && "Can't shrink a small set!"); in shrink_and_clear()
65 if (isSmall()) { in erase_imp()
121 bool WasSmall = isSmall(); in Grow()
148 if (that.isSmall()) { in SmallPtrSetImplBase()
170 if (isSmall() && RHS.isSmall()) in CopyFrom()
175 if (RHS.isSmall()) { in CopyFrom()
176 if (!isSmall()) in CopyFrom()
181 if (isSmall()) in CopyFrom()
209 if (!isSmall()) in MoveFrom()
218 if (RHS.isSmall()) { in MoveHelper()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSmallPtrSet.cpp25 assert(!isSmall() && "Can't shrink a small set!"); in shrink_and_clear()
97 bool WasSmall = isSmall(); in Grow()
126 if (that.isSmall()) { in SmallPtrSetImplBase()
147 if (isSmall() && RHS.isSmall()) in CopyFrom()
152 if (RHS.isSmall()) { in CopyFrom()
153 if (!isSmall()) in CopyFrom()
158 if (isSmall()) in CopyFrom()
183 if (!isSmall()) in MoveFrom()
192 if (RHS.isSmall()) { in MoveHelper()
217 if (!this->isSmall() && !RHS.isSmall()) { in swap()
[all …]
/third_party/flutter/skia/bench/
DDisplacementBench.cpp33 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeBitmap()
34 const int h = this->isSmall() ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in makeBitmap()
47 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeCheckerboard()
48 const int h = this->isSmall() ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in makeCheckerboard()
80 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench
97 return this->isSmall() ? "displacement_zero_small" : "displacement_zero_large"; in onGetName()
122 return isSmall() ? "displacement_alpha_small" : "displacement_alpha_large"; in onGetName()
146 return isSmall() ? "displacement_full_small" : "displacement_full_large"; in onGetName()
/third_party/skia/bench/
DDisplacementBench.cpp34 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeBitmap()
35 const int h = this->isSmall() ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in makeBitmap()
47 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeCheckerboard()
48 const int h = this->isSmall() ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in makeCheckerboard()
78 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench
94 return this->isSmall() ? "displacement_zero_small" : "displacement_zero_large"; in onGetName()
119 return isSmall() ? "displacement_alpha_small" : "displacement_alpha_large"; in onGetName()
143 return isSmall() ? "displacement_full_small" : "displacement_full_large"; in onGetName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallSet.h60 return isSmall() ? Vector.size() : Set.size(); in size()
65 if (isSmall()) { in count()
81 if (!isSmall()) in insert()
108 if (!isSmall()) in erase()
124 bool isSmall() const { return Set.empty(); } in isSmall() function
DSmallPtrSet.h89 if (!isSmall()) in ~SmallPtrSetImplBase()
104 if (!isSmall()) { in clear()
125 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize; in EndPointer()
132 if (isSmall()) { in insert_imp()
168 if (isSmall()) { in count_imp()
182 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallVector.h87 bool isSmall() const { in isSmall() function
249 if (!this->isSmall()) in grow()
343 if (!this->isSmall()) in ~SmallVectorImpl()
679 if (!this->isSmall() && !RHS.isSmall()) { in swap()
767 if (!RHS.isSmall()) {
769 if (!this->isSmall()) free(this->begin());