Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h43 struct SparseBitVectorElement struct
44 : public ilist_node<SparseBitVectorElement<ElementSize> > {
59 friend struct ilist_sentinel_traits<SparseBitVectorElement>; argument
60 SparseBitVectorElement() {
66 explicit SparseBitVectorElement(unsigned Idx) {
72 bool operator==(const SparseBitVectorElement &RHS) const {
81 bool operator!=(const SparseBitVectorElement &RHS) const {
164 bool unionWith(const SparseBitVectorElement &RHS) {
177 bool intersects(const SparseBitVectorElement &RHS) const {
187 bool intersectWith(const SparseBitVectorElement &RHS,
[all …]
/aosp_15_r20/external/pytorch/c10/util/
H A Dsparse_bitset.h40 struct SparseBitVectorElement { struct
55 SparseBitVectorElement() : ElementIndex(~0U) {} in SparseBitVectorElement() argument
58 explicit SparseBitVectorElement(unsigned Idx) : ElementIndex(Idx) {} in SparseBitVectorElement() function
61 bool operator==(const SparseBitVectorElement& RHS) const {
70 bool operator!=(const SparseBitVectorElement& RHS) const { argument
164 bool unionWith(const SparseBitVectorElement& RHS) { in unionWith() argument
177 bool intersects(const SparseBitVectorElement& RHS) const { in intersects() argument
187 bool intersectWith(const SparseBitVectorElement& RHS, bool& BecameZero) { in intersectWith() argument
209 const SparseBitVectorElement& RHS, in intersectWithComplement() argument
231 const SparseBitVectorElement& RHS1, in intersectWithComplement() argument
[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
69 bool operator==(const SparseBitVectorElement &RHS) const {
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() argument
185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() argument
195 bool intersectWith(const SparseBitVectorElement &RHS, in intersectWith() argument
218 bool intersectWithComplement(const SparseBitVectorElement &RHS, in intersectWithComplement() argument
240 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement() argument
[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() function
62 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
68 bool operator==(const SparseBitVectorElement &RHS) const {
77 bool operator!=(const SparseBitVectorElement &RHS) const { argument
171 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() argument
184 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() argument
194 bool intersectWith(const SparseBitVectorElement &RHS, in intersectWith() argument
217 bool intersectWithComplement(const SparseBitVectorElement &RHS, in intersectWithComplement() argument
239 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement() argument
[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
69 bool operator==(const SparseBitVectorElement &RHS) const {
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() argument
185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() argument
195 bool intersectWith(const SparseBitVectorElement &RHS, in intersectWith() argument
218 bool intersectWithComplement(const SparseBitVectorElement &RHS, in intersectWithComplement() argument
240 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement() argument
[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() argument
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
69 bool operator==(const SparseBitVectorElement &RHS) const {
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() argument
185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() argument
195 bool intersectWith(const SparseBitVectorElement &RHS, in intersectWith() argument
218 bool intersectWithComplement(const SparseBitVectorElement &RHS, in intersectWithComplement() argument
240 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement() argument
[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() argument
69 bool operator==(const SparseBitVectorElement &RHS) const {
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() argument
185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() argument
195 bool intersectWith(const SparseBitVectorElement &RHS, in intersectWith() argument
218 bool intersectWithComplement(const SparseBitVectorElement &RHS, in intersectWithComplement() argument
240 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement() argument
[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() argument
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
69 bool operator==(const SparseBitVectorElement &RHS) const {
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
172 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() argument
185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() argument
195 bool intersectWith(const SparseBitVectorElement &RHS, in intersectWith() argument
218 bool intersectWithComplement(const SparseBitVectorElement &RHS, in intersectWithComplement() argument
240 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement() argument
[all …]