Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h34 template <typename InfoT> struct InfoByHwMode;
43 void union_modes(const InfoByHwMode<InfoT> &A, const InfoByHwMode<InfoT> &B, in union_modes()
87 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
199 struct RegSizeInfoByHwMode : public InfoByHwMode<RegSizeInfo> {
229 struct SubRegRangeByHwMode : public InfoByHwMode<SubRegRange> {
239 struct EncodingInfoByHwMode : public InfoByHwMode<Record *> {
H A DCodeGenDAGPatterns.h187 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {
/freebsd/usr.bin/clang/llvm-tblgen/
H A DMakefile31 SRCS+= Common/InfoByHwMode.cpp