Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h313 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType);
H A DTGParser.cpp1761 return ParseOperationForEachFilter(CurRec, ItemType); in ParseOperation()
2389 Init *TGParser::ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType) { in ParseOperationForEachFilter() function in TGParser