Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp644 struct InsnMatchEntry { struct
653 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()() argument
656 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
659 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()
665 static struct InsnMatchEntry InsnMatchTable[] = {
1280 struct InsnMatchEntry *Entry = EntryRange.first; in parseDirectiveInsn()