Home
last modified time | relevance | path

Searched refs:HwWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp480 unsigned HwWidth = 8*HwLen; in getPreferredHvxVectorAction() local
481 if (VecWidth > 2*HwWidth) in getPreferredHvxVectorAction()
487 if (VecWidth >= HwWidth/2 && VecWidth < HwWidth) in getPreferredHvxVectorAction()
2425 unsigned HwWidth = 8 * Subtarget.getVectorLength(); in typeWidenToHvx() local
2426 assert(Ty.getSizeInBits() <= HwWidth); in typeWidenToHvx()
2427 if (Ty.getSizeInBits() == HwWidth) in typeWidenToHvx()
2431 return MVT::getVectorVT(ElemTy, HwWidth / ElemTy.getSizeInBits()); in typeWidenToHvx()