Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1310 bool isProfitableToScalarize(Instruction *I, ElementCount VF) const { in isProfitableToScalarize() function in llvm::LoopVectorizationCostModel
1361 !isProfitableToScalarize(I, VF) && in canTruncateToMinimalBitwidth()
2343 Cost->isProfitableToScalarize(I, VF); in shouldScalarizeInstruction()
6125 this->isProfitableToScalarize(Entry.first, VF)); in isCandidateForEpilogueVectorization()
7233 if (VF.isVector() && isProfitableToScalarize(I, VF)) in getInstructionCost()
8615 CM.isProfitableToScalarize(I, VF)) in tryToWidenMemory()
8761 CM.isProfitableToScalarize(I, VF) || CM.isScalarWithPredication(I); in shouldWiden()