| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | Lanai.cpp | 53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
|
| H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | TCE.h | 100 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
|
| H A D | SPIR.h | 251 bool hasFeature(StringRef Feature) const override { in hasFeature() function 301 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | DirectX.h | 75 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | PNaCl.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | NVPTX.cpp | 171 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
|
| H A D | BPF.h | 50 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
| H A D | M68k.cpp | 123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
|
| H A D | CSKY.cpp | 99 bool CSKYTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in CSKYTargetInfo
|
| H A D | SystemZ.cpp | 136 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
|
| H A D | Mips.cpp | 224 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
|
| H A D | Hexagon.cpp | 227 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
|
| H A D | WebAssembly.cpp | 53 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
|
| H A D | LoongArch.cpp | 350 bool LoongArchTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LoongArchTargetInfo
|
| H A D | PPC.cpp | 595 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in PPCTargetInfo
|
| H A D | RISCV.cpp | 393 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
|
| H A D | X86.cpp | 1241 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in X86TargetInfo
|
| H A D | ARM.cpp | 652 bool ARMTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in ARMTargetInfo
|
| H A D | AArch64.cpp | 810 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in AArch64TargetInfo
|
| /freebsd/stand/lua/ |
| H A D | core.lua | 427 function core.hasFeature(name) function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 122 bool hasFeature(unsigned Feature) const { in hasFeature() function
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 95 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | x86.c | 827 #define hasFeature(F) ((Features[F / 32] >> (F % 32)) & 1) in getAvailableFeatures() macro
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1517 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function
|