Searched refs:ReqFeatures (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CompressInstEmitter.cpp | 490 const std::vector<Record *> &ReqFeatures) { in getReqFeatures() argument 491 for (auto &R : ReqFeatures) { in getReqFeatures() 684 std::vector<Record *> ReqFeatures; in emitCompressInstEmitter() local 686 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) { in emitCompressInstEmitter() 689 getReqFeatures(FeaturesSet, AnyOfFeatureSets, ReqFeatures); in emitCompressInstEmitter()
|
| H A D | AsmWriterEmitter.cpp | 984 std::vector<Record *> ReqFeatures; in EmitPrintAliasInstruction() local 989 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) { in EmitPrintAliasInstruction() 994 for (Record *const R : ReqFeatures) { in EmitPrintAliasInstruction()
|
| H A D | AsmMatcherEmitter.cpp | 2702 std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates"); in GetAliasRequiredFeatures() local 2705 if (ReqFeatures.empty()) in GetAliasRequiredFeatures() 2708 for (unsigned i = 0, e = ReqFeatures.size(); i != e; ++i) { in GetAliasRequiredFeatures() 2709 const SubtargetFeatureInfo *F = Info.getSubtargetFeature(ReqFeatures[i]); in GetAliasRequiredFeatures() 2712 PrintFatalError(R->getLoc(), "Predicate '" + ReqFeatures[i]->getName() + in GetAliasRequiredFeatures()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2562 SmallVector<StringRef, 1> ReqFeatures; in checkTargetFeatures() local 2568 ReqFeatures.push_back(StringRef(F).substr(1)); in checkTargetFeatures() 2574 ReqFeatures.push_back(F.getKey()); in checkTargetFeatures() 2576 if (!llvm::all_of(ReqFeatures, [&](StringRef Feature) { in checkTargetFeatures()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4351 SmallVector<StringRef> ReqFeatures; in CheckRISCVBuiltinFunctionCall() local 4353 Features.split(ReqFeatures, ','); in CheckRISCVBuiltinFunctionCall() 4362 for (StringRef F : ReqFeatures) { in CheckRISCVBuiltinFunctionCall()
|