Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4209 InstructionCost MinMaxCost = 0; in getMinMaxReductionCost() local
4217 MinMaxCost = getMinMaxCost(Ty, SubCondTy, IsUnsigned); in getMinMaxReductionCost()
4218 MinMaxCost *= LT.first - 1; in getMinMaxReductionCost()
4224 return MinMaxCost + Entry->Cost; in getMinMaxReductionCost()
4228 return MinMaxCost + Entry->Cost; in getMinMaxReductionCost()
4232 return MinMaxCost + Entry->Cost; in getMinMaxReductionCost()
4236 return MinMaxCost + Entry->Cost; in getMinMaxReductionCost()
4255 MinMaxCost += in getMinMaxReductionCost()
4266 MinMaxCost += in getMinMaxReductionCost()
4275 MinMaxCost += in getMinMaxReductionCost()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h2126 InstructionCost MinMaxCost = 0; in getMinMaxReductionCost() local
2140 MinMaxCost += in getMinMaxReductionCost()
2157 MinMaxCost += in getMinMaxReductionCost()
2165 return ShuffleCost + MinMaxCost + in getMinMaxReductionCost()