Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp603 InstructionCost ExtendCost = Tp->getElementType()->isIntegerTy(1) ? 3 : 0; in getShuffleCost() local
604 return LT.first * (LenCost + GatherCost + ExtendCost); in getShuffleCost()
1598 InstructionCost ExtendCost in getVectorInstrCost() local
1603 return ExtendCost + ExtractCost; in getVectorInstrCost()
1605 InstructionCost ExtendCost in getVectorInstrCost() local
1613 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()