Lines Matching refs:getByteTy
87 Type *getByteTy(int ElemCount = 0) const;
1103 Type *SecTy = HVC.getByteTy(ScLen); in realignLoadGroup()
1267 Value *Accum = UndefValue::get(HVC.getByteTy(B.Seg.Size)); in realignLoadGroup()
1312 Type *SecTy = HVC.getByteTy(ScLen); in realignStoreGroup()
1343 Pay->getType(), HVC.getByteTy()); in realignStoreGroup()
2180 auto HexagonVectorCombine::getByteTy(int ElemCount) const -> Type * { in getByteTy() function in HexagonVectorCombine
2320 auto *Undef = UndefValue::get(getByteTy()); in insertb()
2510 if (ScalarTy == getByteTy()) in vbytes()
2514 return Builder.CreateBitCast(Val, getByteTy(getSizeOf(Val)), "cst"); in vbytes()
2517 return Builder.CreateSExt(Val, VectorType::get(getByteTy(), VecTy), "sxt"); in vbytes()
2518 return Builder.CreateSExt(Val, getByteTy(), "sxt"); in vbytes()
2919 return VecTy->getElementType() == getByteTy(); in isByteVecTy()