/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
H A D | formal_protocol-4.m | 11 @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 D | formal_protocol-1.m | 12 @interface Feature : Object <Enabling> interface 19 @implementation Feature implementation
|
H A D | formal_protocol-2.m | 13 @interface Feature : Object <Enabling> interface 20 @implementation Feature implementation
|
H A D | formal_protocol-3.m | 17 @interface Feature : Object <Enabling, Evaluating> interface 24 @implementation Feature implementation
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 208 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 D | InlineModelFeatureMaps.h | 64 constexpr bool isHeuristicInlineCostFeature(InlineCostFeatureIndex Feature) { in isHeuristicInlineCostFeature() 125 inlineCostFeatureToMlFeature(InlineCostFeatureIndex Feature) { in inlineCostFeatureToMlFeature()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 59 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 D | AArch64.cpp | 712 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 D | SPIR.h | 191 bool hasFeature(StringRef Feature) const override { in hasFeature() 244 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | PPC.cpp | 34 for (const auto &Feature : Features) { in handleTargetFeatures() local 455 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
|
H A D | DirectX.h | 69 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | BPF.cpp | 52 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
H A D | TCE.h | 93 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature()
|
H A D | PNaCl.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | BPF.h | 50 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | NVPTX.cpp | 43 for (const StringRef Feature : Opts.FeaturesAsWritten) { in NVPTXTargetInfo() local
|
H A D | CSKY.cpp | 115 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
H A D | LoongArch.cpp | 207 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
H A D | ARM.cpp | 462 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 D | SystemZ.h | 163 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Cuda.cpp | 227 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled() 231 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled()
|
H A D | Module.cpp | 68 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 D | RISCVTargetDefEmitter.cpp | 33 for (auto *Feature : Rec.getValueAsListOfDefs("Features")) { in getMArch() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 35 for (auto &Feature : FeatureMap) in detectHost() local
|