Home
last modified time | relevance | path

Searched refs:XSRA (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h121 XSRA, enumerator
H A DTGLexer.cpp585 .Case("sra", tgtok::XSRA) in LexExclaim()
H A DTGParser.cpp1433 case tgtok::XSRA: in ParseOperation()
1465 case tgtok::XSRA: Code = BinOpInit::SRA; break; in ParseOperation()
1515 case tgtok::XSRA: in ParseOperation()