Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TableGen/
DTGParser.h257 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType);
DTGParser.cpp1359 return ParseOperationForEachFilter(CurRec, ItemType); in ParseOperation()
1662 Init *TGParser::ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType) { in ParseOperationForEachFilter() function in TGParser