Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h32 template <typename InfoT> struct InfoByHwMode;
41 std::vector<unsigned> union_modes(const InfoByHwMode<InfoT> &A, in union_modes()
42 const InfoByHwMode<InfoT> &B) { in union_modes()
60 struct InfoByHwMode { struct
66 InfoByHwMode() = default; argument
67 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode() argument
119 struct ValueTypeByHwMode : public InfoByHwMode<MVT> { argument
161 struct RegSizeInfoByHwMode : public InfoByHwMode<RegSizeInfo> {
DCMakeLists.txt27 InfoByHwMode.cpp
DCodeGenDAGPatterns.h190 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {