reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
155 int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
1739 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm);
include/llvm/CodeGen/BasicTTIImpl.h1289 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(