Searched refs:getMatchedVariants (Results 1 – 1 of 1) sorted by relevance
1574 ArrayRef<unsigned> getMatchedVariants() const;3492 ArrayRef<unsigned> AMDGPUAsmParser::getMatchedVariants() const { in getMatchedVariants() function in AMDGPUAsmParser5207 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction()5233 if (isSupportedMnemo(Mnemo, AvailableFeaturesWS32, getMatchedVariants())) in checkUnsupportedInstruction()5265 for (auto Variant : getMatchedVariants()) { in MatchAndEmitInstruction()