Searched defs:TypeInfer (Results 1 – 1 of 1) sorted by relevance
259 struct TypeInfer { struct260 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() argument262 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()265 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()276 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { in MergeInTypeInfo()279 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo()335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument356 TreePattern &TP;357 unsigned ForceMode; // Mode to use when set.[all …]