Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp229 const unsigned PartSize = PartTy.getSizeInBits(); in unpackRegsToOrigType() local
232 PartSize > SrcTy.getElementType().getSizeInBits()) { in unpackRegsToOrigType()
241 if (SrcSize % PartSize == 0) { in unpackRegsToOrigType()
246 const int NumRoundedParts = (SrcSize + PartSize - 1) / PartSize; in unpackRegsToOrigType()
255 for (unsigned i = 0, e = DstRegs.size(); i != e; ++i, Offset += PartSize) in unpackRegsToOrigType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3856 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() local
3859 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
3878 Slice(BaseOffset + PartOffset, BaseOffset + PartOffset + PartSize, in presplitLoadsAndStores()
3892 PartSize = (Idx < Size ? Offsets.Splits[Idx] : LoadSize) - PartOffset; in presplitLoadsAndStores()
3991 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() local
3994 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
4027 Slice(BaseOffset + PartOffset, BaseOffset + PartOffset + PartSize, in presplitLoadsAndStores()
4044 PartSize = (Idx < Size ? Offsets.Splits[Idx] : StoreSize) - PartOffset; in presplitLoadsAndStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp215 unsigned PartSize = PartTy.getSizeInBits(); in insertParts() local
226 Offset += PartSize; in insertParts()
1195 unsigned PartSize = DstTy.getSizeInBits() / NumSrc; in widenScalarMergeValues() local
1202 const unsigned Offset = (I - 1) * PartSize; in widenScalarMergeValues()
1205 assert(MRI.getType(SrcReg) == LLT::scalar(PartSize)); in widenScalarMergeValues()
2944 unsigned PartSize = PartTy.getSizeInBits(); in reduceLoadStoreWidth() local
2946 Offset += PartSize, ++Idx) { in reduceLoadStoreWidth()
2947 unsigned ByteSize = PartSize / 8; in reduceLoadStoreWidth()