Home
last modified time | relevance | path

Searched refs:getHVXVersion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h85 std::optional<unsigned> getHVXVersion(const FeatureBitset &Features);
H A DHexagonMCELFStreamer.cpp193 std::optional<unsigned> HVXArch = Hexagon_MC::getHVXVersion(Features); in emitTargetAttributes()
H A DHexagonMCTargetDesc.cpp629 Hexagon_MC::getHVXVersion(const FeatureBitset &Features) { in getHVXVersion() function in Hexagon_MC