Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h66 bool hasSPM() const { return m_hasSPM; } in hasSPM()
101 bool m_hasSPM; variable
DAVRSubtarget.cpp40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
DAVR.td107 def FeatureSPM : SubtargetFeature<"spm", "m_hasSPM", "true",