Home
last modified time | relevance | path

Searched refs:hasFeature (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDModule.cpp59 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
71 .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()
HDTargets.cpp867 bool hasFeature(StringRef Feature) const override;
1306 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon571d397e0211::PPCTargetInfo
1633 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0211::NVPTXTargetInfo
2299 bool hasFeature(StringRef Feature) const override;
3363 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon571d397e0211::X86TargetInfo
4407 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::ARMTargetInfo
5098 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::AArch64TargetInfo
5374 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::HexagonTargetInfo
5522 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::SparcTargetInfo
5798 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon571d397e0411::SystemZTargetInfo
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp992 (!PP.getTargetInfo().hasFeature("vsx")) && in Finish()
993 (!PP.getTargetInfo().hasFeature("power8-vector")) && in Finish()
1006 else if (!PP.getTargetInfo().hasFeature("vsx") && in Finish()
HDSemaChecking.cpp949 if ((IsBltinExtDiv && !Context.getTargetInfo().hasFeature("extdiv")) || in CheckPPCBuiltinFunctionCall()
951 !Context.getTargetInfo().hasFeature("bpermd"))) in CheckPPCBuiltinFunctionCall()
HDSemaType.cpp6030 if (!S.Context.getTargetInfo().hasFeature("neon")) { in HandleNeonVectorTypeAttr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h798 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function