Searched defs:BitVector (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp99 class BitVector class in namespace:vkt::memory::__anon4359
107 BitVector (size_t size, bool value = false) function in class:vkt::memory::__anon4359::BitVector
154 void vectorAnd (const BitVector& other, size_t offset, size_t count)
259 BitVector m_defined;
260 BitVector m_flushed;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability.h83 class BitVector { class in class:xla::HloReachabilityMap
85 BitVector() = default;
86 BitVector(size_t size) function in class:xla::HloReachabilityMap::BitVector
102 void OrWith(const BitVector& other) {
111 bool operator==(const BitVector& other) const {
114 bool operator!=(const BitVector& other) const {
129 const BitVector& GetBitVector(const HloInstruction* instruction) const {
132 BitVector& GetBitVector(const HloInstruction* instruction) {
146 // into the bit_vectors_ vector and into the bits within a BitVector.
151 std::vector<BitVector> bit_vectors
[all...]
/external/llvm/include/llvm/ADT/
H A DBitVector.h1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
27 class BitVector { class in namespace:llvm
43 friend class BitVector;
51 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) { function in class:llvm::BitVector
82 /// BitVector ctor - Creates a bitvector of specified number of bits. All
84 explicit BitVector(unsigned s, bool t = false) : Size(s) { function in class:llvm::BitVector
92 /// BitVector cop
93 BitVector(const BitVector &RHS) : Size(RHS.size()) { function in class:llvm::BitVector
105 BitVector(BitVector &&RHS) function in class:llvm::BitVector
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DBitVector.h1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
26 class BitVector { class in namespace:llvm
38 friend class BitVector;
46 reference(BitVector &b, unsigned Idx) {
72 /// BitVector default ctor - Creates an empty bitvector.
73 BitVector() : Size(0), Capacity(0) { function in class:llvm::BitVector
77 /// BitVector ctor - Creates a bitvector of specified number of bits. All
79 explicit BitVector(unsigned s, bool t = false) : Size(s) { function in class:llvm::BitVector
87 /// BitVector cop
88 BitVector(const BitVector &RHS) : Size(RHS.size()) { function in class:llvm::BitVector
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
28 class BitVector { class in namespace:llvm
44 friend class BitVector;
50 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) { function in class:llvm::BitVector
82 /// BitVector ctor - Creates a bitvector of specified number of bits. All
84 explicit BitVector(unsigned s, bool t = false) : Size(s) { function in class:llvm::BitVector
92 /// BitVector cop
93 BitVector(const BitVector &RHS) : Size(RHS.size()) { function in class:llvm::BitVector
105 BitVector(BitVector &&RHS) function in class:llvm::BitVector
[all...]
/external/v8/src/
H A Dbit-vector.h14 class BitVector : public ZoneObject { class in namespace:v8::internal
16 // Iterator for the elements of this BitVector.
19 explicit Iterator(BitVector* target)
53 BitVector* target_;
58 friend class BitVector;
65 BitVector(int length, Zone* zone) function in class:v8::internal::BitVector
73 BitVector(const BitVector& other, Zone* zone) function in class:v8::internal::BitVector
85 void CopyFrom(const BitVector& other) {
113 void Union(const BitVector
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h140 typedef BV BitVector; typedef in class:__sanitizer::DeadlockDetector
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dmethods-expected.cc168 class BitVector { class in namespace:blink
H A Dmethods-original.cc172 class BitVector { class in namespace:blink

Completed in 372 milliseconds