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.h971 TypeInfer &getInfer() { return Infer; } in getInfer() function
986 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
987 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
994 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
995 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1002 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1003 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
H A DCodeGenDAGPatterns.cpp1628 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1760 if (!TP.getInfer().isConcrete(Types[i], true)) in ContainsUnresolvedType()
2307 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2469 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2471 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2474 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3334 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
4228 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()