Searched defs:TypeInfer (Results 1 – 1 of 1) sorted by relevance
245 struct TypeInfer { struct246 TypeInfer(TreePattern &T) : TP(T) {} in TypeInfer() function248 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()251 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()262 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) const { in MergeInTypeInfo()265 bool MergeInTypeInfo(TypeSetByHwMode &Out, in MergeInTypeInfo()324 ValidateOnExit(const TypeSetByHwMode &T, const TypeInfer &TI) in ValidateOnExit() argument332 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument340 TreePattern &TP;341 bool Validate = true; // Indicate whether to validate types.[all …]