Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp109 void InferPossibleTypes(unsigned ForceMode);
113 unsigned ForceMode);
117 unsigned ForceMode);
166 InferPossibleTypes(Pattern.ForceMode); in MatcherGen()
173 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { in InferPossibleTypes() argument
178 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()
307 unsigned ForceMode) { in EmitOperatorMatchCode() argument
360 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode()
459 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode()
501 unsigned ForceMode) { in EmitMatchCode() argument
[all …]
DCodeGenDAGPatterns.h262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer()
359 unsigned ForceMode; // Mode to use when set. member
1113 AddedComplexity(complexity), ID(uid), ForceMode(setmode) {} in SrcRecord()
1123 unsigned ForceMode; // Force this mode in type inference when set. variable