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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp477 static void getReqFeatures(std::set<StringRef> &FeaturesSet, argument
488 FeaturesSet.insert(Op);
654 std::set<StringRef> FeaturesSet; local
656 getReqFeatures(FeaturesSet, CompressPat.PatReqFeatures);
664 getReqFeatures(FeaturesSet, ReqFeatures);
667 for (auto &Op : FeaturesSet) {

Completed in 161 milliseconds