Searched refs:MergeInTypeInfo (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 277 bool MergeInTypeInfo(TypeSetByHwMode &Out, const TypeSetByHwMode &In); 278 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { in MergeInTypeInfo() function 279 return MergeInTypeInfo(Out, TypeSetByHwMode(InVT)); in MergeInTypeInfo() 281 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo() function 282 return MergeInTypeInfo(Out, TypeSetByHwMode(InVT)); in MergeInTypeInfo() 986 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType() 994 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType() 1002 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
|
D | CodeGenDAGPatterns.cpp | 344 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out, in MergeInTypeInfo() function in TypeInfer
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP); 115 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo() function 116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo() 489 return Types[ResNo].MergeInTypeInfo(InTy, TP); in UpdateNodeType() 494 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP); in UpdateNodeType()
|
D | CodeGenDAGPatterns.cpp | 154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() function in EEVT::TypeSet 496 return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP); in EnforceVectorEltTypeIs() 3426 if (N->getExtType(i).MergeInTypeInfo(N->getExtType(i).getTypeList()[0], TP)) in ForceArbitraryInstResultType()
|