Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp615 struct InsnMatchEntry { struct
624 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()() argument
627 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
630 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()
636 static struct InsnMatchEntry InsnMatchTable[] = {
1253 struct InsnMatchEntry *Entry = EntryRange.first; in ParseDirectiveInsn()