Searched refs:ElemWidth (Results 1 – 8 of 8) sorted by relevance
292 unsigned ElemWidth = ElemTy.getSizeInBits(); in convertToByteIndex() local293 if (ElemWidth == 8) in convertToByteIndex()296 unsigned L = Log2_32(ElemWidth/8); in convertToByteIndex()305 unsigned ElemWidth = ElemTy.getSizeInBits(); in getIndexInWord32() local306 assert(ElemWidth >= 8 && ElemWidth <= 32); in getIndexInWord32()307 if (ElemWidth == 32) in getIndexInWord32()313 SDValue Mask = DAG.getConstant(32/ElemWidth - 1, dl, MVT::i32); in getIndexInWord32()356 unsigned ElemWidth = ElemTy.getSizeInBits(); in buildHvxVectorReg() local359 unsigned ElemSize = ElemWidth / 8; in buildHvxVectorReg()668 unsigned ElemWidth = ElemTy.getSizeInBits(); in extractHvxElementReg() local[all …]
114 unsigned HexagonTTIImpl::getMinimumVF(unsigned ElemWidth) const { in getMinimumVF()115 return (8 * ST.getVectorLength()) / ElemWidth; in getMinimumVF()
392 unsigned ElemWidth = ElemTy.getSizeInBits(); in tyVector() local393 assert((TyWidth % ElemWidth) == 0); in tyVector()394 return MVT::getVectorVT(ElemTy, TyWidth/ElemWidth); in tyVector()
83 unsigned getMinimumVF(unsigned ElemWidth) const;
2156 unsigned ElemWidth = ElemTy.getSizeInBits(); in getBuildVectorConstInts() local2157 IntegerType *IntTy = IntegerType::get(*DAG.getContext(), ElemWidth); in getBuildVectorConstInts()2334 unsigned ElemWidth = VecTy.getVectorElementType().getSizeInBits(); in extractVector() local2335 assert((VecWidth % ElemWidth) == 0); in extractVector()2340 if (ElemWidth == 1) { in extractVector()2395 unsigned Off = IdxN->getZExtValue() * ElemWidth; in extractVector()2413 DAG.getConstant(ElemWidth, dl, MVT::i32)); in extractVector()
838 unsigned getMinimumVF(unsigned ElemWidth) const;1291 virtual unsigned getMinimumVF(unsigned ElemWidth) const = 0;1667 unsigned getMinimumVF(unsigned ElemWidth) const override { in getMinimumVF() argument1668 return Impl.getMinimumVF(ElemWidth); in getMinimumVF()
393 unsigned getMinimumVF(unsigned ElemWidth) const { return 0; } in getMinimumVF() argument
505 unsigned TargetTransformInfo::getMinimumVF(unsigned ElemWidth) const { in getMinimumVF()506 return TTIImpl->getMinimumVF(ElemWidth); in getMinimumVF()