Lines Matching refs:Mnemonic
434 StringRef Mnemonic; member
476 Mnemonic(RHS.Mnemonic), AsmOperands(RHS.AsmOperands), in MatchableInfo()
526 if (Mnemonic != RHS.Mnemonic) in operator <()
527 return Mnemonic < RHS.Mnemonic; in operator <()
558 if (Mnemonic != RHS.Mnemonic) in couldMatchAmbiguouslyWith()
963 Mnemonic = AsmOperands[0].Token; in tokenizeAsmString()
2541 std::string LenMnemonic = char(II.Mnemonic.size()) + II.Mnemonic.str(); in emitCustomOperandParsing()
2543 << " /* " << II.Mnemonic << " */, "; in emitCustomOperandParsing()
2797 std::string LenMnemonic = char(MI->Mnemonic.size()) + MI->Mnemonic.str(); in run()
2861 std::string LenMnemonic = char(MI->Mnemonic.size()) + MI->Mnemonic.str(); in run()
2863 << " /* " << MI->Mnemonic << " */, " in run()