Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h313 const Init *ParseOperationSubstr(Record *CurRec, const RecTy *ItemType);
H A DTGParser.cpp2118 return ParseOperationSubstr(CurRec, ItemType); in ParseOperation()
2288 const Init *TGParser::ParseOperationSubstr(Record *CurRec, in ParseOperationSubstr() function in TGParser