Lines Matching defs:Mnemo
1615 unsigned getCPolKind(StringRef Id, StringRef Mnemo, bool &Disabling) const;
1777 bool isSupportedMnemo(StringRef Mnemo,
1779 bool isSupportedMnemo(StringRef Mnemo,
5186 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo,
5188 return isSupportedMnemo(Mnemo, FBS, getAllVariants());
5191 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo,
5195 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant))
5202 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo,
5207 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants()))
5217 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) {
5233 if (isSupportedMnemo(Mnemo, AvailableFeaturesWS32, getMatchedVariants()))
5238 if (isSupportedMnemo(Mnemo, FeatureBitset().set())) {
5243 std::string Suggestion = AMDGPUMnemonicSpellCheck(Mnemo, FBS);
5292 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken();
5293 if (checkUnsupportedInstruction(Mnemo, IDLoc)) {
6509 unsigned AMDGPUAsmParser::getCPolKind(StringRef Id, StringRef Mnemo,
6513 if (isGFX940() && !Mnemo.starts_with("s_")) {
6571 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken();
6577 unsigned CPol = getCPolKind(getId(), Mnemo, Disabling);