Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h261 struct TypeInfer { struct
262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() function
264 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
267 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()
278 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { in MergeInTypeInfo()
281 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo()
340 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument
351 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument
361 TreePattern &TP;
362 unsigned ForceMode; // Mode to use when set.
[all …]