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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp50 static constexpr const FeatureBitset TargetFeatures = { member in namespace:__anon2221
82 if ((Features & TargetFeatures) != (Other.Features & TargetFeatures))
91 FnProperties New((Features & ~TargetFeatures) | CallerProps.Features);
340 << getFeatureString(NewFeatures & TargetFeatures)
366 else if (TargetFeatures[KV.Value])
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp370 std::vector<StringRef> TargetFeatures; local
380 TargetFeatures.push_back(ArchFeature);
385 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures);
389 llvm::ARM::getExtensionFeatures(Extensions, TargetFeatures);
391 for (auto Feature : TargetFeatures)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h138 return TargetFeatures;
275 std::vector<wasm::WasmFeatureEntry> TargetFeatures; member in class:llvm::object::WasmObjectFile
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp838 TargetFeatures.push_back(Feature);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2469 TargetFeatures TF(CallerFeatureMap);
H A DCodeGenFunction.h4745 /// TargetFeatures - This class is used to check whether the builtin function
4755 class TargetFeatures { class in namespace:clang::CodeGen
4812 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap) function in class:clang::CodeGen::TargetFeatures

Completed in 205 milliseconds