Searched defs:TypeInfer (Results 1 – 1 of 1) sorted by relevance
250 struct TypeInfer { struct251 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() argument253 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()256 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()267 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { in MergeInTypeInfo()270 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo()326 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument337 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument347 TreePattern &TP;348 unsigned ForceMode; // Mode to use when set.[all …]