Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h959 TypeInfer &getInfer() { return Infer; } in getInfer() function
975 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
976 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
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()
H A DDAGISelMatcherGen.cpp178 TP.getInfer().CodeGen = true; in InferPossibleTypes()
179 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()
H A DCodeGenDAGPatterns.cpp1451 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1587 if (!TP.getInfer().isConcrete(Types[i], true)) in ContainsUnresolvedType()
2118 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2286 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2288 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2291 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3100 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
3986 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()