Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1178 uint32_t CurrentChunk; variable
1185 while (!CurrentChunk) { in moveToNextID()
1192 CurrentChunk = *++Mask; in moveToNextID()
1198 unsigned Offset = countTrailingZeros(CurrentChunk); in moveToNextID()
1217 CurrentChunk >>= NumBits; in moveNBits()
1228 : NumRegClasses(TRI.getNumRegClasses()), Mask(Mask), CurrentChunk(*Mask) { in BitMaskClassIterator()