Home | History | Annotate | Download | only in TableGen

Lines Matching refs:bitWidth

100                  unsigned Indentation, unsigned BitWidth,
331 unsigned BitWidth;
347 BitWidth(BW), Emitter(E) {
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
363 unsigned getBitWidth() const { return BitWidth; }
378 for (unsigned i = 0; i < BitWidth; ++i) {
498 assert(StartBit + NumBits - 1 < Owner->BitWidth);
694 unsigned BitWidth,
697 << BitWidth << "[] = {\n";
945 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
995 for (unsigned i = 0; i < BitWidth; ++i) {
1027 EndBits.push_back(BitWidth - 1);
1229 APInt PositiveMask(BitWidth, 0ULL);
1230 APInt NegativeMask(BitWidth, 0ULL);
1231 for (unsigned i = 0; i < BitWidth; ++i) {
1457 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
1469 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1515 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1795 unsigned bitStart = bi++, bitWidth = 1;
1810 ++bitWidth;
1877 OpInfo.addField(bitStart, bitWidth, 0);