Searched refs:ScLen (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 350 int ScLen, Value *AlignVal, Value *AlignAddr) const; 352 int ScLen, Value *AlignVal, Value *AlignAddr) const; 1098 const ByteSpan &VSpan, int ScLen, in realignLoadGroup() argument 1103 Type *SecTy = HVC.getByteTy(ScLen); in realignLoadGroup() 1104 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignLoadGroup() 1110 auto *True = HVC.getFullValue(HVC.getBoolTy(ScLen)); in realignLoadGroup() 1138 ASpan.Blocks.emplace_back(nullptr, ScLen, Index * ScLen); in realignLoadGroup() 1193 createAdjustedPointer(Builder, AlignAddr, SecTy, Index * ScLen); in realignLoadGroup() 1195 MakePred ? makeTestIfUnaligned(Builder, AlignVal, ScLen) : nullptr; in realignLoadGroup() 1199 int Start = (Index - DoAlign) * ScLen; in realignLoadGroup() [all …]
|