Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp350 RecordKeeper &Init::getRecordKeeper() const { in getRecordKeeper() function in Init
352 return TyInit->getType()->getRecordKeeper(); in getRecordKeeper()
354 return ArgInit->getRecordKeeper(); in getRecordKeeper()
389 RecordKeeper &RK = Value->getRecordKeeper(); in get()
798 RecordKeeper &RK = getRecordKeeper(); in Fold()
1025 I0->getRecordKeeper(), Concat, in ConcatStringInits()
1052 RecordKeeper &RK = List->getRecordKeeper(); in interleaveIntList()
1638 RecordKeeper &RK = getRecordKeeper(); in Fold()
2057 return IntInit::get(getRecordKeeper(), in Fold()
2072 return IntInit::get(getRecordKeeper(), in Fold()
[all …]
H A DError.cpp161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/freebsd-14.2/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()
1454 : TypedInit(IK_DagInit, DagRecTy::get(V->getRecordKeeper())), Val(V), in DagInit()
1568 RecordKeeper &getRecordKeeper() const { return Name->getRecordKeeper(); } in getRecordKeeper() function
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp40 RecordKeeper &RK = Inst.getRecordKeeper(); in emitWebAssemblyDisassemblerTables()
H A DCodeGenInstAlias.cpp127 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
H A DSearchableTableEmitter.cpp36 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()
H A DCodeGenDAGPatterns.cpp2855 RecordKeeper &RK = TheInit->getRecordKeeper(); in ParseTreePattern()