Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp63 IntRecTy SharedIntRecTy;
159 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()
163 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
379 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
434 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
534 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
789 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()
836 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()
1335 IntRecTy::get(LHS->getRecordKeeper())))) { in FilterHelper()
1409 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()
[all …]
H A DTGParser.cpp825 return IntRecTy::get(Records); in ParseType()
961 Type = IntRecTy::get(Records); in ParseOperation()
974 Type = IntRecTy::get(Records); in ParseOperation()
979 Type = IntRecTy::get(Records); in ParseOperation()
1215 Type = IntRecTy::get(Records); in ParseOperation()
1216 ArgType = IntRecTy::get(Records); in ParseOperation()
1801 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()
1813 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
1828 RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()
1901 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
[all …]
H A DError.cpp161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
H A DPseudoLoweringEmitter.cpp113 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
H A DDFAEmitter.cpp347 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
H A DSearchableTableEmitter.cpp35 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()
226 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
H A DCodeGenInstruction.cpp636 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2902 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
2908 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
/llvm-project-15.0.7/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);
582 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()
1073 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()
1107 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()
1179 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst186 ``IntRecTy``,