Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h67 bool hasSPMX() const { return m_hasSPMX; } in hasSPMX()
102 bool m_hasSPMX; variable
DAVRSubtarget.cpp40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
DAVR.td111 def FeatureSPMX : SubtargetFeature<"spmx", "m_hasSPMX", "true",