Searched refs:m_hasJMPCALL (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 56 bool hasJMPCALL() const { return m_hasJMPCALL; } in hasJMPCALL() 91 bool m_hasJMPCALL; variable
|
D | AVRSubtarget.cpp | 37 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
|
D | AVR.td | 57 def FeatureJMPCALL : SubtargetFeature<"jmpcall", "m_hasJMPCALL", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 57 bool hasJMPCALL() const { return m_hasJMPCALL; } in hasJMPCALL() 92 bool m_hasJMPCALL; variable
|
D | AVRSubtarget.cpp | 36 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
|
D | AVRDevices.td | 39 def FeatureJMPCALL : SubtargetFeature<"jmpcall", "m_hasJMPCALL", "true",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 57 bool hasJMPCALL() const { return m_hasJMPCALL; } in hasJMPCALL() 94 bool m_hasJMPCALL; variable
|
D | AVRSubtarget.cpp | 35 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
|
D | AVRDevices.td | 39 def FeatureJMPCALL : SubtargetFeature<"jmpcall", "m_hasJMPCALL", "true",
|