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

/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp36 /// getResultPatternCost - Compute the number of instructions for this pattern.
39 static unsigned getResultPatternCost(TreePatternNode *P, function
52 Cost += getResultPatternCost(P->getChild(i), CGP);
103 unsigned LHSCost = getResultPatternCost(LHS->getDstPattern(), CGP);
104 unsigned RHSCost = getResultPatternCost(RHS->getDstPattern(), CGP);

Completed in 75 milliseconds