Home
last modified time | relevance | path

Searched defs:InfoByHwMode (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h87 template <typename InfoT> struct InfoByHwMode { struct
93 InfoByHwMode() = default; argument
94 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode() argument
154 struct ValueTypeByHwMode : public InfoByHwMode<MVT> { argument
97 beginInfoByHwMode begin() argument
99 endInfoByHwMode end() argument
101 beginInfoByHwMode begin() argument
103 endInfoByHwMode end() argument
105 emptyInfoByHwMode empty() argument
108 hasModeInfoByHwMode hasMode() argument
110 hasDefaultInfoByHwMode hasDefault() argument
114 getInfoByHwMode get() argument
124 getInfoByHwMode get() argument
[all...]