Searched refs:ReqFeatures (Results 1 – 3 of 3) sorted by relevance
522 ArrayRef<const Record *> ReqFeatures) { in getReqFeatures() argument523 for (const Record *R : ReqFeatures) { in getReqFeatures()717 std::vector<const Record *> ReqFeatures; in emitCompressInstEmitter() local720 copy_if(RF, std::back_inserter(ReqFeatures), [](const Record *R) { in emitCompressInstEmitter()723 getReqFeatures(FeaturesSet, AnyOfFeatureSets, ReqFeatures); in emitCompressInstEmitter()
1010 std::vector<const Record *> ReqFeatures; in EmitPrintAliasInstruction() local1015 copy_if(RF, std::back_inserter(ReqFeatures), [](const Record *R) { in EmitPrintAliasInstruction()1020 for (const Record *R : ReqFeatures) { in EmitPrintAliasInstruction()
2860 SmallVector<StringRef, 1> ReqFeatures; in checkTargetFeatures() local2866 ReqFeatures.push_back(StringRef(F).substr(1)); in checkTargetFeatures()2872 ReqFeatures.push_back(F.getKey()); in checkTargetFeatures()2874 if (!llvm::all_of(ReqFeatures, [&](StringRef Feature) { in checkTargetFeatures()