Home | History | Annotate | Download | only in TableGen

Lines Matching defs:StartBits

329   unsigned getIslands(std::vector<unsigned> &StartBits,
680 unsigned FilterChooser::getIslands(std::vector<unsigned> &StartBits,
708 StartBits.push_back(i);
733 assert(StartBits.size() == Num && EndBits.size() == Num &&
806 std::vector<unsigned> StartBits;
813 getIslands(StartBits, EndBits, FieldVals, Insn);
815 unsigned Size = StartBits.size();
850 o << "Inst{" << EndBits[I-1] << '-' << StartBits[I-1] << "} ";
864 NumBits = EndBits[I-1] - StartBits[I-1] + 1;
866 << StartBits[I-1] << ", " << NumBits
950 std::vector<unsigned> StartBits;
958 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) {
960 runSingleFilter(*this, StartBits[0], EndBits[0] - StartBits[0] + 1,