Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h969 TypeInfer &getInfer() { return Infer; } in getInfer() function
985 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
986 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
993 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
994 return TP.getInfer().MergeInTypeInfo(Types[ResNo], VTS); in UpdateNodeType()
1001 TP.getInfer().expandOverloads(VTS); in UpdateNodeType()
1002 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.cpp1547 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
1683 if (!TP.getInfer().isConcrete(Types[i], true)) in ContainsUnresolvedType()
2214 TP.getInfer().expandOverloads(VTS); in getImplicitType()
2383 bool MadeChange = TP.getInfer().EnforceInteger(Types[0]); in ApplyTypeConstraints()
2385 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
2388 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints()
3223 TypeInfer::SuppressValidation SV(ThePat.getInfer()); in ParsePatternFragments()
4112 TypeInfer &TI = TP.getInfer(); in ForceArbitraryInstResultType()