|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
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(
lib/Target/AArch64/AArch64TargetTransformInfo.cpp 924 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm);
945 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm);
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp 470 return BaseT::getArithmeticReductionCost(Opcode, Ty, IsPairwise);
lib/Target/X86/X86TargetTransformInfo.cpp 2680 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwise);