Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h64 bool hasELPM() const { return m_hasELPM; } in hasELPM()
99 bool m_hasELPM; variable
DAVRSubtarget.cpp39 m_hasMOVW(false), m_hasLPM(false), m_hasLPMX(false), m_hasELPM(false), in AVRSubtarget()
DAVR.td98 def FeatureELPM : SubtargetFeature<"elpm", "m_hasELPM", "true",