Lines Matching refs:NumBits
90 : TheDef(TheDef), NumBits(0U) { in VarLenInst()
93 NumBits += S.BitWidth; in VarLenInst()
131 const Init *OperandName = DI->getArg(0), *NumBits = DI->getArg(1); in buildRec() local
132 if (!isa<StringInit>(OperandName) || !isa<IntInit>(NumBits)) in buildRec()
135 auto NumBitsVal = cast<IntInit>(NumBits)->getValue(); in buildRec()
162 unsigned NumBits = 0U; in buildRec() local
165 NumBits = static_cast<unsigned>(LoBitVal - HiBitVal + 1); in buildRec()
167 NumBits = static_cast<unsigned>(HiBitVal - LoBitVal + 1); in buildRec()
177 Segments.push_back({NumBits, in buildRec()
181 Segments.push_back({NumBits, DI, CustomEncoder}); in buildRec()
434 unsigned NumBits = ES.BitWidth; in getInstructionCaseForEncoding() local
467 << "Scratch.extractBits(" << utostr(NumBits) << ", " in getInstructionCaseForEncoding()
471 Offset += NumBits; in getInstructionCaseForEncoding()