Home
last modified time | relevance | path

Searched refs:V55 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h42 V4, V5, V55, V60 enumerator
92 bool hasV55TOps() const { return getHexagonArchVersion() >= V55; } in hasV55TOps()
93 bool hasV55TOpsOnly() const { return getHexagonArchVersion() == V55; } in hasV55TOpsOnly()
DHexagonRegisterInfo.cpp69 case HexagonSubtarget::V55: in getCallerSavedRegs()
89 case HexagonSubtarget::V55: in getCalleeSavedRegs()
DHexagonSchedule.td16 // V55 Machine Info +
DHexagonSubtarget.cpp69 { "hexagonv55", V55 }, in initializeSubtargetDependencies()
DHexagon.td27 def ArchV55: SubtargetFeature<"v55", "HexagonArchVersion", "V55", "Hexagon V55">;