Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp63 const std::vector<std::string> &FeatureVec) { in addFeatures() argument
64 for (const auto &F : FeatureVec) in addFeatures()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp181 const std::vector<std::string> &FeatureVec) const { in initFeatureMap()
185 if (!TargetInfo::initFeatureMap(Features, Diags, CPU, FeatureVec)) in initFeatureMap()
H A DAMDGPU.h249 const std::vector<std::string> &FeatureVec) const override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h115 addFeatures(const std::vector<std::string> &FeatureVec);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp523 const std::vector<std::string> &FeatureVec) const { in initFeatureMap()
524 for (const auto &F : FeatureVec) { in initFeatureMap()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1282 const std::vector<std::string> &FeatureVec) const;