Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A Dsparse_bitset.h40 struct SparseBitVectorElement { struct
55 SparseBitVectorElement() : ElementIndex(~0U) {} in SparseBitVectorElement() function
58 explicit SparseBitVectorElement(unsigned Idx) : ElementIndex(Idx) {} in SparseBitVectorElement() function
70 bool operator!=(const SparseBitVectorElement& RHS) const { argument
75 BitWord word(unsigned Idx) const { in word()
80 unsigned index() const { in index()
84 bool empty() const { in empty()
91 void set(unsigned Idx) { in set()
95 bool test_and_set(unsigned Idx) { in test_and_set()
104 void reset(unsigned Idx) { in reset()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSparseBitVector.h42 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
57 SparseBitVectorElement() { in SparseBitVectorElement() function
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
83 BitWord word(unsigned Idx) const { in word()
88 unsigned index() const { in index()
92 bool empty() const { in empty()
99 void set(unsigned Idx) { in set()
103 bool test_and_set(unsigned Idx) { in test_and_set()
112 void reset(unsigned Idx) { in reset()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h41 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
56 SparseBitVectorElement() { in SparseBitVectorElement() argument
62 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSparseBitVector.h42 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
57 SparseBitVectorElement() { in SparseBitVectorElement() function
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
83 BitWord word(unsigned Idx) const { in word()
88 unsigned index() const { in index()
92 bool empty() const { in empty()
99 void set(unsigned Idx) { in set()
103 bool test_and_set(unsigned Idx) { in test_and_set()
112 void reset(unsigned Idx) { in reset()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSparseBitVector.h42 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
57 SparseBitVectorElement() { in SparseBitVectorElement() function
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
83 BitWord word(unsigned Idx) const { in word()
88 unsigned index() const { in index()
92 bool empty() const { in empty()
99 void set(unsigned Idx) { in set()
103 bool test_and_set(unsigned Idx) { in test_and_set()
112 void reset(unsigned Idx) { in reset()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h42 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
57 SparseBitVectorElement() { in SparseBitVectorElement() argument
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
83 BitWord word(unsigned Idx) const { in word()
88 unsigned index() const { in index()
92 bool empty() const { in empty()
99 void set(unsigned Idx) { in set()
103 bool test_and_set(unsigned Idx) { in test_and_set()
112 void reset(unsigned Idx) { in reset()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSparseBitVector.h42 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
57 SparseBitVectorElement() { in SparseBitVectorElement() function
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
83 BitWord word(unsigned Idx) const { in word()
88 unsigned index() const { in index()
92 bool empty() const { in empty()
99 void set(unsigned Idx) { in set()
103 bool test_and_set(unsigned Idx) { in test_and_set()
112 void reset(unsigned Idx) { in reset()
[all …]
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h43 struct SparseBitVectorElement struct
59 friend struct ilist_sentinel_traits<SparseBitVectorElement>; argument