Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h59 bool hasADDSUBIW() const { return m_hasADDSUBIW; } in hasADDSUBIW()
94 bool m_hasADDSUBIW; variable
DAVRSubtarget.cpp38 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
DAVR.td74 def FeatureADDSUBIW : SubtargetFeature<"addsubiw", "m_hasADDSUBIW",