Searched defs:getRequiredFeatures (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | Builtins.h | 255 const char *getRequiredFeatures(unsigned ID) const { getRequiredFeatures() function |
/llvm-project/llvm/lib/Target/AArch64/Utils/ | ||
H A D | AArch64BaseInfo.h | 352 FeatureBitset getRequiredFeatures() const { return FeaturesRequired; } getRequiredFeatures() function |
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ | ||
H A D | GlobalISelMatchTable.cpp | 872 const std::vector<Record *> &RuleMatcher::getRequiredFeatures() const { getRequiredFeatures() function in llvm::gi::RuleMatcher |