Home
last modified time | relevance | path

Searched refs:IntRecTy (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp873 if (!isa<IntRecTy>(LHS->getType())) { in ParseSliceElement()
1102 return IntRecTy::get(Records); in ParseType()
1230 Type = IntRecTy::get(Records); in ParseOperation()
1235 Type = IntRecTy::get(Records); in ParseOperation()
1248 Type = IntRecTy::get(Records); in ParseOperation()
1253 Type = IntRecTy::get(Records); in ParseOperation()
1516 Type = IntRecTy::get(Records); in ParseOperation()
1517 ArgType = IntRecTy::get(Records); in ParseOperation()
1831 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
1838 assert(isa<IntRecTy>(Arg0Ty)); in ParseOperation()
[all …]
H A DRecord.cpp64 IntRecTy SharedIntRecTy;
153 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()
157 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
416 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
471 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
571 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
836 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()
886 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()
942 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()
1624 IntRecTy::get(LHS->getRecordKeeper())))) { in FilterHelper()
[all …]
H A DError.cpp161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
H A DCodeGenInstAlias.cpp127 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
H A DPseudoLoweringEmitter.cpp113 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
H A DDFAEmitter.cpp326 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
H A DSearchableTableEmitter.cpp36 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()
229 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
H A DCodeGenDAGPatterns.cpp2894 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
2900 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h149 class IntRecTy : public RecTy {
152 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() function
159 static IntRecTy *get(RecordKeeper &RK);
635 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()
1176 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()
1210 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()
1282 (isa<IntRecTy>(T->getType()) || in VarBitInit()