Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h208 static bool hasFlag(StringRef Feature) { in hasFlag()
217 static StringRef StripFlag(StringRef Feature) { in StripFlag()
222 static inline bool isEnabled(StringRef Feature) { in isEnabled()
H A DMCSubtargetInfo.h118 bool hasFeature(unsigned Feature) const { in hasFeature()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp58 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
118 for (auto &Feature : FeatTable) in Help() local
195 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local
267 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef Feature) { in ToggleFeature()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DCuda.cpp233 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled()
237 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled()
H A DModule.cpp68 static bool isPlatformEnvironment(const TargetInfo &Target, StringRef Feature) { in isPlatformEnvironment()
101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
290 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
H A DTargetID.cpp89 auto Feature = Splits.first.drop_back(); in parseTargetIDWithFormatCheckingOnly() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp34 for (const auto &Feature : Features) { in handleTargetFeatures() local
256 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
H A DMSP430.h60 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DTCE.h92 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature()
H A DBPF.cpp52 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DPNaCl.h51 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DBPF.h51 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DNVPTX.cpp44 for (const StringRef Feature : Opts.FeaturesAsWritten) { in NVPTXTargetInfo() local
H A DSPIR.h93 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DSystemZ.h119 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DARM.cpp391 for (auto Feature : TargetFeatures) in initFeatureMap() local
405 for (const auto &Feature : FeaturesVec) { in initFeatureMap() local
446 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DRISCV.cpp287 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DWebAssembly.cpp143 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DARM.h131 bool isValidFeatureName(StringRef Feature) const override { in isValidFeatureName()
H A DMips.h318 for (const auto &Feature : Features) { in handleTargetFeatures() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp34 for (auto &Feature : FeatureMap) in detectHost() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp176 for (auto Feature : File.Features) in PrintSummary() local
246 TPC.CollectFeatures([&](size_t Feature) { in CrashResistantMergeInternalStep()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp336 for (const auto &Feature : FeatureBitset) in getNameForFeatureBitset() local
591 for (const auto &Feature : FeatureBitset) { in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp51 for (auto &Feature : Features) { in UsesVectorABI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp161 for (auto &Feature : FusionFeatures) { in shouldScheduleAdjacent() local

123