Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1398 InstructionCost Ext2Cost = in analyzeCostOfVecReduction() local
1402 CostBeforeReduction = ExtCost * 2 + MulCost + Ext2Cost; in analyzeCostOfVecReduction()
H A DLoopVectorize.cpp5428 InstructionCost Ext2Cost = in getReductionPatternCost() local
5436 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()