reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/TargetTransformInfo.h
 1743     return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned);
include/llvm/CodeGen/BasicTTIImpl.h
 1317       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);