Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h315 RecTy *ParseOperatorType();
H A DTGParser.cpp1210 Type = ParseOperatorType(); in ParseOperation()
1267 Type = ParseOperatorType(); in ParseOperation()
1358 RecTy *Type = ParseOperatorType(); in ParseOperation()
1383 RecTy *Type = ParseOperatorType(); in ParseOperation()
1501 Type = ParseOperatorType(); in ParseOperation()
2183 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType() function in TGParser