Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3483 int DeadCost = 0; in getEntryCost() local
3511 DeadCost = ReuseShuffleCost; in getEntryCost()
3513 DeadCost = TTI->getShuffleCost(TargetTransformInfo::SK_PermuteSingleSrc, in getEntryCost()
3530 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()
3533 DeadCost += TTI->getCastInstrCost( in getEntryCost()
3539 DeadCost -= in getEntryCost()
3543 return DeadCost; in getEntryCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3308 int DeadCost = ReuseShuffleCost; in getEntryCost() local
3311 DeadCost += TTI->getShuffleCost( in getEntryCost()
3328 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()
3331 DeadCost += TTI->getCastInstrCost( in getEntryCost()
3336 DeadCost -= in getEntryCost()
3340 return DeadCost; in getEntryCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1560 int DeadCost = 0; in getEntryCost() local
1565 DeadCost += in getEntryCost()
1568 return -DeadCost; in getEntryCost()