HomeSort by relevance Sort by last modified time
    Searched refs:ForceMode (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 110 void InferPossibleTypes(unsigned ForceMode);
114 unsigned ForceMode);
118 unsigned ForceMode);
167 InferPossibleTypes(Pattern.ForceMode);
174 void MatcherGen::InferPossibleTypes(unsigned ForceMode) {
179 TP.getInfer().ForceMode = ForceMode;
287 unsigned ForceMode) {
340 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode);
439 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode);
    [all...]
CodeGenDAGPatterns.h 251 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {}
348 unsigned ForceMode; // Mode to use when set.
    [all...]

Completed in 146 milliseconds