Searched refs:PartSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 326 unsigned PartSize = DL.getTypeStoreSize(EltTy); in createMemMoveLoop() local 327 Align PartSrcAlign(commonAlignment(SrcAlign, PartSize)); in createMemMoveLoop() 328 Align PartDstAlign(commonAlignment(DstAlign, PartSize)); in createMemMoveLoop() 402 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop() local 403 Align PartAlign(commonAlignment(DstAlign, PartSize)); in createMemSetLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4023 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() local 4026 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() 4045 Slice(BaseOffset + PartOffset, BaseOffset + PartOffset + PartSize, in presplitLoadsAndStores() 4059 PartSize = (Idx < Size ? Offsets.Splits[Idx] : LoadSize) - PartOffset; in presplitLoadsAndStores() 4159 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() local 4162 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() 4199 Slice(BaseOffset + PartOffset, BaseOffset + PartOffset + PartSize, in presplitLoadsAndStores() 4216 PartSize = (Idx < Size ? Offsets.Splits[Idx] : StoreSize) - PartOffset; in presplitLoadsAndStores()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 456 const unsigned PartSize = PartTy.getSizeInBits(); in buildCopyToRegs() local 466 PartSize > SrcTy.getElementType().getSizeInBits()) { in buildCopyToRegs()
|
| H A D | LegalizerHelper.cpp | 1440 unsigned PartSize = DstTy.getSizeInBits() / NumSrc; in widenScalarMergeValues() local 1447 const unsigned Offset = (I - 1) * PartSize; in widenScalarMergeValues() 1450 assert(MRI.getType(SrcReg) == LLT::scalar(PartSize)); in widenScalarMergeValues() 4113 unsigned PartSize = PartTy.getSizeInBits(); in reduceLoadStoreWidth() local 4115 Offset += PartSize, ++Idx) { in reduceLoadStoreWidth() 6564 unsigned PartSize = SrcTy.getSizeInBits(); in lowerMergeValues() local 6570 const unsigned Offset = (I - 1) * PartSize; in lowerMergeValues()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5258 uint64_t PartSize = VA.getValVT().getStoreSize().getKnownMinSize(); in LowerFormalArguments() local 5278 APInt(Ptr.getValueSizeInBits().getFixedSize(), PartSize)); in LowerFormalArguments() 5955 uint64_t PartSize = StoreSize; in LowerCall() local 5984 APInt(Ptr.getValueSizeInBits().getFixedSize(), PartSize)); in LowerCall()
|