Searched refs:FeatureName (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | RISCVTargetDefEmitter.cpp | 104 StringRef FeatureName = getExtensionName(Feature); in printMArch() local 108 Extensions[FeatureName.str()] = {Major, Minor}; in printMArch() 109 } else if (FeatureName == "64bit") { in printMArch() 112 } else if (FeatureName == "32bit") { in printMArch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUFeatures.td | 45 class SubtargetFeatureGeneration <string Value, string FeatureName, 48 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 | 1361 string FeatureName, 1363 SubtargetFeatureGeneration <Value, FeatureName, "GCNSubtarget", Implies>;
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 225 for (const auto &FeatureName : EnabledFeatureNames) { in printEnabledExtensions() local 226 std::string PosFeatureName = '+' + FeatureName.str(); in printEnabledExtensions()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 138 if (hasFeature(Current->Requirements[I].FeatureName, LangOpts, Target) != in isUnimportable() 490 OS << Requirements[I].FeatureName; in print()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 161 llvm::opt::OptSpecifier OffOpt, StringRef FeatureName);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 344 std::string FeatureName; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCV.cpp | 1584 auto HasFeature = [&](StringRef FeatureName) -> bool { in handleInterruptAttr() argument 1585 return TI.hasFeature(FeatureName) || FunctionFeatureMap.lookup(FeatureName); in handleInterruptAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 641 StringRef FeatureName) { in AddTargetFeature() argument 644 Features.push_back(Args.MakeArgString("+" + FeatureName)); in AddTargetFeature() 646 Features.push_back(Args.MakeArgString("-" + FeatureName)); in AddTargetFeature()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2952 FeatureValidityCheck([&](StringRef FeatureName) { in TargetOMPContext() argument 2953 return ASTCtx.getTargetInfo().isValidFeatureName(FeatureName); in TargetOMPContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2024 << Requirement.FeatureName; in checkModuleIsAvailable()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 3121 Stream.EmitRecordWithBlob(RequiresAbbrev, Record, R.FeatureName); in WriteSubmodules()
|