Searched refs:m_hasADDSUBIW (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 58 bool hasADDSUBIW() const { return m_hasADDSUBIW; } in hasADDSUBIW() 93 bool m_hasADDSUBIW; variable
|
D | AVRSubtarget.cpp | 38 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVRDevices.td | 56 def FeatureADDSUBIW : SubtargetFeature<"addsubiw", "m_hasADDSUBIW",
|
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 59 bool hasADDSUBIW() const { return m_hasADDSUBIW; } in hasADDSUBIW() 94 bool m_hasADDSUBIW; variable
|
D | AVRSubtarget.cpp | 38 m_hasEIJMPCALL(false), m_hasADDSUBIW(false), m_hasSmallStack(false), in AVRSubtarget()
|
D | AVR.td | 74 def FeatureADDSUBIW : SubtargetFeature<"addsubiw", "m_hasADDSUBIW",
|