Searched refs:HwWidth (Results 1 – 1 of 1) sorted by relevance
480 unsigned HwWidth = 8*HwLen; in getPreferredHvxVectorAction() local481 if (VecWidth > 2*HwWidth) in getPreferredHvxVectorAction()487 if (VecWidth >= HwWidth/2 && VecWidth < HwWidth) in getPreferredHvxVectorAction()2425 unsigned HwWidth = 8 * Subtarget.getVectorLength(); in typeWidenToHvx() local2426 assert(Ty.getSizeInBits() <= HwWidth); in typeWidenToHvx()2427 if (Ty.getSizeInBits() == HwWidth) in typeWidenToHvx()2431 return MVT::getVectorVT(ElemTy, HwWidth / ElemTy.getSizeInBits()); in typeWidenToHvx()