Searched refs:FeatureName (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | RISCVTargetDefEmitter.cpp | 103 StringRef FeatureName = getExtensionName(Feature); in printMArch() local 107 Extensions[FeatureName.str()] = {Major, Minor}; in printMArch() 108 } else if (FeatureName == "64bit") { in printMArch() 111 } else if (FeatureName == "32bit") { in printMArch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUFeatures.td | 42 class SubtargetFeatureGeneration <string Value, string FeatureName, 45 SubtargetFeature <FeatureName, "Gen", Subtarget#"::"#Value,
|
H A D | R600Processors.td | 43 class R600SubtargetFeatureGeneration <string Value, string FeatureName, 45 SubtargetFeatureGeneration <Value, FeatureName, "R600Subtarget", Implies>;
|
H A D | AMDGPU.td | 1121 string FeatureName, 1123 SubtargetFeatureGeneration <Value, FeatureName, "GCNSubtarget", Implies>;
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 187 for (const auto &FeatureName : EnabledFeatureNames) { in printEnabledExtensions() local 188 std::string PosFeatureName = '+' + FeatureName.str(); in printEnabledExtensions()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 143 if (hasFeature(Current->Requirements[I].FeatureName, LangOpts, Target) != in isUnimportable() 509 OS << Requirements[I].FeatureName; in print()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.h | 163 llvm::opt::OptSpecifier OffOpt, StringRef FeatureName);
|
H A D | CommonArgs.cpp | 515 StringRef FeatureName) { in AddTargetFeature() argument 518 Features.push_back(Args.MakeArgString("+" + FeatureName)); in AddTargetFeature() 520 Features.push_back(Args.MakeArgString("-" + FeatureName)); in AddTargetFeature()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 288 std::string FeatureName; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2754 FeatureValidityCheck([&](StringRef FeatureName) { in TargetOMPContext() argument 2755 return ASTCtx.getTargetInfo().isValidFeatureName(FeatureName); in TargetOMPContext()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1999 << Requirement.FeatureName; in checkModuleIsAvailable()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3037 Stream.EmitRecordWithBlob(RequiresAbbrev, Record, R.FeatureName); in WriteSubmodules()
|