Home
last modified time | relevance | path

Searched refs:FeaturesSet (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp475 getReqFeatures(std::set<std::pair<bool, StringRef>> &FeaturesSet, in getReqFeatures() argument
503 FeaturesSet.insert({IsNot, cast<DefInit>(Arg)->getDef()->getName()}); in getReqFeatures()
663 std::set<std::pair<bool, StringRef>> FeaturesSet; in emitCompressInstEmitter() local
666 getReqFeatures(FeaturesSet, AnyOfFeatureSets, CompressPat.PatReqFeatures); in emitCompressInstEmitter()
674 getReqFeatures(FeaturesSet, AnyOfFeatureSets, ReqFeatures); in emitCompressInstEmitter()
677 for (auto &Op : FeaturesSet) { in emitCompressInstEmitter()