Home | History | Annotate | Download | only in TableGen

Lines Matching full:startbits

323   unsigned getIslands(std::vector<unsigned> &StartBits,
666 unsigned FilterChooser::getIslands(std::vector<unsigned> &StartBits,
694 StartBits.push_back(i);
719 assert(StartBits.size() == Num && EndBits.size() == Num &&
728 std::vector<unsigned> StartBits;
735 getIslands(StartBits, EndBits, FieldVals, Insn);
737 unsigned Size = StartBits.size();
778 o << "Inst{" << EndBits[I-1] << '-' << StartBits[I-1] << "} ";
788 NumBits = EndBits[I-1] - StartBits[I-1] + 1;
790 << StartBits[I-1] << ", " << NumBits
884 std::vector<unsigned> StartBits;
892 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) {
894 runSingleFilter(*this, StartBits[0], EndBits[0] - StartBits[0] + 1,