Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h975 TypeInfer &getInfer() { return Infer; } in getInfer() function
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()
1007 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1008 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.cpp1646 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1785 if (!TP.getInfer().isConcrete(Types[i], true)) in ContainsUnresolvedType()
2321 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2490 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2492 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2495 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3351 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
4230 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()