Searched refs:getMatchedVariants (Results 1 – 1 of 1) sorted by relevance
1563 ArrayRef<unsigned> getMatchedVariants() const;3357 ArrayRef<unsigned> AMDGPUAsmParser::getMatchedVariants() const { in getMatchedVariants() function in AMDGPUAsmParser5032 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction()5058 if (isSupportedMnemo(Mnemo, AvailableFeaturesWS32, getMatchedVariants())) in checkUnsupportedInstruction()5090 for (auto Variant : getMatchedVariants()) { in MatchAndEmitInstruction()