Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp537 InstructionCost ExtendCost = Tp->getElementType()->isIntegerTy(1) ? 3 : 0; in getShuffleCost() local
538 return LT.first * (LenCost + GatherCost + ExtendCost); in getShuffleCost()
1202 InstructionCost ExtendCost in getVectorInstrCost() local
1207 return ExtendCost + ExtractCost; in getVectorInstrCost()
1209 InstructionCost ExtendCost in getVectorInstrCost() local
1217 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()