Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h981 TypeInfer &getInfer() { return Infer; } in getInfer() function
997 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
998 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1005 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1006 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1013 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1014 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
H A DCodeGenDAGPatterns.cpp1627 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1766 if (!TP.getInfer().isConcrete(Types[i], true)) in ContainsUnresolvedType()
2313 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2482 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2484 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2487 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3346 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
4224 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()