Lines Matching refs:Mnemo
1604 unsigned getCPolKind(StringRef Id, StringRef Mnemo, bool &Disabling) const;
1742 bool isSupportedMnemo(StringRef Mnemo,
1744 bool isSupportedMnemo(StringRef Mnemo,
5011 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo, in isSupportedMnemo() argument
5013 return isSupportedMnemo(Mnemo, FBS, getAllVariants()); in isSupportedMnemo()
5016 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo, in isSupportedMnemo() argument
5020 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant)) in isSupportedMnemo()
5027 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo, in checkUnsupportedInstruction() argument
5032 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction()
5042 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) { in checkUnsupportedInstruction()
5058 if (isSupportedMnemo(Mnemo, AvailableFeaturesWS32, getMatchedVariants())) in checkUnsupportedInstruction()
5063 if (isSupportedMnemo(Mnemo, FeatureBitset().set())) { in checkUnsupportedInstruction()
5068 std::string Suggestion = AMDGPUMnemonicSpellCheck(Mnemo, FBS); in checkUnsupportedInstruction()
5121 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken(); in MatchAndEmitInstruction() local
5122 if (checkUnsupportedInstruction(Mnemo, IDLoc)) { in MatchAndEmitInstruction()
6268 unsigned AMDGPUAsmParser::getCPolKind(StringRef Id, StringRef Mnemo, in getCPolKind() argument
6272 if (isGFX940() && !Mnemo.starts_with("s_")) { in getCPolKind()
6330 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken(); in parseCPol() local
6336 unsigned CPol = getCPolKind(getId(), Mnemo, Disabling); in parseCPol()