Searched defs:TypeInfer (Results 1 – 1 of 1) sorted by relevance
247 struct TypeInfer { struct248 TypeInfer(TreePattern &T) : TP(T) {} in TypeInfer() function250 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()253 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()264 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) const { in MergeInTypeInfo()267 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) const { in MergeInTypeInfo()325 ValidateOnExit(const TypeSetByHwMode &T, const TypeInfer &TI) in ValidateOnExit() argument333 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument341 TreePattern &TP;342 bool Validate = true; // Indicate whether to validate types.[all …]