/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 32 class IntRecTy; variable 119 virtual bool baseClassOf(const IntRecTy *RHS) const { return false; } in baseClassOf() 165 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; } in baseClassOf() 212 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; } in baseClassOf() 224 class IntRecTy : public RecTy { 225 static IntRecTy Shared; 226 IntRecTy() {} in IntRecTy() function 228 static IntRecTy *get() { return &Shared; } in get() 255 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; } in baseClassOf() 298 virtual bool baseClassOf(const IntRecTy *RHS) const { return false; } in baseClassOf() [all …]
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 86 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 …]
|
D | TGParser.cpp | 665 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/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 48 IntRecTy IntRecTy::Shared; 104 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() 316 if (isa<IntRecTy>(Ty)) in convertInitializerTo() 372 if (isa<IntRecTy>(Ty)) { in convertInitializerTo() 473 if (isa<IntRecTy>(Ty)) in convertInitializerTo() 901 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold() 903 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold() 939 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold() 941 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold() 1131 LHS->convertInitializerTo(IntRecTy::get()))) { in Fold() [all …]
|
D | TGParser.cpp | 786 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | WebAssemblyDisassemblerEmitter.cpp | 37 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
|
D | SearchableTableEmitter.cpp | 38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt() 217 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
|
D | CodeGenInstruction.cpp | 558 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
|
D | CodeGenDAGPatterns.cpp | 2617 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern() 2623 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 159 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()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 79 IntRecTy IntRecTy::Shared; 234 Init *IntRecTy::convertValue(BitInit *BI) { in convertValue() 238 Init *IntRecTy::convertValue(BitsInit *BI) { in convertValue() 249 Init *IntRecTy::convertValue(TypedInit *TI) { in convertValue() 922 dynamic_cast<IntInit*>(LHS->convertInitializerTo(IntRecTy::get())); in Fold() 924 dynamic_cast<IntInit*>(RHS->convertInitializerTo(IntRecTy::get())); in Fold() 1198 if (Init *I = LHS->convertInitializerTo(IntRecTy::get())) in Fold() 1220 if (Init *I = lhs->convertInitializerTo(IntRecTy::get())) in resolveReferences()
|
D | TGParser.cpp | 586 case tgtok::Int: Lex.Lex(); return IntRecTy::get(); in ParseType() 721 Type = IntRecTy::get(); in ParseOperation() 815 case tgtok::XSRA: Code = BinOpInit::SRA; Type = IntRecTy::get(); break; in ParseOperation() 816 case tgtok::XSRL: Code = BinOpInit::SRL; Type = IntRecTy::get(); break; in ParseOperation() 817 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break; in ParseOperation()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 138 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/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 44 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()
|
D | CodeGenInstruction.cpp | 538 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
|
D | CodeGenDAGPatterns.cpp | 2129 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1775 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
|