/netbsd-src/external/apache2/llvm/dist/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()
|
H A D | MCSubtargetInfo.h | 118 bool hasFeature(unsigned Feature) const { in hasFeature()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 58 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 D | Cuda.cpp | 233 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled() 237 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() 290 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
|
H A D | TargetID.cpp | 89 auto Feature = Splits.first.drop_back(); in parseTargetIDWithFormatCheckingOnly() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 34 for (const auto &Feature : Features) { in handleTargetFeatures() local 256 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
|
H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | TCE.h | 92 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature()
|
H A D | BPF.cpp | 52 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 | BPF.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | NVPTX.cpp | 44 for (const StringRef Feature : Opts.FeaturesAsWritten) { in NVPTXTargetInfo() local
|
H A D | SPIR.h | 93 bool hasFeature(StringRef Feature) const override { in hasFeature()
|
H A D | SystemZ.h | 119 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
H A D | ARM.cpp | 391 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 D | RISCV.cpp | 287 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
H A D | WebAssembly.cpp | 143 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
H A D | ARM.h | 131 bool isValidFeatureName(StringRef Feature) const override { in isValidFeatureName()
|
H A D | Mips.h | 318 for (const auto &Feature : Features) { in handleTargetFeatures() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 34 for (auto &Feature : FeatureMap) in detectHost() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 176 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 D | CodeEmitterGen.cpp | 336 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 D | SystemZTargetMachine.cpp | 51 for (auto &Feature : Features) { in UsesVectorABI() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 161 for (auto &Feature : FusionFeatures) { in shouldScheduleAdjacent() local
|