Searched refs:m_hasEIJMPCALL (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 58 bool hasEIJMPCALL() const { return m_hasEIJMPCALL; } in hasEIJMPCALL() 93 bool m_hasEIJMPCALL; variable
|
D | AVRSubtarget.cpp | 38 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVR.td | 69 def FeatureEIJMPCALL : SubtargetFeature<"eijmpcall", "m_hasEIJMPCALL",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 59 bool hasEIJMPCALL() const { return m_hasEIJMPCALL; } in hasEIJMPCALL() 94 bool m_hasEIJMPCALL; variable
|
D | AVRSubtarget.cpp | 37 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVRDevices.td | 51 def FeatureEIJMPCALL : SubtargetFeature<"eijmpcall", "m_hasEIJMPCALL",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 59 bool hasEIJMPCALL() const { return m_hasEIJMPCALL; } in hasEIJMPCALL() 96 bool m_hasEIJMPCALL; variable
|
D | AVRSubtarget.cpp | 36 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVRDevices.td | 51 def FeatureEIJMPCALL : SubtargetFeature<"eijmpcall", "m_hasEIJMPCALL",
|