Searched defs:TypeSetByHwMode (Results 1 – 2 of 2) sorted by relevance
189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct193 TypeSetByHwMode() = default; argument195 TypeSetByHwMode &operator=(const TypeSetByHwMode &) = default; argument196 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() function198 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument202 SetType &getOrCreate(unsigned Mode) { in getOrCreate()212 bool isMachineValueType() const { in isMachineValueType()239 bool constrain(const TypeSetByHwMode &VTS); argument
70 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode