Searched refs:isProfitableToScalarize (Results 1 – 1 of 1) sorted by relevance
1335 bool isProfitableToScalarize(Instruction *I, ElementCount VF) const { in isProfitableToScalarize() function in llvm::LoopVectorizationCostModel1386 !isProfitableToScalarize(I, VF) && in canTruncateToMinimalBitwidth()2362 Cost->isProfitableToScalarize(I, VF); in shouldScalarizeInstruction()6156 this->isProfitableToScalarize(Entry.first, VF)); in isCandidateForEpilogueVectorization()7305 if (VF.isVector() && isProfitableToScalarize(I, VF)) in getInstructionCost()8714 CM.isProfitableToScalarize(I, VF)) in tryToWidenMemory()8858 CM.isProfitableToScalarize(I, VF) || CM.isScalarWithPredication(I); in shouldWiden()