Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLanai.cpp53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
H A DMSP430.h60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DTCE.h100 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
H A DSPIR.h251 bool hasFeature(StringRef Feature) const override { in hasFeature() function
301 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DDirectX.h75 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DPNaCl.h51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DNVPTX.cpp171 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
H A DBPF.h50 bool hasFeature(StringRef Feature) const override { in hasFeature() function
H A DM68k.cpp123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
H A DCSKY.cpp99 bool CSKYTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in CSKYTargetInfo
H A DSystemZ.cpp136 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
H A DMips.cpp224 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
H A DHexagon.cpp227 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
H A DWebAssembly.cpp53 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
H A DLoongArch.cpp350 bool LoongArchTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LoongArchTargetInfo
H A DPPC.cpp595 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in PPCTargetInfo
H A DRISCV.cpp393 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
H A DX86.cpp1241 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in X86TargetInfo
H A DARM.cpp652 bool ARMTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in ARMTargetInfo
H A DAArch64.cpp810 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in AArch64TargetInfo
/freebsd/stand/lua/
H A Dcore.lua427 function core.hasFeature(name) function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h122 bool hasFeature(unsigned Feature) const { in hasFeature() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp95 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c827 #define hasFeature(F) ((Features[F / 32] >> (F % 32)) & 1) in getAvailableFeatures() macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1517 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function