HomeSort by: relevance | last modified time | path
    Searched defs:hasFeature (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Lanai.cpp 53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const {
M68k.cpp 123 bool M68kTargetInfo::hasFeature(StringRef Feature) const {
Mips.cpp 212 bool MipsTargetInfo::hasFeature(StringRef Feature) const {
NVPTX.cpp 171 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const {
Sparc.cpp 54 bool SparcTargetInfo::hasFeature(StringRef Feature) const {
SystemZ.cpp 114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const {
WebAssembly.cpp 46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const {
Hexagon.cpp 73 if (hasFeature("hvx-length64b")) {
79 if (hasFeature("hvx-length128b")) {
87 if (hasFeature("audio")) {
169 bool HexagonTargetInfo::hasFeature(StringRef Feature) const {
PPC.cpp 409 bool PPCTargetInfo::hasFeature(StringRef Feature) const {
RISCV.cpp 253 bool RISCVTargetInfo::hasFeature(StringRef Feature) const {
AArch64.cpp 427 bool AArch64TargetInfo::hasFeature(StringRef Feature) const {
X86.cpp 357 hasFeature("avx512f") ? 512 : hasFeature("avx") ? 256 : 128;
920 bool X86TargetInfo::hasFeature(StringRef Feature) const {
1019 // X86TargetInfo::hasFeature for a somewhat comprehensive list).
ARM.cpp 554 bool ARMTargetInfo::hasFeature(StringRef Feature) const {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts,
103 bool HasFeature = llvm::StringSwitch<bool>(Feature)
121 .Default(Target.hasFeature(Feature) ||
123 if (!HasFeature)
124 HasFeature = std::find(LangOpts.ModuleFeatures.begin(),
127 return HasFeature;
142 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
296 if (hasFeature(Feature, LangOpts, Target) == RequiredState)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSubtargetInfo.h 118 bool hasFeature(unsigned Feature) const {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1279 virtual bool hasFeature(StringRef Feature) const {

Completed in 23 milliseconds