HomeSort by relevance Sort by last modified time
    Searched refs:BitPos (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 41 unsigned BitPos;
48 BitPos = Idx % BITWORD_SIZE;
60 *WordRef |= 1L << BitPos;
62 *WordRef &= ~(1L << BitPos);
67 return ((*WordRef) & (1L << BitPos)) ? true : false;
165 unsigned BitPos = Prev % BITWORD_SIZE;
168 Copy &= ~0L << BitPos;
SmallBitVector.h 59 unsigned BitPos;
62 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
71 TheVector.set(BitPos);
73 TheVector.reset(BitPos);
78 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 157 unsigned BitPos = Curr % BITWORD_SIZE;
163 Copy &= ~0L << BitPos;
352 unsigned BitPos = Iter->find_first();
353 BitNumber += BitPos;
356 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 47 unsigned BitPos;
52 BitPos = Idx % BITWORD_SIZE;
65 *WordRef |= BitWord(1) << BitPos;
67 *WordRef &= ~(BitWord(1) << BitPos);
72 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;
183 unsigned BitPos = Prev % BITWORD_SIZE;
186 Copy &= ~0UL << BitPos;
206 unsigned BitPos = Prev % BITWORD_SIZE;
209 BitWord Mask = (1 << BitPos) - 1;
SmallBitVector.h 61 unsigned BitPos;
64 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
75 TheVector.set(BitPos);
77 TheVector.reset(BitPos);
82 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 47 unsigned BitPos;
52 BitPos = Idx % BITWORD_SIZE;
65 *WordRef |= BitWord(1) << BitPos;
67 *WordRef &= ~(BitWord(1) << BitPos);
72 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;
183 unsigned BitPos = Prev % BITWORD_SIZE;
186 Copy &= ~0UL << BitPos;
206 unsigned BitPos = Prev % BITWORD_SIZE;
209 BitWord Mask = (1 << BitPos) - 1;
SmallBitVector.h 61 unsigned BitPos;
64 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
75 TheVector.set(BitPos);
77 TheVector.reset(BitPos);
82 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 61 unsigned BitPos;
64 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
75 TheVector.set(BitPos);
77 TheVector.reset(BitPos);
82 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
BitVector.h 46 unsigned BitPos;
53 BitPos = Idx % BITWORD_SIZE;
65 *WordRef |= BitWord(1) << BitPos;
67 *WordRef &= ~(BitWord(1) << BitPos);
72 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;
172 unsigned BitPos = Prev % BITWORD_SIZE;
175 Copy &= ~0UL << BitPos;
SparseBitVector.h 145 unsigned BitPos = Curr % BITWORD_SIZE;
151 Copy &= ~0UL << BitPos;
337 unsigned BitPos = Iter->find_first();
338 BitNumber += BitPos;
341 Bits >>= BitPos % BITWORD_SIZE;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
BitVector.h 47 unsigned BitPos;
52 BitPos = Idx % BITWORD_SIZE;
65 *WordRef |= BitWord(1) << BitPos;
67 *WordRef &= ~(BitWord(1) << BitPos);
72 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;
172 unsigned BitPos = Prev % BITWORD_SIZE;
175 Copy &= ~0UL << BitPos;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallBitVector.h 69 unsigned BitPos;
72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
83 TheVector.set(BitPos);
85 TheVector.reset(BitPos);
90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallBitVector.h 69 unsigned BitPos;
72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
83 TheVector.set(BitPos);
85 TheVector.reset(BitPos);
90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallBitVector.h 69 unsigned BitPos;
72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
83 TheVector.set(BitPos);
85 TheVector.reset(BitPos);
90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallBitVector.h 69 unsigned BitPos;
72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
83 TheVector.set(BitPos);
85 TheVector.reset(BitPos);
90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallBitVector.h 69 unsigned BitPos;
72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
83 TheVector.set(BitPos);
85 TheVector.reset(BitPos);
90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallBitVector.h 69 unsigned BitPos;
72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
83 TheVector.set(BitPos);
85 TheVector.reset(BitPos);
90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
SparseBitVector.h 153 unsigned BitPos = Curr % BITWORD_SIZE;
159 Copy &= ~0UL << BitPos;
329 unsigned BitPos = Iter->find_first();
330 BitNumber += BitPos;
333 Bits >>= BitPos % BITWORD_SIZE;

Completed in 2546 milliseconds

1 2 3