Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h58 bool hasEIJMPCALL() const { return m_hasEIJMPCALL; } in hasEIJMPCALL()
93 bool m_hasEIJMPCALL; variable
DAVRSubtarget.cpp38 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
DAVR.td69 def FeatureEIJMPCALL : SubtargetFeature<"eijmpcall", "m_hasEIJMPCALL",