Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCInstPrinter.cpp129 auto It = lower_bound(M.OpToPatterns, MI->getOpcode(), in matchAliasPatterns()
133 if (It == M.OpToPatterns.end() || It->Opcode != MI->getOpcode()) in matchAliasPatterns()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstPrinter.h182 ArrayRef<PatternsForOpcode> OpToPatterns; member