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.cpp65 BitRecTy SharedBitRecTy;
155 const BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get()
159 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo()
447 if (isa<BitRecTy>(Ty)) in convertInitializerTo()
497 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()
619 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()
808 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
2288 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo()
2348 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
2541 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
H A DTGParser.cpp1099 return BitRecTy::get(Records); in ParseType()
1567 Type = BitRecTy::get(Records); in ParseOperation()
1606 Type = BitRecTy::get(Records); in ParseOperation()
2047 MHSTy = BitRecTy::get(Records); in ParseOperation()
2054 RHSTy = BitRecTy::get(Records); in ParseOperation()
2646 VTy = BitRecTy::get(Records); in ParseOperationCond()
2826 const Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()
3922 const ListInit *EmptyList = ListInit::get({}, BitRecTy::get(Records)); in ParseIf()
3924 ListInit::get({BitInit::get(Records, true)}, BitRecTy::get(Records)); in ParseIf()
3925 const RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h113 class BitRecTy : public RecTy {
116 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() function
123 static const BitRecTy *get(RecordKeeper &RK);
1257 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp194 if (isa<BitRecTy>(Field.RecType)) in searchableFieldType()