Home
last modified time | relevance | path

Searched refs:m_hasBREAK (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRSubtarget.h70 bool hasBREAK() const { return m_hasBREAK; } in hasBREAK()
105 bool m_hasBREAK; variable
DAVRSubtarget.cpp41 m_supportsRMW(false), m_supportsMultiplication(false), m_hasBREAK(false), in AVRSubtarget()
DAVRDevices.td114 def FeatureBREAK : SubtargetFeature<"break", "m_hasBREAK", "true",
/external/llvm/lib/Target/AVR/
DAVRSubtarget.h71 bool hasBREAK() const { return m_hasBREAK; } in hasBREAK()
106 bool m_hasBREAK; variable
DAVRSubtarget.cpp41 m_supportsRMW(false), m_supportsMultiplication(false), m_hasBREAK(false), in AVRSubtarget()
DAVR.td132 def FeatureBREAK : SubtargetFeature<"break", "m_hasBREAK", "true",