Home
last modified time | relevance | path

Searched refs:getInfer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h985 TypeInfer &getInfer() { return Infer; } in getInfer() function
1000 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1001 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1008 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1009 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1016 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1017 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
H A DCodeGenDAGPatterns.cpp1643 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1828 if (!TP.getInfer().isConcrete(Type, true)) in ContainsUnresolvedType()
2382 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2545 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2547 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2550 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3406 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
4266 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()