Home
last modified time | relevance | path

Searched defs:SparseBitVectorElement (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h41 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
56 SparseBitVectorElement() { in SparseBitVectorElement() function
62 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
77 bool operator!=(const SparseBitVectorElement &RHS) const { argument
82 BitWord word(unsigned Idx) const { in word()
87 unsigned index() const { in index()
91 bool empty() const { in empty()
98 void set(unsigned Idx) { in set()
102 bool test_and_set(unsigned Idx) { in test_and_set()
111 void reset(unsigned Idx) { in reset()
[all …]