Searched refs:isProfitableToScalarize (Results 1 – 1 of 1) sorted by relevance
1310 bool isProfitableToScalarize(Instruction *I, ElementCount VF) const { in isProfitableToScalarize() function in llvm::LoopVectorizationCostModel1361 !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()