| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURemoveIncompatibleFunctions.cpp | 88 StringRef getFeatureName(unsigned Feature) { in getFeatureName() 133 void reportFunctionRemoved(Function &F, unsigned Feature) { in reportFunctionRemoved() 189 for (unsigned Feature : FeaturesToCheck) { in checkFunction() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | SubtargetFeature.h | 202 static bool hasFlag(StringRef Feature) { in hasFlag() 211 static StringRef StripFlag(StringRef Feature) { in StripFlag() 216 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineModelFeatureMaps.h | 83 constexpr bool isHeuristicInlineCostFeature(InlineCostFeatureIndex Feature) { in isHeuristicInlineCostFeature() 159 inlineCostFeatureToMlFeature(InlineCostFeatureIndex Feature) { in inlineCostFeatureToMlFeature()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Cuda.cpp | 149 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled() 153 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled()
|
| H A D | Module.cpp | 62 static bool isPlatformEnvironment(const TargetInfo &Target, StringRef Feature) { in isPlatformEnvironment() 95 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() 313 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | LoongArch.cpp | 374 for (const auto &Feature : Features) { in handleTargetFeatures() local 403 enum class AttrFeatureKind { Arch, Tune, NoFeature, Feature }; enumerator 426 for (auto &Feature : AttrFeatures) { in parseTargetAttr() local
|
| H A D | X86.cpp | 176 for (const auto &Feature : FeaturesVec) { in initFeatureMap() local 286 for (const auto &Feature : Features) { in handleTargetFeatures() local 1394 auto getPriority = [](StringRef Feature) -> uint64_t { in getFMVPriority() 1409 for (StringRef Feature : Features) in getFMVPriority() local
|
| H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
| H A D | TCE.h | 100 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature()
|
| H A D | SPIR.h | 251 bool hasFeature(StringRef Feature) const override { in hasFeature() 301 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
| H A D | DirectX.h | 75 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
| H A D | BPF.cpp | 99 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
| H A D | PNaCl.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
| H A D | NVPTX.cpp | 46 for (const StringRef Feature : Opts.FeaturesAsWritten) { in NVPTXTargetInfo() local
|
| H A D | PPC.cpp | 45 for (const auto &Feature : Features) { in handleTargetFeatures() local 468 StringRef Option) { in ppcUserFeaturesCheck()
|
| H A D | AArch64.cpp | 804 for (auto &Feature : Features) in validateCpuSupports() local 908 for (const auto &Feature : Features) { in handleTargetFeatures() local 1210 for (const auto &Feature : Features) { in handleTargetFeatures() local 1256 for (StringRef Feature : SplitFeatures) { in parseTargetAttr() local 1277 for (auto &Feature : AttrFeatures) { in parseTargetAttr() local
|
| H A D | BPF.h | 50 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
| H A D | CSKY.cpp | 116 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
| H A D | RISCV.cpp | 523 for (auto &Feature : AttrFeatures) { in parseTargetAttr() local 575 for (StringRef Feature : Features) { in getFMVPriority() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | TargetFeaturesEmitter.cpp | 71 for (const Record *Feature : FeatureList) { in printFeatureMask() local 105 for (const Record *Feature : FeatureList) { in printFeatureKeyValues() local
|
| H A D | RISCVTargetDefEmitter.cpp | 103 for (const Record *Feature : Features) { in printMArch() local 178 bool FastScalarUnalignedAccess = any_of(Features, [&](auto &Feature) { in emitRISCVProcs() 182 bool FastVectorUnalignedAccess = any_of(Features, [&](auto &Feature) { in emitRISCVProcs()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 60 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 132 for (auto &Feature : FeatTable) in Help() local 217 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local 289 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef Feature) { in ToggleFeature()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 30 for (const auto &Feature : llvm::sys::getHostCPUFeatures()) in detectHost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | LoongArchTargetParser.cpp | 38 bool LoongArch::isValidFeatureName(StringRef Feature) { in isValidFeatureName()
|
| H A D | AArch64TargetParser.cpp | 61 for (const StringRef Feature : Features) { in getFMVPriority() local 83 for (const StringRef Feature : Features) in getCpuSupportsMask() local
|