Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp51 IntRecTy IntRecTy::Shared;
107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
310 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
366 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
467 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
728 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()))) in Fold()
775 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()))) in Fold()
919 ->convertInitializerTo(IntRecTy::get())); in interleaveIntList()
928 ->convertInitializerTo(IntRecTy::get())); in interleaveIntList()
1045 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
[all …]
H A DTGParser.cpp818 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
950 Type = IntRecTy::get(); in ParseOperation()
963 Type = IntRecTy::get(); in ParseOperation()
968 Type = IntRecTy::get(); in ParseOperation()
1158 Type = IntRecTy::get(); in ParseOperation()
1159 ArgType = IntRecTy::get(); in ParseOperation()
1246 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1256 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1269 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1281 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()
[all …]
H A DError.cpp161 Condition->convertInitializerTo(IntRecTy::get())); in CheckAssert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h142 class IntRecTy : public RecTy {
143 static IntRecTy Shared;
145 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function
152 static IntRecTy *get() { return &Shared; } in get()
555 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()
1045 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()
1116 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp38 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
H A DPseudoLoweringEmitter.cpp112 auto *II = cast<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in addDagOperandMapping()
H A DDFAEmitter.cpp346 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
H A DSearchableTableEmitter.cpp38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()
228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
H A DCodeGenInstruction.cpp636 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2825 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
2831 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackGuide.rst186 ``IntRecTy``,