Home
last modified time | relevance | path

Searched refs:BitRef (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_internal.cc32 ArrayDataTraits<bool>::BitRef::~BitRef() { in ~BitRef()
35 ArrayDataTraits<bool>::BitRef::BitRef(uint8_t* storage, uint8_t mask) in BitRef() function in mojo::internal::ArrayDataTraits::BitRef
39 ArrayDataTraits<bool>::BitRef& ArrayDataTraits<bool>::BitRef::operator=( in operator =()
49 ArrayDataTraits<bool>::BitRef& ArrayDataTraits<bool>::BitRef::operator=( in operator =()
50 const BitRef& value) { in operator =()
54 ArrayDataTraits<bool>::BitRef::operator bool() const { in operator bool()
Darray_internal.h74 class COMPONENT_EXPORT(MOJO_CPP_BINDINGS_BASE) BitRef {
76 ~BitRef();
77 BitRef& operator=(bool value);
78 BitRef& operator=(const BitRef& value);
83 BitRef(uint8_t* storage, uint8_t mask);
84 BitRef();
93 using Ref = BitRef;
99 static BitRef ToRef(StorageType* storage, size_t offset) {
100 return BitRef(&storage[offset / 8], 1 << (offset % 8));
/external/libcxx/utils/google-benchmark/test/
Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
21 BitRef b(1, arr[0]); in Make()
25 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() function
49 benchmark::DoNotOptimize(BitRef::Make()); in main()
50 BitRef lval = BitRef::Make(); in main()
/external/llvm-project/llvm/utils/benchmark/test/
Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
21 BitRef b(1, arr[0]); in Make()
25 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() function
49 benchmark::DoNotOptimize(BitRef::Make()); in main()
50 BitRef lval = BitRef::Make(); in main()
/external/google-benchmark/test/
Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
21 BitRef b(1, arr[0]); in Make()
25 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() function
49 benchmark::DoNotOptimize(BitRef::Make()); in main()
50 BitRef lval = BitRef::Make(); in main()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Ddonotoptimize_test.cc14 struct BitRef { struct
19 static BitRef Make() { in Make() argument
21 BitRef b(1, arr[0]); in Make()
25 BitRef(int i, unsigned char& b) : index(i), byte(b) {} in BitRef() argument
49 benchmark::DoNotOptimize(BitRef::Make()); in main()
50 BitRef lval = BitRef::Make(); in main()
/external/llvm/lib/Target/Hexagon/
DBitTracker.h30 struct BitRef;
78 struct BitTracker::BitRef { struct
79 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument
80 bool operator== (const BitRef &BR) const {
142 BitRef RefI;
178 bool meet(const BitValue &V, const BitRef &Self) { in meet()
204 static BitValue self(const BitRef &Self = BitRef());
230 BitTracker::BitValue::self(const BitRef &Self) { in self()
315 RC.Bits[i] = BitValue::self(BitRef(Reg, i)); in self()
DBitTracker.cpp193 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()
380 RC[i].RefI = BitRef(RR.Reg, i); in putCell()
DHexagonBitTracker.cpp1080 Res[i] = BT::BitValue::self(BT::BitRef(RD.Reg, i)); in evaluateLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h36 struct BitRef;
126 struct BitTracker::BitRef { struct
127 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument
129 bool operator== (const BitRef &BR) const {
191 BitRef RefI;
228 bool meet(const BitValue &V, const BitRef &Self) { in meet()
254 static BitValue self(const BitRef &Self = BitRef());
279 BitTracker::BitValue::self(const BitRef &Self) { in self()
366 RC.Bits[i] = BitValue::self(BitRef(Reg, i)); in self()
DBitTracker.cpp208 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()
324 Bits[i].RefI = BitRef(R, i); in regify()
DHexagonBitTracker.cpp1198 Res[i] = BT::BitValue::self(BT::BitRef(RD.Reg, i)); in evaluateLoad()
/external/llvm-project/llvm/lib/Target/Hexagon/
DBitTracker.h36 struct BitRef;
126 struct BitTracker::BitRef { struct
127 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument
129 bool operator== (const BitRef &BR) const {
192 BitRef RefI;
229 bool meet(const BitValue &V, const BitRef &Self) { in meet()
255 static BitValue self(const BitRef &Self = BitRef());
280 BitTracker::BitValue::self(const BitRef &Self) { in self()
367 RC.Bits[i] = BitValue::self(BitRef(Reg, i)); in self()
DBitTracker.cpp208 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()
324 Bits[i].RefI = BitRef(R, i); in regify()
DHexagonBitTracker.cpp1196 Res[i] = BT::BitValue::self(BT::BitRef(RD.Reg, i)); in evaluateLoad()