Searched refs:hasFeature (Results 1 – 6 of 6) sorted by relevance
59 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function71 .Default(Target.hasFeature(Feature)); in hasFeature()87 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) != in isAvailable()181 if (hasFeature(Feature, LangOpts, Target) == RequiredState) in addRequirement()
867 bool hasFeature(StringRef Feature) const override;1306 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon571d397e0211::PPCTargetInfo1633 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0211::NVPTXTargetInfo2299 bool hasFeature(StringRef Feature) const override;3363 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon571d397e0211::X86TargetInfo4407 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::ARMTargetInfo5098 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::AArch64TargetInfo5374 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::HexagonTargetInfo5522 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::SparcTargetInfo5798 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::SystemZTargetInfo[all …]
992 (!PP.getTargetInfo().hasFeature("vsx")) && in Finish()993 (!PP.getTargetInfo().hasFeature("power8-vector")) && in Finish()1006 else if (!PP.getTargetInfo().hasFeature("vsx") && in Finish()
949 if ((IsBltinExtDiv && !Context.getTargetInfo().hasFeature("extdiv")) || in CheckPPCBuiltinFunctionCall()951 !Context.getTargetInfo().hasFeature("bpermd"))) in CheckPPCBuiltinFunctionCall()
6030 if (!S.Context.getTargetInfo().hasFeature("neon")) { in HandleNeonVectorTypeAttr()
798 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function