Lines Matching refs:SlideCost
685 if (InstructionCost SlideCost = getSlideCost(FVTp, Mask, CostKind); in getShuffleCost() local
686 SlideCost.isValid()) in getShuffleCost()
687 return SlideCost; in getShuffleCost()
704 if (InstructionCost SlideCost = getSlideCost(FVTp, Mask, CostKind); in getShuffleCost() local
705 SlideCost.isValid()) in getShuffleCost()
706 return SlideCost; in getShuffleCost()
910 InstructionCost SlideCost = !LT.second.isFixedLengthVector() ? 0 : in getShuffleCost() local
912 return FixedCost + LT.first * (GatherCost + SlideCost); in getShuffleCost()
2274 unsigned SlideCost = Opcode == Instruction::InsertElement ? 2 : 1; in getVectorInstrCost() local
2294 SlideCost = 0; in getVectorInstrCost()
2297 SlideCost = 0; // With ri.vinsert/ri.vextract there is no slide needed in getVectorInstrCost()
2299 SlideCost = 1; // With a constant index, we do not need to use addi. in getVectorInstrCost()
2353 return BaseCost + SlideCost; in getVectorInstrCost()