Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRSubtarget.h65 bool hasELPM() const { return m_hasELPM; } in hasELPM()
102 bool m_hasELPM; variable
H A DAVRSubtarget.cpp37 m_hasMOVW(false), m_hasLPM(false), m_hasLPMX(false), m_hasELPM(false), in AVRSubtarget()
H A DAVRDevices.td80 def FeatureELPM : SubtargetFeature<"elpm", "m_hasELPM", "true",