Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp741 InstructionCost SplitCost = in getShuffleCost() local
743 if (SplitCost.isValid()) in getShuffleCost()
744 return SplitCost; in getShuffleCost()
1812 InstructionCost SplitCost = in getMinMaxReductionCost() local
1816 return SplitCost + getRISCVInstructionCost(Opcodes, LT.second, CostKind); in getMinMaxReductionCost()
1931 InstructionCost SplitCost = in getArithmeticReductionCost() local
1935 return SplitCost + getRISCVInstructionCost(Opcodes, LT.second, CostKind); in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1305 InstructionCost SplitCost = variable
1307 return SplitCost +