Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp64 IntRecTy SharedIntRecTy;
160 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get()
164 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
380 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
435 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
535 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
790 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()
837 LHS->convertInitializerTo(IntRecTy::get(RK)))) in Fold()
892 LHS->convertInitializerTo(IntRecTy::get(RK)))) { in Fold()
997 List->getElement(0)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList()
[all …]
H A DTGParser.cpp826 return IntRecTy::get(Records); in ParseType()
974 Type = IntRecTy::get(Records); in ParseOperation()
979 Type = IntRecTy::get(Records); in ParseOperation()
992 Type = IntRecTy::get(Records); in ParseOperation()
997 Type = IntRecTy::get(Records); in ParseOperation()
1238 Type = IntRecTy::get(Records); in ParseOperation()
1239 ArgType = IntRecTy::get(Records); in ParseOperation()
1330 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1347 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
1360 if (!ArgType->typeIsConvertibleTo(IntRecTy::get(Records)) && in ParseOperation()
[all …]
H A DError.cpp161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/openbsd-src/gnu/llvm/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.cpp326 } 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.cpp704 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2900 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
2906 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h150 class IntRecTy : public RecTy {
153 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() function
160 static IntRecTy *get(RecordKeeper &RK);
583 : TypedInit(IK_IntInit, IntRecTy::get(RK)), Value(V) {} in IntInit()
1098 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()
1132 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()
1204 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst186 ``IntRecTy``,