Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h317 const Init *ParseOperationCond(Record *CurRec, const RecTy *ItemType);
H A DTGParser.cpp2124 return ParseOperationCond(CurRec, ItemType); in ParseOperation()
2592 const Init *TGParser::ParseOperationCond(Record *CurRec, in ParseOperationCond() function in TGParser