Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp848 if (!isa<IntRecTy>(RHS->getType())) { in ParseSliceElement()
870 assert(isa<IntRecTy>(RHS->getType())); in ParseSliceElement()
873 if (!isa<IntRecTy>(LHS->getType())) { in ParseSliceElement()
880 IntRecTy::get(Records)->getListTy()) in ParseSliceElement()
902 Slices.push_back(ListInit::get(Elems, IntRecTy::get(Records))); in ParseSliceElements()
915 if (!isa<IntRecTy>(ListValTy->getElementType())) { in ParseSliceElements()
925 } else if (!isa<IntRecTy>(CurValTy)) { in ParseSliceElements()
1102 return IntRecTy::get(Records); in ParseType()
1236 Type = IntRecTy::get(Records); in ParseOperation()
1241 Type = IntRecTy::get(Records); 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()
1056 List->getElement(0)->convertInitializerTo(IntRecTy::get(RK))); in interleaveIntList()
[all …]
H A DError.cpp161 IntRecTy::get(Condition->getRecordKeeper()))); in CheckAssert()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
H A DPseudoLoweringEmitter.cpp114 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
H A DDFAEmitter.cpp325 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
H A DSearchableTableEmitter.cpp38 B->convertInitializerTo(IntRecTy::get(B->getRecordKeeper()))) in getAsInt()
242 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
/src/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()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.cpp127 BI->convertInitializerTo(IntRecTy::get(BI->getRecordKeeper()))); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2882 TheInit = TheInit->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()
2888 Init *II = BI->convertInitializerTo(IntRecTy::get(RK)); in ParseTreePattern()