Searched refs:m_hasELPM (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 63 bool hasELPM() const { return m_hasELPM; } in hasELPM() 98 bool m_hasELPM; variable
|
D | AVRSubtarget.cpp | 39 m_hasMOVW(false), m_hasLPM(false), m_hasLPMX(false), m_hasELPM(false), in AVRSubtarget()
|
D | AVRDevices.td | 80 def FeatureELPM : SubtargetFeature<"elpm", "m_hasELPM", "true",
|
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 64 bool hasELPM() const { return m_hasELPM; } in hasELPM() 99 bool m_hasELPM; variable
|
D | AVRSubtarget.cpp | 39 m_hasMOVW(false), m_hasLPM(false), m_hasLPMX(false), m_hasELPM(false), in AVRSubtarget()
|
D | AVR.td | 98 def FeatureELPM : SubtargetFeature<"elpm", "m_hasELPM", "true",
|