Searched defs:TypeSetByHwMode (Results 1 – 2 of 2) sorted by relevance
187 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct191 TypeSetByHwMode() = default; argument193 TypeSetByHwMode &operator=(const TypeSetByHwMode &) = default; argument194 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() argument196 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument200 SetType &getOrCreate(unsigned Mode) { return Map[Mode]; } in getOrCreate()226 bool constrain(const TypeSetByHwMode &VTS); argument
76 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode