Lines Matching refs:isVectorTy
463 (C->getType()->isVectorTy() in getArithmeticInstrCost()
474 if (!Ty->isVectorTy()) { in getArithmeticInstrCost()
660 assert (SrcTy->isVectorTy() && DstTy->isVectorTy()); in getVectorTruncCost()
702 assert (SrcTy->isVectorTy() && DstTy->isVectorTy() && in getVectorBitmaskConversionCost()
737 assert (!OpTy->isVectorTy() && "Expected scalar type"); in getCmpOpsType()
782 if (!Src->isVectorTy()) { in getCastInstrCost()
783 assert (!Dst->isVectorTy()); in getCastInstrCost()
970 if (!ValTy->isVectorTy()) { in getCmpSelInstrCost()
1170 if (!Src->isVectorTy() && Opcode == Instruction::Load && I != nullptr) { in getMemoryOpCost()
1208 (Src->isVectorTy() ? getNumVectorRegs(Src) : getNumberOfParts(Src)); in getMemoryOpCost()
1211 if (((!Src->isVectorTy() && NumOps == 1) || ST->hasVectorEnhancements2()) && in getMemoryOpCost()
1292 if (RetTy->isVectorTy() && ID == Intrinsic::bswap) in getVectorIntrinsicInstrCost()