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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h130 struct PatternsForOpcode { struct in namespace:llvm
166 ArrayRef<PatternsForOpcode> OpToPatterns;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp129 [](const PatternsForOpcode &L, unsigned Opcode) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1019 std::string PatternsForOpcode; local
1020 raw_string_ostream OpcodeO(PatternsForOpcode);
1112 O.indent(2) << "static const PatternsForOpcode OpToPatterns[] = {\n";
1132 O.indent(2) << " SortCheck(ArrayRef<PatternsForOpcode> OpToPatterns) {\n";
1135 O.indent(2) << " [](const PatternsForOpcode &L, const "
1136 "PatternsForOpcode &R) {\n";

Completed in 110 milliseconds