Searched defs:VecCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1591 int VecCost = TTI->getCastInstrCost(VL0->getOpcode(), VecTy, SrcVecTy); local
1592 return VecCost - ScalarCost;
1601 int VecCost = TTI->getCmpSelInstrCost(Opcode, VecTy, MaskTy); local
1602 return VecCost - ScalarCost;
1662 int VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK, local
1664 return VecCost - ScalarCost;
1675 int VecCost = local
1678 return VecCost - ScalarCost;
1731 int VecCost = 0; local
1739 // VecCost i
[all...]

Completed in 48 milliseconds