Lines Matching refs:isVectorTy
556 if (Src->isVectorTy() && ST->hasNEON() && in getCastInstrCost()
798 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost()
810 ValTy->isVectorTy() && ValTy->getScalarSizeInBits() <= 32) in getVectorInstrCost()
822 if (ValTy->isVectorTy() && in getVectorInstrCost()
850 ST->isThumb() && !ValTy->isVectorTy()) { in getCmpSelInstrCost()
879 if (Sel && ValTy->isVectorTy() && in getCmpSelInstrCost()
919 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT && CondTy) { in getCmpSelInstrCost()
941 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy() && in getCmpSelInstrCost()
980 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy()) in getCmpSelInstrCost()
998 if (Ty->isVectorTy() && SE && in getAddressComputationCost()
1243 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost()
1340 if (ST->isThumb1Only() || Ty->isVectorTy()) in getArithmeticInstrCost()
1367 if (ST->hasMVEIntegerOps() && Ty->isVectorTy()) in getArithmeticInstrCost()
1405 if (ST->hasNEON() && Src->isVectorTy() && in getMemoryOpCost()
1430 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getMemoryOpCost()
1504 assert(DataTy->isVectorTy() && "Can't do gather/scatters on scalar!"); in getGatherScatterOpCost()
2180 if (I.getType()->isVectorTy()) in getUnrollingPreferences()