Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h261 struct TypeInfer { struct
262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() argument
264 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
267 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()
281 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo()
361 TreePattern &TP;
362 unsigned ForceMode; // Mode to use when set.
363 bool CodeGen = false; // Set during generation of matcher code.
364 bool Validate = true; // Indicate whether to validate types.
370 bool LegalTypesCached = false;
[all …]