Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp343 return RecordRecTy::get(T1->getRecordKeeper(), CommonSuperClasses); in resolveRecordTypes()
385 RecordKeeper &Init::getRecordKeeper() const { in getRecordKeeper() function in Init
387 return TyInit->getType()->getRecordKeeper(); in getRecordKeeper()
389 return ArgInit->getRecordKeeper(); in getRecordKeeper()
390 return cast<UnsetInit>(this)->getRecordKeeper(); in getRecordKeeper()
422 RecordKeeper &RK = Value->getRecordKeeper(); in get()
451 return IntInit::get(getRecordKeeper(), getValue()); in convertInitializerTo()
456 return BitsInit::get(getRecordKeeper(), this); in convertInitializerTo()
512 return IntInit::get(getRecordKeeper(), *Result); in convertInitializerTo()
537 return BitsInit::get(getRecordKeeper(), NewBits); in convertInitializerBitRange()
[all …]
H A DError.cpp165 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h89 RecordKeeper &getRecordKeeper() const { return RK; } in getRecordKeeper() function
195 : RecTy(ListRecTyKind, T->getRecordKeeper()), ElementTy(T) {} in ListRecTy()
345 RecordKeeper &getRecordKeeper() const;
438 RecordKeeper &getRecordKeeper() const { return ValueTy->getRecordKeeper(); } in getRecordKeeper() function
473 RecordKeeper &getRecordKeeper() const { return RK; } in getRecordKeeper() function
512 RecordKeeper &getRecordKeeper() const { return Value->getRecordKeeper(); } in getRecordKeeper() function
658 return BitInit::get(getRecordKeeper(), (Value & (1ULL << Bit)) != 0); in getBit()
1119 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()
1153 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()
1257 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2916 RecordKeeper &RK = TheInit->getRecordKeeper(); in ParseTreePattern()