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.cpp87 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()
2518 return Builder.CreateSExt(Val, getByteTy(), "sxt"); in vbytes()
[all …]