Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp109 void InferPossibleTypes(unsigned ForceMode);
113 unsigned ForceMode);
117 unsigned ForceMode);
173 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { in InferPossibleTypes() argument
178 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()
311 unsigned ForceMode) { in EmitOperatorMatchCode() argument
364 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode()
463 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode()
505 unsigned ForceMode) { in EmitMatchCode() argument
514 InferPossibleTypes(ForceMode); in EmitMatchCode()
[all …]
H A DCodeGenDAGPatterns.h260 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer()
357 unsigned ForceMode; // Mode to use when set. member
1061 unsigned ForceMode; // Force this mode in type inference when set. variable
1071 ID(uid), ForceMode(setmode) {} in SrcRecord()
1083 unsigned getForceMode() const { return ForceMode; } in getForceMode()