Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRSubtarget.h63 bool hasELPM() const { return m_hasELPM; } in hasELPM()
98 bool m_hasELPM; variable
DAVRSubtarget.cpp39 m_hasMOVW(false), m_hasLPM(false), m_hasLPMX(false), m_hasELPM(false), in AVRSubtarget()
DAVRDevices.td80 def FeatureELPM : SubtargetFeature<"elpm", "m_hasELPM", "true",
/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",