Searched refs:UserCost (Results 1 – 2 of 2) sorted by relevance
103 int UserCost = 0, bool AllowReorder = false);
5864 int UserCost, bool AllowReorder) { in tryToVectorizeList() argument5958 int Cost = R.getTreeCost() - UserCost; in tryToVectorizeList()6978 int &UserCost) { in findBuildAggregate() argument6982 UserCost = 0; in findBuildAggregate()6989 UserCost += TTI->getVectorInstrCost(Instruction::InsertElement, in findBuildAggregate()7006 UserCost += TmpUserCost; in findBuildAggregate()7182 int UserCost = 0; in vectorizeInsertValueInst() local7188 if (!findBuildAggregate(IVI, TTI, BuildVectorOpds, UserCost)) in vectorizeInsertValueInst()7194 return tryToVectorizeList(BuildVectorOpds, R, UserCost); in vectorizeInsertValueInst()7199 int UserCost; in vectorizeInsertElementInst() local[all …]