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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp109 void InferPossibleTypes(unsigned ForceMode);
113 unsigned ForceMode);
117 unsigned ForceMode);
166 InferPossibleTypes(Pattern.ForceMode);
173 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { argument
178 TP.getInfer().ForceMode = ForceMode;
307 unsigned ForceMode) {
360 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode);
459 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode);
305 EmitOperatorMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes, unsigned ForceMode) argument
499 EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes, unsigned ForceMode) argument
[all...]
H A DCodeGenDAGPatterns.h264 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {}
361 unsigned ForceMode; // Mode to use when set. member in struct:llvm::TypeInfer
1116 AddedComplexity(complexity), ID(uid), ForceMode(setmode) {}
1126 unsigned ForceMode; // Force this mode in type inference when set.

Completed in 94 milliseconds