Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp164 InstructionCost RISCVTTIImpl::getSpliceCost(VectorType *Tp, int Index) { in getSpliceCost() function in RISCVTTIImpl
190 return getSpliceCost(Tp, Index); in getShuffleCost()
H A DRISCVTargetTransformInfo.h86 InstructionCost getSpliceCost(VectorType *Tp, int Index);
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h187 InstructionCost getSpliceCost(VectorType *Tp, int Index);
H A DAArch64TargetTransformInfo.cpp2764 InstructionCost AArch64TTIImpl::getSpliceCost(VectorType *Tp, int Index) { in getSpliceCost() function in AArch64TTIImpl
3009 return getSpliceCost(Tp, Index); in getShuffleCost()