Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.h74 kw_exact, enumerator
DMILexer.cpp217 .Case("exact", MIToken::kw_exact) in getIdentifierKind()
DMIParser.cpp1386 Token.is(MIToken::kw_exact) || in parseInstruction()
1411 if (Token.is(MIToken::kw_exact)) in parseInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLToken.h112 kw_exact, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp3457 if (EatIfPresent(lltok::kw_exact)) in parseValID()
5931 bool Exact = EatIfPresent(lltok::kw_exact); in parseInstruction()