Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp110 void InferPossibleTypes(unsigned ForceMode);
114 unsigned ForceMode);
118 unsigned ForceMode);
174 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { in InferPossibleTypes() argument
179 TP.getInfer().ForceMode = ForceMode; in InferPossibleTypes()
312 unsigned ForceMode) { in EmitOperatorMatchCode() argument
365 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode()
464 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode()
506 unsigned ForceMode) { in EmitMatchCode() argument
515 InferPossibleTypes(ForceMode); in EmitMatchCode()
[all …]
H A DCodeGenDAGPatterns.h262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer()
362 unsigned ForceMode; // Mode to use when set. member
1069 unsigned ForceMode; // Force this mode in type inference when set. variable
1079 ID(uid), ForceMode(setmode) {} in SrcRecord()
1091 unsigned getForceMode() const { return ForceMode; } in getForceMode()