Home
last modified time | relevance | path

Searched refs:VecCost (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2204 int VecCost = 0; in getEntryCost() local
2207 VecCost = ReuseShuffleCost + in getEntryCost()
2210 return VecCost - ScalarCost; in getEntryCost()
2223 int VecCost = TTI->getCmpSelInstrCost(S.getOpcode(), VecTy, MaskTy, VL0); in getEntryCost() local
2224 return ReuseShuffleCost + VecCost - ScalarCost; in getEntryCost()
2287 int VecCost = TTI->getArithmeticInstrCost(S.getOpcode(), VecTy, Op1VK, in getEntryCost() local
2289 return ReuseShuffleCost + VecCost - ScalarCost; in getEntryCost()
2303 int VecCost = in getEntryCost() local
2305 return ReuseShuffleCost + VecCost - ScalarCost; in getEntryCost()
2396 int VecCost = 0; in getEntryCost() local
[all …]