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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.cpp491 int VecCost = TTI->getCastInstrCost(VL0->getOpcode(), VecTy, SrcVecTy); local
492 Cost += (VecCost - ScalarCost);
529 int VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy); local
530 Cost += (VecCost - ScalarCost);

Completed in 51 milliseconds