Home
last modified time | relevance | path

Searched refs:kw_arcp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h68 kw_arcp, enumerator
H A DMILexer.cpp209 .Case("arcp", MIToken::kw_arcp) in getIdentifierKind()
H A DMIParser.cpp1465 Token.is(MIToken::kw_arcp) || in parseInstruction()
1489 if (Token.is(MIToken::kw_arcp)) in parseInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h105 kw_arcp, enumerator
H A DLLParser.h246 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()