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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp564 struct InsnMatchEntry { struct
573 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) {
576 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) {
579 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) {
585 static struct InsnMatchEntry InsnMatchTable[] = {
1178 struct InsnMatchEntry *Entry = EntryRange.first;

Completed in 110 milliseconds