Home
last modified time | relevance | path

Searched refs:TargetFeatures (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp50 static constexpr const FeatureBitset TargetFeatures = { variable
82 if ((Features & TargetFeatures) != (Other.Features & TargetFeatures)) in operator ==()
91 FnProperties New((Features & ~TargetFeatures) | CallerProps.Features); in adjustToCaller()
340 << getFeatureString(NewFeatures & TargetFeatures) in setFeatures()
366 else if (TargetFeatures[KV.Value]) in getFeatureString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp370 std::vector<StringRef> TargetFeatures; in initFeatureMap() local
380 TargetFeatures.push_back(ArchFeature); in initFeatureMap()
385 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures); in initFeatureMap()
389 llvm::ARM::getExtensionFeatures(Extensions, TargetFeatures); in initFeatureMap()
391 for (auto Feature : TargetFeatures) in initFeatureMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h138 return TargetFeatures; in getTargetFeatures()
275 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h4755 class TargetFeatures {
4812 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap)
H A DCodeGenFunction.cpp2469 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp838 TargetFeatures.push_back(Feature); in parseTargetFeaturesSection()