Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp86 IntRecTy IntRecTy::Shared;
132 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
244 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
301 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
414 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
711 if (isa<IntRecTy>(getType())) { in Fold()
713 if (Init *NewInit = BI->convertInitializerTo(IntRecTy::get())) in Fold()
846 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
848 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
868 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
[all …]
DTGParser.cpp665 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
801 Type = IntRecTy::get(); in ParseOperation()
890 case tgtok::XADD: Code = BinOpInit::ADD; Type = IntRecTy::get(); break; in ParseOperation()
891 case tgtok::XAND: Code = BinOpInit::AND; Type = IntRecTy::get(); break; in ParseOperation()
892 case tgtok::XSRA: Code = BinOpInit::SRA; Type = IntRecTy::get(); break; in ParseOperation()
893 case tgtok::XSRL: Code = BinOpInit::SRL; Type = IntRecTy::get(); break; in ParseOperation()
894 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break; in ParseOperation()
1802 IterType = IntRecTy::get(); in ParseForeachDeclaration()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp51 IntRecTy IntRecTy::Shared;
107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
313 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
369 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
470 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
738 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()))) in Fold()
876 getCastTo(IntRecTy::get()))->getAsString()); in interleaveIntList()
881 getCastTo(IntRecTy::get()))->getAsString()); in interleaveIntList()
992 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
994 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
[all …]
DTGParser.cpp805 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
938 Type = IntRecTy::get(); in ParseOperation()
951 Type = IntRecTy::get(); in ParseOperation()
956 Type = IntRecTy::get(); in ParseOperation()
1146 Type = IntRecTy::get(); in ParseOperation()
1147 ArgType = IntRecTy::get(); in ParseOperation()
1234 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1244 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1257 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1269 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp55 IntRecTy IntRecTy::Shared;
111 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
322 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
378 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
479 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
968 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
970 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
1021 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
1023 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
1217 LHS->convertInitializerTo(IntRecTy::get()))) { in Fold()
[all …]
DTGParser.cpp805 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType()
946 Type = IntRecTy::get(); in ParseOperation()
951 Type = IntRecTy::get(); in ParseOperation()
1135 Type = IntRecTy::get(); in ParseOperation()
1136 ArgType = IntRecTy::get(); in ParseOperation()
1148 ArgType = IntRecTy::get(); in ParseOperation()
1214 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) { in ParseOperation()
1224 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
2547 IterType = IntRecTy::get(); in ParseForeachDeclaration()
/external/llvm-project/llvm/utils/TableGen/
DWebAssemblyDisassemblerEmitter.cpp38 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
DDFAEmitter.cpp346 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
DSearchableTableEmitter.cpp38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()
228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
DCodeGenInstruction.cpp640 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
DCodeGenDAGPatterns.cpp2774 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
2780 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
/external/llvm/include/llvm/TableGen/
DRecord.h138 class IntRecTy : public RecTy {
139 static IntRecTy Shared;
140 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function
147 static IntRecTy *get() { return &Shared; } in get()
540 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()
962 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h158 class IntRecTy : public RecTy {
159 static IntRecTy Shared;
161 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function
168 static IntRecTy *get() { return &Shared; } in get()
568 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()
1041 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()
1112 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h141 class IntRecTy : public RecTy {
142 static IntRecTy Shared;
144 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function
151 static IntRecTy *get() { return &Shared; } in get()
553 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()
1012 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()
1083 (isa<IntRecTy>(T->getType()) || in VarBitInit()
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp44 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()
DCodeGenInstruction.cpp538 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
DCodeGenDAGPatterns.cpp2129 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
/external/llvm-project/llvm/docs/TableGen/
DBackGuide.rst186 ``IntRecTy``,