Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp61 const std::vector<std::string> &FeatureVec) { in addFeatures() argument
62 for (const auto &F : FeatureVec) in addFeatures()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp180 const std::vector<std::string> &FeatureVec) const { in initFeatureMap()
312 return TargetInfo::initFeatureMap(Features, Diags, CPU, FeatureVec); in initFeatureMap()
H A DAMDGPU.h252 const std::vector<std::string> &FeatureVec) const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h117 addFeatures(const std::vector<std::string> &FeatureVec);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp459 const std::vector<std::string> &FeatureVec) const { in initFeatureMap()
460 for (const auto &F : FeatureVec) { in initFeatureMap()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1177 const std::vector<std::string> &FeatureVec) const;