Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp124 if (STI.hasFeature(ARM::HasV8Ops)) { in getArchForCPU()
131 if (STI.hasFeature(ARM::FeatureMClass) && STI.hasFeature(ARM::FeatureDSP)) in getArchForCPU()
138 else if (STI.hasFeature(ARM::HasV6MOps)) in getArchForCPU()
140 else if (STI.hasFeature(ARM::HasV6Ops)) in getArchForCPU()
144 else if (STI.hasFeature(ARM::HasV5TOps)) in getArchForCPU()
167 if (STI.hasFeature(ARM::ProcKrait)) { in emitTargetAttributes()
206 if (STI.hasFeature(ARM::FeatureNEON)) { in emitTargetAttributes()
220 if (STI.hasFeature(ARM::HasV8Ops)) in emitTargetAttributes()
260 if (STI.hasFeature(ARM::FeatureFP16)) in emitTargetAttributes()
263 if (STI.hasFeature(ARM::FeatureMP)) in emitTargetAttributes()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DHexagon.cpp56 if (hasFeature("hvx-length64b")) { in getTargetDefines()
62 if (hasFeature("hvx-length128b")) { in getTargetDefines()
129 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
H A DX86.h268 bool hasFeature(StringRef Feature) const override;
445 hasFeature("avx512f") ? 512 : hasFeature("avx") ? 256 : 128; in handleTargetFeatures()
681 if (hasFeature("cx16")) in setMaxAtomicWidth()
810 hasFeature("avx512f") ? 512 : hasFeature("avx") ? 256 : 128; in handleTargetFeatures()
H A DLanai.cpp54 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
H A DMSP430.h55 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DLanai.h72 bool hasFeature(StringRef Feature) const override;
H A DRISCV.cpp73 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
H A DTCE.h83 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
H A DPNaCl.h52 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DBPF.h49 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DHexagon.h89 bool hasFeature(StringRef Feature) const override;
H A DRISCV.h69 bool hasFeature(StringRef Feature) const override;
H A DSPIR.h60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DSystemZ.cpp114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
H A DNVPTX.h64 bool hasFeature(StringRef Feature) const override;
H A DSystemZ.h126 bool hasFeature(StringRef Feature) const override;
H A DWebAssembly.h69 bool hasFeature(StringRef Feature) const final;
H A DWebAssembly.cpp37 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
H A DSparc.h52 bool hasFeature(StringRef Feature) const override;
H A DAArch64.h67 bool hasFeature(StringRef Feature) const override;
H A DNVPTX.cpp164 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp107 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
127 .Default(Target.hasFeature(Feature) || in hasFeature()
149 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) != in isAvailable()
283 if (hasFeature(Feature, LangOpts, Target) == RequiredState) in addRequirement()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp36 ARM_TM.getMCSubtargetInfo()->hasFeature(ARM::FeatureExecuteOnly); in Initialize()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h76 bool hasFeature(unsigned Feature) const { in hasFeature() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp1097 (!S.Context.getTargetInfo().hasFeature("vsx")) && in Finish()
1098 (!S.Context.getTargetInfo().hasFeature("power8-vector")) && in Finish()
1112 else if (!S.Context.getTargetInfo().hasFeature("vsx") && in Finish()
1119 !S.Context.getTargetInfo().hasFeature("arch12")) in Finish()

12