Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A 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()