Home
last modified time | relevance | path

Searched refs:BitVectorTmpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceBitVector.h247 template <template <typename> class AT> class BitVectorTmpl {
273 friend class BitVectorTmpl; variable
281 reference(BitVectorTmpl &b, unsigned Idx) { in reference()
307 BitVectorTmpl(Allocator A = Allocator())
314 explicit BitVectorTmpl(unsigned s, bool t = false, Allocator A = Allocator())
324 BitVectorTmpl(const BitVectorTmpl &RHS) : Size(RHS.size()), Alloc(RHS.Alloc) { in BitVectorTmpl() function
336 BitVectorTmpl(BitVectorTmpl &&RHS) in BitVectorTmpl() function
342 ~BitVectorTmpl() { in ~BitVectorTmpl()
448 BitVectorTmpl &set() { in set()
454 BitVectorTmpl &set(unsigned Idx) { in set()
[all …]
DIceDefs.h56 template <template <typename> class> class BitVectorTmpl; variable
286 using LivenessBV = BitVectorTmpl<LivenessAllocator>;