Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRSubtarget.h65 bool hasSPM() const { return m_hasSPM; } in hasSPM()
100 bool m_hasSPM; variable
DAVRSubtarget.cpp40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
DAVRDevices.td89 def FeatureSPM : SubtargetFeature<"spm", "m_hasSPM", "true",
/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",