Searched refs:PatternsForOpcode (Results 1 – 3 of 3) sorted by relevance
181 struct PatternsForOpcode {217 ArrayRef<PatternsForOpcode> OpToPatterns;146 struct PatternsForOpcode { global() struct 147 OpcodePatternsForOpcode global() argument 148 PatternStartPatternsForOpcode global() argument 149 NumPatternsPatternsForOpcode global() argument
1087 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local1088 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()1165 if (PatternsForOpcode.empty()) { in EmitPrintAliasInstruction()1182 O << PatternsForOpcode; in EmitPrintAliasInstruction()
130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()