Home
last modified time | relevance | path

Searched refs:kw_ninf (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h66 kw_ninf, enumerator
H A DMILexer.cpp207 .Case("ninf", MIToken::kw_ninf) in getIdentifierKind()
H A DMIParser.cpp1463 Token.is(MIToken::kw_ninf) || in parseInstruction()
1485 if (Token.is(MIToken::kw_ninf)) in parseInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h103 kw_ninf, enumerator
H A DLLParser.h244 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2578 case lltok::kw_ninf: in keywordToFPClassTest()