Home
last modified time | relevance | path

Searched refs:UsedWords (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DBitVector.h513 unsigned UsedWords = NumBitWords(Size); variable
514 if (Capacity > UsedWords)
515 init_words(&Bits[UsedWords], (Capacity-UsedWords), t);
522 Bits[UsedWords-1] |= ExtraBitMask;
524 Bits[UsedWords-1] &= ~ExtraBitMask;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h513 unsigned UsedWords = NumBitWords(Size); variable
514 if (Capacity > UsedWords)
515 init_words(&Bits[UsedWords], (Capacity-UsedWords), t);
522 Bits[UsedWords-1] |= ExtraBitMask;
524 Bits[UsedWords-1] &= ~ExtraBitMask;
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h748 unsigned UsedWords = NumBitWords(Size); variable
749 if (Capacity > UsedWords)
750 init_words(&Bits[UsedWords], (Capacity - UsedWords), t);
757 Bits[UsedWords - 1] |= ExtraBitMask;
759 Bits[UsedWords - 1] &= ~ExtraBitMask;
/external/llvm-project/llvm/include/llvm/ADT/
DBitVector.h851 unsigned UsedWords = NumBitWords(Size); variable
852 if (Bits.size() > UsedWords)
853 init_words(Bits.drop_front(UsedWords), t);
860 Bits[UsedWords-1] |= ExtraBitMask;
862 Bits[UsedWords-1] &= ~ExtraBitMask;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h864 unsigned UsedWords = NumBitWords(Size); variable
865 if (Bits.size() > UsedWords)
866 init_words(Bits.drop_front(UsedWords), t);
873 Bits[UsedWords-1] |= ExtraBitMask;
875 Bits[UsedWords-1] &= ~ExtraBitMask;