Searched refs:DagRecTy (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 36 class DagRecTy; variable 123 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 169 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 216 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 259 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 302 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 350 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 390 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf() 396 class DagRecTy : public RecTy { 397 static DagRecTy Shared; [all …]
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 82 DagRecTy DagRecTy::Shared; 324 Init *DagRecTy::convertValue(TypedInit *TI) { in convertValue() 330 Init *DagRecTy::convertValue(UnOpInit *BO) { in convertValue() 335 return UnOpInit::get(UnOpInit::CAST, L, new DagRecTy); in convertValue() 341 Init *DagRecTy::convertValue(BinOpInit *BO) { in convertValue() 347 return BinOpInit::get(BinOpInit::CONCAT, L, R, new DagRecTy); in convertValue() 1060 DagRecTy *DagType = dynamic_cast<DagRecTy*>(Type); in ForeachHelper()
|
D | TGParser.cpp | 588 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType() 814 case tgtok::XConcat: Code = BinOpInit::CONCAT;Type = DagRecTy::get(); break; in ParseOperation()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 194 class DagRecTy : public RecTy { 195 static DagRecTy Shared; 196 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function 203 static DagRecTy *get() { return &Shared; } in get() 1116 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 88 DagRecTy DagRecTy::Shared; 151 std::string DagRecTy::getAsString() const { in getAsString() 955 if (isa<DagRecTy>(TArg->getType())) in EvaluateOperation() 993 if (MHSd && isa<DagRecTy>(Type)) { in ForeachHelper() 1222 if (auto *DRT = dyn_cast<DagRecTy>(Ty)) { in convertInitializerTo() 1556 if (isa<DagRecTy>(Ty)) in convertInitializerTo()
|
D | TGParser.cpp | 666 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType() 889 case tgtok::XConcat: Code = BinOpInit::CONCAT;Type = DagRecTy::get(); break; in ParseOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 219 class DagRecTy : public RecTy { 220 static DagRecTy Shared; 222 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function 229 static DagRecTy *get() { return &Shared; } in get() 1223 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 787 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType() 1070 Type = DagRecTy::get(); in ParseOperation() 1071 ArgType = DagRecTy::get(); in ParseOperation() 1256 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation() 1258 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperation() 1319 Type = DagRecTy::get(); in ParseOperation()
|
D | Record.cpp | 50 DagRecTy DagRecTy::Shared; 139 std::string DagRecTy::getAsString() const { in getAsString()
|