Lines Matching refs:isVectorTy
629 if (Src->isVectorTy() && ST->hasNEON() && in getCastInstrCost()
871 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost()
885 ValTy->isVectorTy() && ValTy->getScalarSizeInBits() <= 32) in getVectorInstrCost()
897 if (ValTy->isVectorTy() && in getVectorInstrCost()
926 ST->isThumb() && !ValTy->isVectorTy()) { in getCmpSelInstrCost()
955 if (Sel && ValTy->isVectorTy() && in getCmpSelInstrCost()
995 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT && CondTy) { in getCmpSelInstrCost()
1016 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy() && in getCmpSelInstrCost()
1057 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy()) in getCmpSelInstrCost()
1075 if (Ty->isVectorTy() && SE && in getAddressComputationCost()
1311 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost()
1407 if (ST->isThumb1Only() || Ty->isVectorTy()) in getArithmeticInstrCost()
1434 if (ST->hasMVEIntegerOps() && Ty->isVectorTy()) in getArithmeticInstrCost()
1474 if (ST->hasNEON() && Src->isVectorTy() && in getMemoryOpCost()
1499 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getMemoryOpCost()
1573 assert(DataTy->isVectorTy() && "Can't do gather/scatters on scalar!"); in getGatherScatterOpCost()
2480 if (I.getType()->isVectorTy()) in getUnrollingPreferences()