Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp128 auto It = lower_bound(M.OpToPatterns, MI->getOpcode(), in matchAliasPatterns()
132 if (It == M.OpToPatterns.end() || It->Opcode != MI->getOpcode()) in matchAliasPatterns()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h178 ArrayRef<PatternsForOpcode> OpToPatterns; member