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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 6096   VectorTy = isScalarAfterVectorization(I, VF) ? RetTy : ToVectorTy(RetTy, VF);
 6143                                 VectorTy, VF - 1, VectorType::get(RetTy, 1));
 6215                    I->getOpcode(), VectorTy, TargetTransformInfo::OK_AnyValue,
 6221                    I->getOpcode(), VectorTy, TargetTransformInfo::OK_AnyValue,
 6234     return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy, CondTy, I);
 6242     VectorTy = ToVectorTy(ValTy, VF);
 6243     return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy, nullptr, I);
 6255     VectorTy = ToVectorTy(getMemInstValueType(I), Width);
 6281         VectorTy->isVectorTy() ? ToVectorTy(SrcScalarTy, VF) : SrcScalarTy;
 6288       Type *MinVecTy = VectorTy;
 6291         VectorTy =
 6296         VectorTy =
 6302     return N * TTI.getCastInstrCost(I->getOpcode(), VectorTy, SrcVecTy, I);
 6315     return VF * TTI.getArithmeticInstrCost(Instruction::Mul, VectorTy) +