Home
last modified time | relevance | path

Searched refs:DagRecTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h175 class DagRecTy : public RecTy {
176 static DagRecTy Shared;
177 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
184 static DagRecTy *get() { return &Shared; } in get()
1039 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/external/llvm/lib/TableGen/
DRecord.cpp87 DagRecTy DagRecTy::Shared;
150 std::string DagRecTy::getAsString() const { in getAsString()
898 if (isa<DagRecTy>(TArg->getType())) in EvaluateOperation()
936 if (MHSd && isa<DagRecTy>(Type)) { in ForeachHelper()
1159 if (auto *DRT = dyn_cast<DagRecTy>(Ty)) { in convertInitializerTo()
1498 if (isa<DagRecTy>(Ty)) in convertInitializerTo()
DTGParser.cpp671 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
894 case tgtok::XConcat: Code = BinOpInit::CONCAT;Type = DagRecTy::get(); break; in ParseOperation()