Home | History | Annotate | Download | only in TableGen

Lines Matching refs:BitWidth

101                  unsigned Indentation, unsigned BitWidth,
332 unsigned BitWidth;
342 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
351 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
352 for (unsigned i = 0; i < BitWidth; ++i)
365 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
370 unsigned getBitWidth() const { return BitWidth; }
385 for (unsigned i = 0; i < BitWidth; ++i) {
505 assert(StartBit + NumBits - 1 < Owner->BitWidth);
724 unsigned BitWidth,
727 << BitWidth << "[] = {\n";
945 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
1019 for (unsigned i = 0; i < BitWidth; ++i) {
1051 EndBits.push_back(BitWidth - 1);
1245 APInt PositiveMask(BitWidth, 0ULL);
1246 APInt NegativeMask(BitWidth, 0ULL);
1247 for (unsigned i = 0; i < BitWidth; ++i) {
1458 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
1470 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
1516 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {