Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h65 bool hasELPMX() const { return m_hasELPMX; } in hasELPMX()
100 bool m_hasELPMX; variable
DAVRSubtarget.cpp40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
DAVR.td102 def FeatureELPMX : SubtargetFeature<"elpmx", "m_hasELPMX", "true",