Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp626 if (auto *FVTp = dyn_cast<FixedVectorType>(SrcTy); in getShuffleCost() local
627 FVTp && ST->hasVInstructions() && LT.second.isFixedLengthVector()) { in getShuffleCost()
685 if (InstructionCost SlideCost = getSlideCost(FVTp, Mask, CostKind); in getShuffleCost()
704 if (InstructionCost SlideCost = getSlideCost(FVTp, Mask, CostKind); in getShuffleCost()
742 costShuffleViaSplitting(*this, LT.second, FVTp, Mask, CostKind); in getShuffleCost()