Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.cpp1376 Record *ParseRec = CurRec; in ParseOperation() local
1377 if (!ParseRec) { in ParseOperation()
1379 ParseRec = ParseRecTmp.get(); in ParseOperation()
1382 ParseRec->addValue(RecordVal(LHS, InEltType, false)); in ParseOperation()
1383 Init *RHS = ParseValue(ParseRec, OutEltType); in ParseOperation()
1384 ParseRec->removeValue(LHS); in ParseOperation()
1643 Record *ParseRec = CurRec; in ParseOperation() local
1644 if (!ParseRec) { in ParseOperation()
1646 ParseRec = ParseRecTmp.get(); in ParseOperation()
1649 ParseRec->addValue(RecordVal(A, Start->getType(), false)); in ParseOperation()
[all …]