Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp88 Type *getByteTy(int ElemCount = 0) const;
1104 Type *SecTy = HVC.getByteTy(ScLen); in realignLoadGroup()
1268 Value *Accum = UndefValue::get(HVC.getByteTy(B.Seg.Size)); in realignLoadGroup()
1313 Type *SecTy = HVC.getByteTy(ScLen); in realignStoreGroup()
1344 Pay->getType(), HVC.getByteTy()); in realignStoreGroup()
2181 auto HexagonVectorCombine::getByteTy(int ElemCount) const -> Type * { in getByteTy() function in HexagonVectorCombine
2321 auto *Poison = PoisonValue::get(getByteTy()); in insertb()
2511 if (ScalarTy == getByteTy()) in vbytes()
2515 return Builder.CreateBitCast(Val, getByteTy(getSizeOf(Val)), "cst"); in vbytes()
2518 return Builder.CreateSExt(Val, VectorType::get(getByteTy(), VecTy), "sxt"); in vbytes()
[all …]