Searched refs:LoopVectorizationCostModel (Results 1 – 4 of 4) sorted by relevance
21 class LoopVectorizationCostModel; variable38 LoopVectorizationCostModel &CM;111 LoopVectorizationCostModel &CM, in VPRecipeBuilder()
34 class LoopVectorizationCostModel; variable269 LoopVectorizationCostModel &CM;289 LoopVectorizationCostModel &CM, in LoopVectorizationPlanner()
708 LoopVectorizationCostModel *Cost;1133 class LoopVectorizationCostModel { class5223 bool LoopVectorizationCostModel::isMoreProfitable( in isMoreProfitable()6214 LoopVectorizationCostModel::VectorizationCostTy6215 LoopVectorizationCostModel::expectedCost( in expectedCost()6665 LoopVectorizationCostModel::VectorizationCostTy7179 case LoopVectorizationCostModel::CM_Interleave: in getInstructionCost()7181 case LoopVectorizationCostModel::CM_Scalarize: in getInstructionCost()7182 case LoopVectorizationCostModel::CM_Widen: in getInstructionCost()7187 case LoopVectorizationCostModel::CM_Unknown: in getInstructionCost()[all …]
6 ; branch costing code in LoopVectorizationCostModel::getInstructionCost.