Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DInfoByHwMode.h31 template <typename InfoT> struct InfoByHwMode;
40 std::vector<unsigned> union_modes(const InfoByHwMode<InfoT> &A, in union_modes()
41 const InfoByHwMode<InfoT> &B) { in union_modes()
61 struct InfoByHwMode { struct
67 InfoByHwMode() = default; argument
68 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode() function
120 struct ValueTypeByHwMode : public InfoByHwMode<MVT> { argument
168 struct RegSizeInfoByHwMode : public InfoByHwMode<RegSizeInfo> {
187 struct EncodingInfoByHwMode : public InfoByHwMode<Record*> {
DCMakeLists.txt33 InfoByHwMode.cpp
DCodeGenDAGPatterns.h189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {
/external/llvm-project/llvm/utils/gn/secondary/llvm/utils/TableGen/
DBUILD.gn37 "InfoByHwMode.cpp",