Lines Matching refs:isVectorTy
627 if (Src->isVectorTy() && ST->hasNEON() && in getCastInstrCost()
869 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost()
883 ValTy->isVectorTy() && ValTy->getScalarSizeInBits() <= 32) in getVectorInstrCost()
895 if (ValTy->isVectorTy() && in getVectorInstrCost()
924 ST->isThumb() && !ValTy->isVectorTy()) { in getCmpSelInstrCost()
953 if (Sel && ValTy->isVectorTy() && in getCmpSelInstrCost()
993 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT && CondTy) { in getCmpSelInstrCost()
1014 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy() && in getCmpSelInstrCost()
1055 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy()) in getCmpSelInstrCost()
1073 if (Ty->isVectorTy() && SE && in getAddressComputationCost()
1309 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost()
1405 if (ST->isThumb1Only() || Ty->isVectorTy()) in getArithmeticInstrCost()
1432 if (ST->hasMVEIntegerOps() && Ty->isVectorTy()) in getArithmeticInstrCost()
1472 if (ST->hasNEON() && Src->isVectorTy() && in getMemoryOpCost()
1497 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getMemoryOpCost()
1571 assert(DataTy->isVectorTy() && "Can't do gather/scatters on scalar!"); in getGatherScatterOpCost()
2343 if (I.getType()->isVectorTy()) in getUnrollingPreferences()