Searched refs:MergeInTypeInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h279 bool MergeInTypeInfo(TypeSetByHwMode &Out, const TypeSetByHwMode &In);
280 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { function in struct:llvm::TypeInfer
281 return MergeInTypeInfo(Out, TypeSetByHwMode(InVT));
283 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { function in struct:llvm::TypeInfer
284 return MergeInTypeInfo(Out, TypeSetByHwMode(InVT));
990 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS);
998 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS);
1006 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS);
H A DCodeGenDAGPatterns.cpp344 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out, function in class:TypeInfer

Completed in 107 milliseconds