Searched defs:TypeSetByHwMode (Results 1 – 2 of 2) sorted by relevance
192 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct196 TypeSetByHwMode() = default; argument198 TypeSetByHwMode &operator=(const TypeSetByHwMode &) = default; argument199 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() argument201 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument205 SetType &getOrCreate(unsigned Mode) { in getOrCreate()213 bool isMachineValueType() const { in isMachineValueType()240 bool constrain(const TypeSetByHwMode &VTS); argument
84 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode