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

  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 38 /// getResultPatternCost - Compute the number of instructions for this pattern.
41 static unsigned getResultPatternCost(TreePatternNode *P,
54 Cost += getResultPatternCost(P->getChild(i), CGP);
103 unsigned LHSCost = getResultPatternCost(LHS->getDstPattern(), CGP);
104 unsigned RHSCost = getResultPatternCost(RHS->getDstPattern(), CGP);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelEmitter.cpp 24 /// getResultPatternCost - Compute the number of instructions for this pattern.
27 static unsigned getResultPatternCost(TreePatternNode *P,
40 Cost += getResultPatternCost(P->getChild(i), CGP);
91 unsigned LHSCost = getResultPatternCost(LHS->getDstPattern(), CGP);
92 unsigned RHSCost = getResultPatternCost(RHS->getDstPattern(), CGP);

Completed in 3930 milliseconds