Searched refs:m_hasELPMX (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 65 bool hasELPMX() const { return m_hasELPMX; } in hasELPMX() 100 bool m_hasELPMX; variable
|
D | AVRSubtarget.cpp | 40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVR.td | 102 def FeatureELPMX : SubtargetFeature<"elpmx", "m_hasELPMX", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 66 bool hasELPMX() const { return m_hasELPMX; } in hasELPMX() 101 bool m_hasELPMX; variable
|
D | AVRSubtarget.cpp | 39 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 84 def FeatureELPMX : SubtargetFeature<"elpmx", "m_hasELPMX", "true",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 66 bool hasELPMX() const { return m_hasELPMX; } in hasELPMX() 103 bool m_hasELPMX; variable
|
D | AVRSubtarget.cpp | 38 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 84 def FeatureELPMX : SubtargetFeature<"elpmx", "m_hasELPMX", "true",
|