Searched refs:m_hasDES (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 68 bool hasDES() const { return m_hasDES; } in hasDES() 103 bool m_hasDES; variable
|
D | AVRSubtarget.cpp | 40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVR.td | 116 def FeatureDES : SubtargetFeature<"des", "m_hasDES", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 69 bool hasDES() const { return m_hasDES; } in hasDES() 104 bool m_hasDES; variable
|
D | AVRSubtarget.cpp | 39 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 98 def FeatureDES : SubtargetFeature<"des", "m_hasDES", "true",
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 69 bool hasDES() const { return m_hasDES; } in hasDES() 106 bool m_hasDES; variable
|
D | AVRSubtarget.cpp | 38 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false), in AVRSubtarget()
|
D | AVRDevices.td | 98 def FeatureDES : SubtargetFeature<"des", "m_hasDES", "true",
|