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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h115 struct PatternsForOpcode { struct in namespace:llvm
148 ArrayRef<PatternsForOpcode> OpToPatterns;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp109 [](const PatternsForOpcode &L, unsigned Opcode) {
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp977 std::string PatternsForOpcode; local
978 raw_string_ostream OpcodeO(PatternsForOpcode);
1070 O.indent(2) << "static const PatternsForOpcode OpToPatterns[] = {\n";
1090 O.indent(2) << " SortCheck(ArrayRef<PatternsForOpcode> OpToPatterns) {\n";
1093 O.indent(2) << " [](const PatternsForOpcode &L, const "
1094 "PatternsForOpcode &R) {\n";

Completed in 113 milliseconds