Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp62 BitRecTy SharedBitRecTy;
120 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get()
124 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo()
376 if (isa<BitRecTy>(Ty)) in convertInitializerTo()
422 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()
537 if (isa<BitRecTy>(Ty)) { in convertInitializerTo()
747 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
1754 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo()
1830 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
1887 if (getType() == BitRecTy::get(getRecordKeeper())) in getBit()
[all …]
H A DTGParser.cpp822 return BitRecTy::get(Records); in ParseType()
1224 Type = BitRecTy::get(Records); in ParseOperation()
1528 MHSTy = BitRecTy::get(Records); in ParseOperation()
1535 RHSTy = BitRecTy::get(Records); in ParseOperation()
2091 VTy = BitRecTy::get(Records); in ParseOperationCond()
2263 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()
3263 ListInit *EmptyList = ListInit::get({}, BitRecTy::get(Records)); in ParseIf()
3265 ListInit::get({BitInit::get(Records, true)}, BitRecTy::get(Records)); in ParseIf()
3266 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h108 class BitRecTy : public RecTy {
111 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() function
118 static BitRecTy *get(RecordKeeper &RK);
1176 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst182 ``BitRecTy``,