Searched refs:hasFeature (Results 1 – 4 of 4) sorted by relevance
56 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function67 .Default(Target.hasFeature(Feature)); in hasFeature()78 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) != in isAvailable()155 if (hasFeature(Feature, LangOpts, Target) == RequiredState) in addRequirement()
781 virtual bool hasFeature(StringRef Feature) const;1096 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe080311::PPCTargetInfo1337 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe080811::NVPTXTargetInfo1867 virtual bool hasFeature(StringRef Feature) const;2848 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe080a11::X86TargetInfo3500 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe081d11::AArch64TargetInfo3905 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe081e11::ARMTargetInfo4277 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe082111::HexagonTargetInfo4424 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe082211::SparcTargetInfo4741 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function in __anon520afe082511::MSP430TargetInfo[all …]
722 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function
4807 if (!S.Context.getTargetInfo().hasFeature("neon")) { in HandleNeonVectorTypeAttr()