Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp685 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()
[all …]