Searched refs:m_hasSmallStack (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 60 bool hasSmallStack() const { return m_hasSmallStack; } in hasSmallStack() 95 bool m_hasSmallStack; variable
|
D | AVRSubtarget.cpp | 38 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVR.td | 79 def FeatureSmallStack : SubtargetFeature<"smallstack", "m_hasSmallStack",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 61 bool hasSmallStack() const { return m_hasSmallStack; } in hasSmallStack() 96 bool m_hasSmallStack; variable
|
D | AVRSubtarget.cpp | 37 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVRDevices.td | 61 def FeatureSmallStack : SubtargetFeature<"smallstack", "m_hasSmallStack",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 61 bool hasSmallStack() const { return m_hasSmallStack; } in hasSmallStack() 98 bool m_hasSmallStack; variable
|
D | AVRSubtarget.cpp | 36 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVRDevices.td | 61 def FeatureSmallStack : SubtargetFeature<"smallstack", "m_hasSmallStack",
|