Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h967 TypeInfer &getInfer() { return Infer; } in getInfer() function
983 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
984 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
991 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
992 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
999 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1000 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
DDAGISelMatcherGen.cpp177 TP.getInfer().CodeGen = true; in InferPossibleTypes()
178 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()
DCodeGenDAGPatterns.cpp1593 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1729 if (!TP.getInfer().isConcrete(Types[i], true)) in ContainsUnresolvedType()
2263 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2432 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2434 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2437 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3276 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
4154 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()