/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 | DirectX.h | 71 bool hasFeature(StringRef Feature) const override { hasFeature() function
|
H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | TCE.h | 96 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } hasFeature() function
|
H A D | SPIR.h | 245 bool hasFeature(StringRef Feature) const override { hasFeature() function 293 bool hasFeature(StringRef Feature) const override { hasFeature() function
|
H A D | PNaCl.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | BPF.h | 50 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | Mips.cpp | 216 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
|
H A D | M68k.cpp | 123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
|
H A D | NVPTX.cpp | 166 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in NVPTXTargetInfo
|
H A D | CSKY.cpp | 99 bool CSKYTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in CSKYTargetInfo
|
H A D | Sparc.cpp | 54 bool SparcTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SparcTargetInfo
|
H A D | SystemZ.cpp | 126 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in SystemZTargetInfo
|
H A D | LoongArch.cpp | 257 bool LoongArchTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in LoongArchTargetInfo
|
H A D | Hexagon.cpp | 211 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in HexagonTargetInfo
|
H A D | WebAssembly.cpp | 46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
|
H A D | PPC.cpp | 703 bool PPCTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in PPCTargetInfo
|
H A D | RISCV.cpp | 317 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in RISCVTargetInfo
|
H A D | X86.cpp | 1179 bool X86TargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in X86TargetInfo
|
H A D | ARM.cpp | 645 bool ARMTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in ARMTargetInfo
|
H A D | AArch64.cpp | 704 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in AArch64TargetInfo
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 119 bool hasFeature(unsigned Feature) const { hasFeature() function
|
/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 100 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, hasFeature() function
|
/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 762 #define hasFeature( getAvailableFeatures() macro [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1467 virtual bool hasFeature(StringRef Feature) const { hasFeature() function
|