Home
last modified time | relevance | path

Searched defs:getRequiredFeatures (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.h238 const char *getRequiredFeatures(unsigned ID) const { in getRequiredFeatures() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h350 FeatureBitset getRequiredFeatures() const { return FeaturesRequired; } in getRequiredFeatures() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3269 const std::vector<Record *> &RuleMatcher::getRequiredFeatures() const { in getRequiredFeatures() function in __anoncee47b830111::RuleMatcher