Searched refs:BitList (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 161 ArrayRef<unsigned> BitList, Init *V, in SetValue() argument 174 if (BitList.empty()) in SetValue() 183 if (!BitList.empty()) { in SetValue() 190 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue() 197 for (unsigned i = 0, e = BitList.size(); i != e; ++i) { in SetValue() 198 unsigned Bit = BitList[i]; in SetValue() 2399 SmallVector<unsigned, 16> BitList; in ParseBodyItem() local 2400 if (ParseOptionalBitList(BitList)) in ParseBodyItem() 2402 std::reverse(BitList.begin(), BitList.end()); in ParseBodyItem() 2421 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()
|
| H A D | TGParser.h | 140 ArrayRef<unsigned> BitList, Init *V,
|