Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp592 InstructionCost LenCost = 3; in getShuffleCost() local
595 LenCost = isInt<5>(LT.second.getVectorNumElements() - 1) ? 0 : 1; in getShuffleCost()
604 return LT.first * (LenCost + GatherCost + ExtendCost); in getShuffleCost()