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

Declarations

lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  211   int getArithmeticReductionCost(unsigned Opcode,

References

include/llvm/Analysis/TargetTransformInfo.h
 1739     return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm);
include/llvm/CodeGen/BasicTTIImpl.h
 1289       return ConcreteTTI->getArithmeticReductionCost(Instruction::Add, Tys[0],
 1292       return ConcreteTTI->getArithmeticReductionCost(Instruction::Mul, Tys[0],
 1295       return ConcreteTTI->getArithmeticReductionCost(Instruction::And, Tys[0],
 1298       return ConcreteTTI->getArithmeticReductionCost(Instruction::Or, Tys[0],
 1301       return ConcreteTTI->getArithmeticReductionCost(Instruction::Xor, Tys[0],
 1304       return ConcreteTTI->getArithmeticReductionCost(
 1309       return ConcreteTTI->getArithmeticReductionCost(