reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1743 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned);
include/llvm/CodeGen/BasicTTIImpl.h1317 return ConcreteTTI->getMinMaxReductionCost( 1322 return ConcreteTTI->getMinMaxReductionCost(lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
486 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsPairwise, IsUnsigned);
lib/Target/X86/X86TargetTransformInfo.cpp 2910 return BaseT::getMinMaxReductionCost(ValTy, CondTy, IsPairwise, IsUnsigned);