Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h1015 uint32_t CurrentChunk; variable
1022 while (!CurrentChunk) { in moveToNextID()
1029 CurrentChunk = *++Mask; in moveToNextID()
1035 unsigned Offset = countTrailingZeros(CurrentChunk); in moveToNextID()
1054 CurrentChunk >>= NumBits; in moveNBits()
1066 Mask(Mask), CurrentChunk(*Mask) { in BitMaskClassIterator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h1083 uint32_t CurrentChunk; variable
1090 while (!CurrentChunk) { in moveToNextID()
1097 CurrentChunk = *++Mask; in moveToNextID()
1103 unsigned Offset = countTrailingZeros(CurrentChunk); in moveToNextID()
1122 CurrentChunk >>= NumBits; in moveNBits()
1133 : NumRegClasses(TRI.getNumRegClasses()), Mask(Mask), CurrentChunk(*Mask) { in BitMaskClassIterator()