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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp867 unsigned ScaleCost; member in class:__anon26299::Cost
872 SetupCost(0), ScaleCost(0) {}
882 | ImmCost | SetupCost | ScaleCost) != ~0u)
884 & ImmCost & SetupCost & ScaleCost) == ~0u);
1027 ScaleCost += getScalingFactorCost(TTI, LU, F);
1050 ScaleCost = ~0u;
1055 return std::tie(NumRegs, AddRecCost, NumIVMuls, NumBaseAdds, ScaleCost,
1058 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost,
1071 if (ScaleCost != 0)
1072 OS << ", plus " << ScaleCost << " scal local
[all...]

Completed in 594 milliseconds