| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMTargetStreamer.cpp | 124 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 D | Hexagon.cpp | 56 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 D | X86.h | 268 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 D | Lanai.cpp | 54 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
|
| H A D | MSP430.h | 55 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | Lanai.h | 72 bool hasFeature(StringRef Feature) const override;
|
| H A D | RISCV.cpp | 73 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
|
| H A D | TCE.h | 83 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
|
| H A D | PNaCl.h | 52 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | BPF.h | 49 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | Hexagon.h | 89 bool hasFeature(StringRef Feature) const override;
|
| H A D | RISCV.h | 69 bool hasFeature(StringRef Feature) const override;
|
| H A D | SPIR.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | SystemZ.cpp | 114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
|
| H A D | NVPTX.h | 64 bool hasFeature(StringRef Feature) const override;
|
| H A D | SystemZ.h | 126 bool hasFeature(StringRef Feature) const override;
|
| H A D | WebAssembly.h | 69 bool hasFeature(StringRef Feature) const final;
|
| H A D | WebAssembly.cpp | 37 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
|
| H A D | Sparc.h | 52 bool hasFeature(StringRef Feature) const override;
|
| H A D | AArch64.h | 67 bool hasFeature(StringRef Feature) const override;
|
| H A D | NVPTX.cpp | 164 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Module.cpp | 107 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 D | ARMTargetObjectFile.cpp | 36 ARM_TM.getMCSubtargetInfo()->hasFeature(ARM::FeatureExecuteOnly); in Initialize()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 76 bool hasFeature(unsigned Feature) const { in hasFeature() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1097 (!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()
|