Searched refs:VecCost (Results 1 – 1 of 1) sorted by relevance
1591 int VecCost = TTI->getCastInstrCost(VL0->getOpcode(), VecTy, SrcVecTy); in getEntryCost() local1592 return VecCost - ScalarCost; in getEntryCost()1601 int VecCost = TTI->getCmpSelInstrCost(Opcode, VecTy, MaskTy); in getEntryCost() local1602 return VecCost - ScalarCost; in getEntryCost()1662 int VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK, in getEntryCost() local1664 return VecCost - ScalarCost; in getEntryCost()1675 int VecCost = in getEntryCost() local1678 return VecCost - ScalarCost; in getEntryCost()1731 int VecCost = 0; in getEntryCost() local1742 VecCost = in getEntryCost()[all …]