Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h259 struct TypeInfer { struct
260 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() argument
262 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
265 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()
279 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo()
356 TreePattern &TP;
357 unsigned ForceMode; // Mode to use when set.
358 bool CodeGen = false; // Set during generation of matcher code.
359 bool Validate = true; // Indicate whether to validate types.
365 bool LegalTypesCached = false;
[all …]