Searched refs:m_hasSPM (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 65 bool hasSPM() const { return m_hasSPM; } in hasSPM() 100 bool m_hasSPM; variable
|
D | AVRSubtarget.cpp | 40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 89 def FeatureSPM : SubtargetFeature<"spm", "m_hasSPM", "true",
|
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 66 bool hasSPM() const { return m_hasSPM; } in hasSPM() 101 bool m_hasSPM; variable
|
D | AVRSubtarget.cpp | 40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVR.td | 107 def FeatureSPM : SubtargetFeature<"spm", "m_hasSPM", "true",
|