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

/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp302 unsigned OpCost = (IsFloat ? 2 : 1); local
310 return LT.first * 2 * OpCost;
311 return LT.first * 1 * OpCost;
317 return LT.first * 2 * OpCost;
330 return OpCost;

Completed in 166 milliseconds