Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3357 int ScalarEltCost = in getEntryCost() local
3360 ReuseShuffleCost -= (ReuseShuffleNumbers - VL.size()) * ScalarEltCost; in getEntryCost()
3364 int ScalarCost = VL.size() * ScalarEltCost; in getEntryCost()
3379 int ScalarEltCost = TTI->getCmpSelInstrCost(E->getOpcode(), ScalarTy, in getEntryCost() local
3382 ReuseShuffleCost -= (ReuseShuffleNumbers - VL.size()) * ScalarEltCost; in getEntryCost()
3385 int ScalarCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost()
3446 int ScalarEltCost = TTI->getArithmeticInstrCost( in getEntryCost() local
3449 ReuseShuffleCost -= (ReuseShuffleNumbers - VL.size()) * ScalarEltCost; in getEntryCost()
3451 int ScalarCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost()
3462 int ScalarEltCost = in getEntryCost() local
[all …]