HomeSort by relevance Sort by last modified time
    Searched full:m_supportsrmw (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AVR/
AVRSubtarget.h 69 bool supportsRMW() const { return m_supportsRMW; }
104 bool m_supportsRMW;
AVRSubtarget.cpp 41 m_supportsRMW(false), m_supportsMultiplication(false), m_hasBREAK(false),
AVR.td 122 def FeatureRMW : SubtargetFeature<"rmw", "m_supportsRMW", "true",

Completed in 113 milliseconds