Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp308 return RecordRecTy::get(T1->getRecordKeeper(), CommonSuperClasses); in resolveRecordTypes()
350 RecordKeeper &Init::getRecordKeeper() const { in getRecordKeeper() function in Init
352 return TyInit->getType()->getRecordKeeper(); in getRecordKeeper()
354 return ArgInit->getRecordKeeper(); in getRecordKeeper()
355 return cast<UnsetInit>(this)->getRecordKeeper(); in getRecordKeeper()
389 RecordKeeper &RK = Value->getRecordKeeper(); in get()
417 return IntInit::get(getRecordKeeper(), getValue()); in convertInitializerTo()
422 return BitsInit::get(getRecordKeeper(), const_cast<BitInit *>(this)); in convertInitializerTo()
478 return IntInit::get(getRecordKeeper(), Result); in convertInitializerTo()
493 return BitsInit::get(getRecordKeeper(), NewBits); in convertInitializerBitRange()
[all …]
H A DError.cpp161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h86 RecordKeeper &getRecordKeeper() const { return RK; } in getRecordKeeper() function
192 : RecTy(ListRecTyKind, T->getRecordKeeper()), ElementTy(T) {} in ListRecTy()
339 RecordKeeper &getRecordKeeper() const;
433 RecordKeeper &getRecordKeeper() const { return ValueTy->getRecordKeeper(); } in getRecordKeeper() function
467 RecordKeeper &getRecordKeeper() const { return RK; } in getRecordKeeper() function
508 RecordKeeper &getRecordKeeper() const { return Value->getRecordKeeper(); } in getRecordKeeper() function
656 return BitInit::get(getRecordKeeper(), (Value & (1ULL << Bit)) != 0); in getBit()
1176 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()
1210 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()
1279 : TypedInit(IK_VarBitInit, BitRecTy::get(T->getRecordKeeper())), TI(T), in VarBitInit()
[all …]
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp40 RecordKeeper &RK = Inst.getRecordKeeper(); in emitWebAssemblyDisassemblerTables()
H A DSearchableTableEmitter.cpp38 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.cpp127 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2843 RecordKeeper &RK = TheInit->getRecordKeeper(); in ParseTreePattern()