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.h318 const RecTy *ParseOperatorType();
H A DTGParser.cpp1212 Type = ParseOperatorType(); in ParseOperation()
1274 Type = ParseOperatorType(); in ParseOperation()
1382 const RecTy *Type = ParseOperatorType(); in ParseOperation()
1407 const RecTy *Type = ParseOperatorType(); in ParseOperation()
1453 const RecTy *Type = ParseOperatorType(); in ParseOperation()
1576 Type = ParseOperatorType(); in ParseOperation()
2259 const RecTy *TGParser::ParseOperatorType() { in ParseOperatorType() function in TGParser