Searched refs:m_hasBREAK (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 70 bool hasBREAK() const { return m_hasBREAK; } in hasBREAK() 105 bool m_hasBREAK; variable
|
D | AVRSubtarget.cpp | 41 m_supportsRMW(false), m_supportsMultiplication(false), m_hasBREAK(false), in AVRSubtarget()
|
D | AVRDevices.td | 114 def FeatureBREAK : SubtargetFeature<"break", "m_hasBREAK", "true",
|
/external/llvm/lib/Target/AVR/ |
D | AVRSubtarget.h | 71 bool hasBREAK() const { return m_hasBREAK; } in hasBREAK() 106 bool m_hasBREAK; variable
|
D | AVRSubtarget.cpp | 41 m_supportsRMW(false), m_supportsMultiplication(false), m_hasBREAK(false), in AVRSubtarget()
|
D | AVR.td | 132 def FeatureBREAK : SubtargetFeature<"break", "m_hasBREAK", "true",
|