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) {
501 assert(StartBit + NumBits - 1 < Owner->BitWidth);
698 unsigned BitWidth,
701 << BitWidth << "[] = {\n";
943 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
1017 for (unsigned i = 0; i < BitWidth; ++i) {
1049 EndBits.push_back(BitWidth - 1);
1251 APInt PositiveMask(BitWidth, 0ULL);
1252 APInt NegativeMask(BitWidth, 0ULL);
1253 for (unsigned i = 0; i < BitWidth; ++i) {
1479 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
1491 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1537 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1817 unsigned bitStart = bi++, bitWidth = 1;
1832 ++bitWidth;
1899 OpInfo.addField(bitStart, bitWidth, 0);