Searched defs:ElemWidth (Results 1 – 7 of 7) sorted by relevance
284 unsigned ElemWidth = ElemTy.getSizeInBits(); in convertToByteIndex() local297 unsigned ElemWidth = ElemTy.getSizeInBits(); in getIndexInWord32() local348 unsigned ElemWidth = ElemTy.getSizeInBits(); in buildHvxVectorReg() local590 unsigned ElemWidth = ElemTy.getSizeInBits(); in extractHvxElementReg() local633 unsigned ElemWidth = ElemTy.getSizeInBits(); in insertHvxElementReg() local696 unsigned ElemWidth = ElemTy.getSizeInBits(); in extractHvxSubvectorReg() local805 unsigned ElemWidth = ElemTy.getSizeInBits(); in insertHvxSubvectorReg() local1171 unsigned ElemWidth = ElemTy.getSizeInBits(); in LowerHvxCttz() local
370 unsigned ElemWidth = ElemTy.getSizeInBits(); in tyVector() local
2131 unsigned ElemWidth = ElemTy.getSizeInBits(); in getBuildVectorConstInts() local2309 unsigned ElemWidth = VecTy.getVectorElementType().getSizeInBits(); in extractVector() local
195 void makeInteger(unsigned ElemWidth, bool Sign) { in makeInteger()202 void makeImmediate(unsigned ElemWidth) { in makeImmediate()
357 unsigned getMinimumVF(unsigned ElemWidth) const { return 0; } in getMinimumVF()
1392 unsigned getMinimumVF(unsigned ElemWidth) const override { in getMinimumVF()
1353 BitWidth ElemWidth(size_t buf_size, size_t elem_index) const { in ElemWidth() function