reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeEmitterGen.cpp
  362       o << "    "; emitInstBits(o, APInt(BitWidth, 0)); o << ",\n";
  377     APInt Value(BitWidth, 0);
  380         Value |= APInt(BitWidth, (uint64_t)B->getValue()) << (e - i - 1);
  402   BitWidth = 0;
  414           BitWidth = std::max(BitWidth, BI->getNumBits());
  414           BitWidth = std::max(BitWidth, BI->getNumBits());
  421     BitWidth = std::max(BitWidth, BI->getNumBits());
  421     BitWidth = std::max(BitWidth, BI->getNumBits());
  423   UseAPInt = BitWidth > 64;
  479     int NumWords = APInt::getNumWords(BitWidth);
  480     int NumBytes = (BitWidth + 7) / 8;
  482       << "  if (Inst.getBitWidth() != " << BitWidth << ")\n"
  483       << "    Inst = Inst.zext(" << BitWidth << ");\n"
  484       << "  if (Scratch.getBitWidth() != " << BitWidth << ")\n"
  485       << "    Scratch = Scratch.zext(" << BitWidth << ");\n"