Home
last modified time | relevance | path

Searched defs:TypeInfer (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h259 struct TypeInfer { struct
260 TypeInfer(TreePattern &T) : TP(T) {} in TypeInfer() argument
262 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) const { in MergeInTypeInfo()
279 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) const { in MergeInTypeInfo()
338 ValidateOnExit(const TypeSetByHwMode &T, const TypeInfer &TI) in ValidateOnExit() argument
356 TreePattern &TP;
357 bool Validate = true; // Indicate whether to validate types.
363 mutable bool LegalTypesCached = false;
[all …]