Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1105 return DagRecTy::get(Records); in ParseType()
1304 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1497 Type = DagRecTy::get(Records); in ParseOperation()
1498 ArgType = DagRecTy::get(Records); in ParseOperation()
1506 ArgType = DagRecTy::get(Records); in ParseOperation()
1510 ArgType = DagRecTy::get(Records); in ParseOperation()
1877 Type = DagRecTy::get(Records); in ParseOperation()
1888 Type = DagRecTy::get(Records); in ParseOperation()
1893 Type = DagRecTy::get(Records); in ParseOperation()
2452 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
[all …]
H A DRecord.cpp66 DagRecTy SharedDagRecTy;
191 DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get()
195 std::string DagRecTy::getAsString() const { in getAsString()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h210 class DagRecTy : public RecTy {
213 DagRecTy(RecordKeeper &RK) : RecTy(DagRecTyKind, RK) {} in DagRecTy() function
220 static DagRecTy *get(RecordKeeper &RK);
1454 : TypedInit(IK_DagInit, DagRecTy::get(V->getRecordKeeper())), Val(V), in DagInit()