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.h314 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
H A DTGParser.cpp2048 return ParseOperationCond(CurRec, ItemType); in ParseOperation()
2513 Init *TGParser::ParseOperationCond(Record *CurRec, RecTy *ItemType) { in ParseOperationCond() function in TGParser