Searched defs:TypeSetByHwMode (Results 1 – 2 of 2) sorted by relevance
190 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct193 TypeSetByHwMode() = default; argument195 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() argument197 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() function201 SetType &getOrCreate(unsigned Mode) { in getOrCreate()229 bool constrain(const TypeSetByHwMode &VTS); argument
67 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode