Lines Matching refs:isVectorTy
415 (C->getType()->isVectorTy() in getArithmeticInstrCost()
426 if (!Ty->isVectorTy()) { in getArithmeticInstrCost()
595 assert (SrcTy->isVectorTy() && DstTy->isVectorTy()); in getVectorTruncCost()
637 assert (SrcTy->isVectorTy() && DstTy->isVectorTy() && in getVectorBitmaskConversionCost()
672 assert (!OpTy->isVectorTy() && "Expected scalar type"); in getCmpOpsType()
716 if (!Src->isVectorTy()) { in getCastInstrCost()
717 assert (!Dst->isVectorTy()); in getCastInstrCost()
856 if (!ValTy->isVectorTy()) { in getCmpSelInstrCost()
1052 if (!Src->isVectorTy() && Opcode == Instruction::Load && I != nullptr) { in getMemoryOpCost()
1081 (Src->isVectorTy() ? getNumVectorRegs(Src) : getNumberOfParts(Src)); in getMemoryOpCost()
1084 if (((!Src->isVectorTy() && NumOps == 1) || ST->hasVectorEnhancements2()) && in getMemoryOpCost()
1171 if (RetTy->isVectorTy() && ID == Intrinsic::bswap) in getVectorIntrinsicInstrCost()