Lines Matching refs:isVectorTy
459 (C->getType()->isVectorTy() in getArithmeticInstrCost()
470 if (!Ty->isVectorTy()) { in getArithmeticInstrCost()
658 assert (SrcTy->isVectorTy() && DstTy->isVectorTy()); in getVectorTruncCost()
700 assert (SrcTy->isVectorTy() && DstTy->isVectorTy() && in getVectorBitmaskConversionCost()
735 assert (!OpTy->isVectorTy() && "Expected scalar type"); in getCmpOpsType()
780 if (!Src->isVectorTy()) { in getCastInstrCost()
781 assert (!Dst->isVectorTy()); in getCastInstrCost()
968 if (!ValTy->isVectorTy()) { in getCmpSelInstrCost()
1168 if (!Src->isVectorTy() && Opcode == Instruction::Load && I != nullptr) { in getMemoryOpCost()
1206 (Src->isVectorTy() ? getNumVectorRegs(Src) : getNumberOfParts(Src)); in getMemoryOpCost()
1209 if (((!Src->isVectorTy() && NumOps == 1) || ST->hasVectorEnhancements2()) && in getMemoryOpCost()
1288 if (RetTy->isVectorTy() && ID == Intrinsic::bswap) in getVectorIntrinsicInstrCost()