Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h70 kw_arcp, enumerator
DMILexer.cpp201 .Case("arcp", MIToken::kw_arcp) in getIdentifierKind()
DMIParser.cpp945 Token.is(MIToken::kw_arcp) || in parseInstruction()
960 if (Token.is(MIToken::kw_arcp)) in parseInstruction()
/external/llvm/lib/AsmParser/
DLLToken.h100 kw_arcp, enumerator
DLLParser.h195 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h104 kw_arcp, enumerator
DLLParser.h228 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()