Searched refs:m_hasIJMPCALL (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 57 bool hasIJMPCALL() const { return m_hasIJMPCALL; } in hasIJMPCALL() 92 bool m_hasIJMPCALL; variable
|
D | AVRSubtarget.cpp | 37 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
|
D | AVR.td | 63 def FeatureIJMPCALL : SubtargetFeature<"ijmpcall", "m_hasIJMPCALL",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 58 bool hasIJMPCALL() const { return m_hasIJMPCALL; } in hasIJMPCALL() 93 bool m_hasIJMPCALL; variable
|
D | AVRSubtarget.cpp | 36 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
|
D | AVRDevices.td | 45 def FeatureIJMPCALL : SubtargetFeature<"ijmpcall", "m_hasIJMPCALL",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 58 bool hasIJMPCALL() const { return m_hasIJMPCALL; } in hasIJMPCALL() 95 bool m_hasIJMPCALL; variable
|
D | AVRSubtarget.cpp | 35 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
|
D | AVRDevices.td | 45 def FeatureIJMPCALL : SubtargetFeature<"ijmpcall", "m_hasIJMPCALL",
|