Lines Matching refs:Mnemo
1660 bool isSupportedMnemo(StringRef Mnemo,
1662 bool isSupportedMnemo(StringRef Mnemo,
4661 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo, in isSupportedMnemo() argument
4663 return isSupportedMnemo(Mnemo, FBS, getAllVariants()); in isSupportedMnemo()
4666 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo, in isSupportedMnemo() argument
4670 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant)) in isSupportedMnemo()
4677 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo, in checkUnsupportedInstruction() argument
4682 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction()
4692 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) { in checkUnsupportedInstruction()
4699 if (isSupportedMnemo(Mnemo, FeatureBitset().set())) { in checkUnsupportedInstruction()
4704 std::string Suggestion = AMDGPUMnemonicSpellCheck(Mnemo, FBS); in checkUnsupportedInstruction()
4746 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken(); in MatchAndEmitInstruction() local
4747 if (checkUnsupportedInstruction(Mnemo, IDLoc)) { in MatchAndEmitInstruction()
5920 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken(); in parseCPol() local
5921 if (isGFX940() && !Mnemo.startswith("s_")) { in parseCPol()