Home
last modified time | relevance | path

Searched refs:BitRecTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp63 BitRecTy SharedBitRecTy;
120 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get()
124 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo()
413 if (isa<BitRecTy>(Ty)) in convertInitializerTo()
459 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()
574 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()
767 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
2116 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo()
2176 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
2379 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
H A DTGParser.cpp1099 return BitRecTy::get(Records); in ParseType()
1531 Type = BitRecTy::get(Records); in ParseOperation()
1971 MHSTy = BitRecTy::get(Records); in ParseOperation()
1978 RHSTy = BitRecTy::get(Records); in ParseOperation()
2566 VTy = BitRecTy::get(Records); in ParseOperationCond()
2745 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()
3835 ListInit *EmptyList = ListInit::get({}, BitRecTy::get(Records)); in ParseIf()
3837 ListInit::get({BitInit::get(Records, true)}, BitRecTy::get(Records)); in ParseIf()
3838 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h110 class BitRecTy : public RecTy {
113 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() function
120 static BitRecTy *get(RecordKeeper &RK);
1279 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp181 } else if (isa<BitRecTy>(Field.RecType)) { in searchableFieldType()