Searched refs:SlideCost (Results 1 – 1 of 1) sorted by relevance
685 if (InstructionCost SlideCost = getSlideCost(FVTp, Mask, CostKind); in getShuffleCost() local686 SlideCost.isValid()) in getShuffleCost()687 return SlideCost; in getShuffleCost()704 if (InstructionCost SlideCost = getSlideCost(FVTp, Mask, CostKind); in getShuffleCost() local705 SlideCost.isValid()) in getShuffleCost()706 return SlideCost; in getShuffleCost()910 InstructionCost SlideCost = !LT.second.isFixedLengthVector() ? 0 : in getShuffleCost() local912 return FixedCost + LT.first * (GatherCost + SlideCost); in getShuffleCost()2274 unsigned SlideCost = Opcode == Instruction::InsertElement ? 2 : 1; in getVectorInstrCost() local2294 SlideCost = 0; in getVectorInstrCost()[all …]