Home
last modified time | relevance | path

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

1234

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dformal_protocol-4.m11 @interface Feature : Object interface
14 @implementation Feature implementation
17 @interface Feature (EvaluatingProtocol) <Evaluating> interface in EvaluatingProtocol
20 @implementation Feature (EvaluatingProtocol) implementation in EvaluatingProtocol
H A Dformal_protocol-1.m12 @interface Feature : Object <Enabling> interface
19 @implementation Feature implementation
H A Dformal_protocol-2.m13 @interface Feature : Object <Enabling> interface
20 @implementation Feature implementation
H A Dformal_protocol-3.m17 @interface Feature : Object <Enabling, Evaluating> interface
24 @implementation Feature implementation
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h64 constexpr bool isHeuristicInlineCostFeature(InlineCostFeatureIndex Feature) { in isHeuristicInlineCostFeature()
125 inlineCostFeatureToMlFeature(InlineCostFeatureIndex Feature) { in inlineCostFeatureToMlFeature()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp59 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
119 for (auto &Feature : FeatTable) in Help() local
196 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local
268 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef Feature) { in ToggleFeature()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DAArch64.cpp712 for (const auto &Feature : Features) { in handleTargetFeatures() local
933 for (const auto &Feature : Features) { in handleTargetFeatures() local
971 for (const auto &Feature : FeaturesVec) in initFeatureMap() local
981 for (const auto &Feature : FeaturesVec) in initFeatureMap() local
1010 for (StringRef Feature : SplitFeatures) { in parseTargetAttr() local
1024 for (auto &Feature : AttrFeatures) { in parseTargetAttr() local
H A DSPIR.h191 bool hasFeature(StringRef Feature) const override { in hasFeature()
244 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DPPC.cpp34 for (const auto &Feature : Features) { in handleTargetFeatures() local
455 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
H A DDirectX.h69 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DMSP430.h60 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DBPF.cpp52 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DTCE.h93 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature()
H A DPNaCl.h51 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DBPF.h50 bool hasFeature(StringRef Feature) const override { in hasFeature()
H A DNVPTX.cpp43 for (const StringRef Feature : Opts.FeaturesAsWritten) { in NVPTXTargetInfo() local
H A DCSKY.cpp115 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DLoongArch.cpp207 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DARM.cpp462 for (auto Feature : TargetFeatures) in initFeatureMap() local
476 for (const auto &Feature : FeaturesVec) { in initFeatureMap() local
520 for (const auto &Feature : Features) { in handleTargetFeatures() local
H A DSystemZ.h163 for (const auto &Feature : Features) { in handleTargetFeatures() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DCuda.cpp227 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled()
231 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()
311 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp33 for (auto *Feature : Rec.getValueAsListOfDefs("Features")) { in getMArch() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp35 for (auto &Feature : FeatureMap) in detectHost() local

1234