Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h271 RecTy *ParseOperatorType();
H A DTGParser.cpp950 Type = ParseOperatorType(); in ParseOperation()
987 Type = ParseOperatorType(); in ParseOperation()
1078 RecTy *Type = ParseOperatorType(); in ParseOperation()
1103 RecTy *Type = ParseOperatorType(); in ParseOperation()
1709 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType() function in TGParser