Home
last modified time | relevance | path

Searched refs:m_hasELPM (Results 1 – 9 of 9) 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",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRSubtarget.h65 bool hasELPM() const { return m_hasELPM; } in hasELPM()
100 bool m_hasELPM; variable
DAVRSubtarget.cpp38 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-project/llvm/lib/Target/AVR/
DAVRSubtarget.h65 bool hasELPM() const { return m_hasELPM; } in hasELPM()
102 bool m_hasELPM; variable
DAVRSubtarget.cpp37 m_hasMOVW(false), m_hasLPM(false), m_hasLPMX(false), m_hasELPM(false), in AVRSubtarget()
DAVRDevices.td80 def FeatureELPM : SubtargetFeature<"elpm", "m_hasELPM", "true",