Home
last modified time | relevance | path

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

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