Searched refs:m_hasSPMX (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 67 bool hasSPMX() const { return m_hasSPMX; } in hasSPMX() 102 bool m_hasSPMX; variable
|
D | AVRSubtarget.cpp | 40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVR.td | 111 def FeatureSPMX : SubtargetFeature<"spmx", "m_hasSPMX", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 68 bool hasSPMX() const { return m_hasSPMX; } in hasSPMX() 103 bool m_hasSPMX; variable
|
D | AVRSubtarget.cpp | 39 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 93 def FeatureSPMX : SubtargetFeature<"spmx", "m_hasSPMX", "true",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 68 bool hasSPMX() const { return m_hasSPMX; } in hasSPMX() 105 bool m_hasSPMX; variable
|
D | AVRSubtarget.cpp | 38 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 93 def FeatureSPMX : SubtargetFeature<"spmx", "m_hasSPMX", "true",
|