Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h313 RecTy *ParseOperatorType();
H A DTGParser.cpp1204 Type = ParseOperatorType(); in ParseOperation()
1261 Type = ParseOperatorType(); in ParseOperation()
1352 RecTy *Type = ParseOperatorType(); in ParseOperation()
1377 RecTy *Type = ParseOperatorType(); in ParseOperation()
1495 Type = ParseOperatorType(); in ParseOperation()
2177 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType() function in TGParser