Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp48 IntRecTy IntRecTy::Shared;
104 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
315 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
371 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
472 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
902 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
904 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
940 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
942 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
1132 LHS->convertInitializerTo(IntRecTy::get()))) { in Fold()
[all …]
H A DTGParser.cpp786 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
920 Type = IntRecTy::get(); in ParseOperation()
925 Type = IntRecTy::get(); in ParseOperation()
1079 Type = IntRecTy::get(); in ParseOperation()
1080 ArgType = IntRecTy::get(); in ParseOperation()
1092 ArgType = IntRecTy::get(); in ParseOperation()
1139 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
2321 IterType = IntRecTy::get(); in ParseForeachDeclaration()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h159 class IntRecTy : public RecTy {
160 static IntRecTy Shared;
162 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function
169 static IntRecTy *get() { return &Shared; } in get()
568 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()
959 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()
1030 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp39 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
H A DSearchableTableEmitter.cpp38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()
215 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
H A DCodeGenInstruction.cpp599 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2659 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
2665 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()