Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ !
H A DSystemZAsmParser.cpp614 struct InsnMatchEntry { struct
623 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()() argument
626 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
629 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()
635 static struct InsnMatchEntry InsnMatchTable[] = {
1234 struct InsnMatchEntry *Entry = EntryRange.first; in ParseDirectiveInsn()