Searched refs:getMinMaxCost (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 218 InstructionCost getMinMaxCost(Intrinsic::ID IID, Type *Ty,
|
H A D | X86TargetTransformInfo.cpp | 5424 InstructionCost X86TTIImpl::getMinMaxCost(Intrinsic::ID IID, Type *Ty, in getMinMaxCost() function in X86TTIImpl 5524 MinMaxCost = getMinMaxCost(IID, Ty, CostKind, FMF); in getMinMaxReductionCost() 5595 MinMaxCost += getMinMaxCost(IID, Ty, CostKind, FMF); in getMinMaxReductionCost()
|