Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h245 struct TypeInfer { struct
246 TypeInfer(TreePattern &T) : TP(T) {} in TypeInfer() function
248 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() argument
332 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument
340 TreePattern &TP;
341 bool Validate = true; // Indicate whether to validate types.
[all …]