Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/Targets/
H A DLanai.cpp53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
H A DDirectX.h71 bool hasFeature(StringRef Feature) const override { hasFeature() function
H A DMSP430.h60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DTCE.h96 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } hasFeature() function
H A DSPIR.h245 bool hasFeature(StringRef Feature) const override { hasFeature() function
293 bool hasFeature(StringRef Feature) const override { hasFeature() function
H A DPNaCl.h51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DBPF.h50 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DMips.cpp216 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
H A DM68k.cpp123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
H A DNVPTX.cpp166 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in NVPTXTargetInfo
H A DCSKY.cpp99 bool CSKYTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in CSKYTargetInfo
H A DSparc.cpp54 bool SparcTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SparcTargetInfo
H A DSystemZ.cpp126 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in SystemZTargetInfo
H A DLoongArch.cpp257 bool LoongArchTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in LoongArchTargetInfo
H A DHexagon.cpp211 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in HexagonTargetInfo
H A DWebAssembly.cpp46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
H A DPPC.cpp703 bool PPCTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in PPCTargetInfo
H A DRISCV.cpp317 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in RISCVTargetInfo
H A DX86.cpp1179 bool X86TargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in X86TargetInfo
H A DARM.cpp645 bool ARMTargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in ARMTargetInfo
H A DAArch64.cpp704 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { hasFeature() function in AArch64TargetInfo
/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h119 bool hasFeature(unsigned Feature) const { hasFeature() function
/llvm-project/clang/lib/Basic/
H A DModule.cpp100 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, hasFeature() function
/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c762 #define hasFeature( getAvailableFeatures() macro
[all...]
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1467 virtual bool hasFeature(StringRef Feature) const { hasFeature() function