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

References

include/llvm/CodeGen/BasicTTIImpl.h
 1188       for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
 1189         Type *Ty = Tys[i];
 1284       return ConcreteTTI->getMaskedMemoryOpCost(Instruction::Store, Tys[0], 0,
 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],
 1305           Instruction::FAdd, Tys[0],
 1310           Instruction::FMul, Tys[0],
 1318           Tys[0], CmpInst::makeCmpResultType(Tys[0]), /*IsPairwiseForm=*/false,
 1318           Tys[0], CmpInst::makeCmpResultType(Tys[0]), /*IsPairwiseForm=*/false,
 1323           Tys[0], CmpInst::makeCmpResultType(Tys[0]), /*IsPairwiseForm=*/false,
 1323           Tys[0], CmpInst::makeCmpResultType(Tys[0]), /*IsPairwiseForm=*/false,
 1512       for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
 1513         Type *Ty = Tys[i];
 1520       for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
 1521         if (Tys[i]->isVectorTy()) {
 1523             ScalarizationCost += getScalarizationOverhead(Tys[i], false, true);
 1524           ScalarCalls = std::max(ScalarCalls, Tys[i]->getVectorNumElements());