Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp617 struct InsnMatchEntry { struct
626 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()() argument
629 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
632 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()
638 static struct InsnMatchEntry InsnMatchTable[] = {
1257 struct InsnMatchEntry *Entry = EntryRange.first; in ParseDirectiveInsn()