Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h270 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
H A DTGParser.cpp1576 return ParseOperationCond(CurRec, ItemType); in ParseOperation()
2038 Init *TGParser::ParseOperationCond(Record *CurRec, RecTy *ItemType) { in ParseOperationCond() function in TGParser