Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.h199 InstructionCost getMinMaxCost(Type *Ty, Type *CondTy, bool IsUnsigned);
DX86TargetTransformInfo.cpp5181 InstructionCost X86TTIImpl::getMinMaxCost(Type *Ty, Type *CondTy, in getMinMaxCost() function in X86TTIImpl
5401 MinMaxCost = getMinMaxCost(Ty, SubCondTy, IsUnsigned); in getMinMaxReductionCost()
5474 MinMaxCost += getMinMaxCost(Ty, SubCondTy, IsUnsigned); in getMinMaxReductionCost()