Lines Matching defs:Mnemo
1635 unsigned getCPolKind(StringRef Id, StringRef Mnemo, bool &Disabling) const;
1805 bool isSupportedMnemo(StringRef Mnemo,
1807 bool isSupportedMnemo(StringRef Mnemo,
5263 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo,
5265 return isSupportedMnemo(Mnemo, FBS, getAllVariants());
5268 bool AMDGPUAsmParser::isSupportedMnemo(StringRef Mnemo,
5272 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant))
5279 bool AMDGPUAsmParser::checkUnsupportedInstruction(StringRef Mnemo,
5284 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants()))
5294 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) {
5310 if (isSupportedMnemo(Mnemo, AvailableFeaturesWS32, getMatchedVariants()))
5315 if (isSupportedMnemo(Mnemo, FeatureBitset().set())) {
5320 std::string Suggestion = AMDGPUMnemonicSpellCheck(Mnemo, FBS);
5369 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken();
5370 if (checkUnsupportedInstruction(Mnemo, IDLoc)) {
6595 unsigned AMDGPUAsmParser::getCPolKind(StringRef Id, StringRef Mnemo,
6599 if (isGFX940() && !Mnemo.starts_with("s_")) {
6657 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken();
6663 unsigned CPol = getCPolKind(getId(), Mnemo, Disabling);