Searched refs:TargetFeatures (Results 1 – 7 of 7) sorted by relevance
50 static constexpr const FeatureBitset TargetFeatures = { variable78 if ((Features & TargetFeatures) != (Other.Features & TargetFeatures)) in operator ==()87 FnProperties New((Features & ~TargetFeatures) | CallerProps.Features); in adjustToCaller()340 << getFeatureString(NewFeatures & TargetFeatures) in setFeatures()366 else if (TargetFeatures[KV.Value]) in getFeatureString()
32 class TargetFeatures {89 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap) in TargetFeatures() function
250 TargetFeatures TF(TargetFetureMap); in evaluateRequiredTargetFeatures()
428 std::vector<StringRef> TargetFeatures; in initFeatureMap() local438 TargetFeatures.push_back(ArchFeature); in initFeatureMap()456 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures); in initFeatureMap()460 llvm::ARM::getExtensionFeatures(Extensions, TargetFeatures); in initFeatureMap()462 for (auto Feature : TargetFeatures) in initFeatureMap()
136 return TargetFeatures; in getTargetFeatures()273 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
69 auto TargetFeatures = Target.split(':'); in OffloadTargetInfo() local70 auto TripleOrGPU = TargetFeatures.first.rsplit('-'); in OffloadTargetInfo()78 auto KindTriple = TargetFeatures.first.split('-'); in OffloadTargetInfo()
910 TargetFeatures.push_back(Feature); in parseTargetFeaturesSection()