Searched refs:ReqFeatures (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1864 static bool hasRequiredFeatures(const SmallVectorImpl<StringRef> &ReqFeatures, in hasRequiredFeatures() argument 1868 if (ReqFeatures.empty()) in hasRequiredFeatures() 1879 ReqFeatures.begin(), ReqFeatures.end(), [&](StringRef Feature) { in hasRequiredFeatures() 1913 SmallVector<StringRef, 1> ReqFeatures; in checkTargetFeatures() local 1919 StringRef(FeatureList).split(ReqFeatures, ","); in checkTargetFeatures() 1920 if (!hasRequiredFeatures(ReqFeatures, CGM, FD, MissingFeature)) in checkTargetFeatures() 1927 SmallVector<StringRef, 1> ReqFeatures; in checkTargetFeatures() local 1933 ReqFeatures.push_back(F.getKey()); in checkTargetFeatures() 1935 if (!hasRequiredFeatures(ReqFeatures, CGM, FD, MissingFeature)) in checkTargetFeatures()
|
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 640 SmallVector<Record*, 4> ReqFeatures; member in __anon7a817e750211::IAPrinter 686 if (Conds.empty() && ReqFeatures.empty()) { in print()
|
D | AsmMatcherEmitter.cpp | 2345 std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates"); in GetAliasRequiredFeatures() local 2348 for (unsigned i = 0, e = ReqFeatures.size(); i != e; ++i) { in GetAliasRequiredFeatures() 2349 const SubtargetFeatureInfo *F = Info.getSubtargetFeature(ReqFeatures[i]); in GetAliasRequiredFeatures() 2352 PrintFatalError(R->getLoc(), "Predicate '" + ReqFeatures[i]->getName() + in GetAliasRequiredFeatures()
|