Home
last modified time | relevance | path

Searched refs:commonAlignment (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp68 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize)); in createMemCpyLoopKnownSize()
69 Align PartSrcAlign(commonAlignment(SrcAlign, LoopOpSize)); in createMemCpyLoopKnownSize()
122 Align PartSrcAlign(commonAlignment(SrcAlign, BytesCopied)); in createMemCpyLoopKnownSize()
123 Align PartDstAlign(commonAlignment(DstAlign, BytesCopied)); in createMemCpyLoopKnownSize()
232 Align PartSrcAlign(commonAlignment(SrcAlign, LoopOpSize)); in createMemCpyLoopUnknownSize()
233 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize)); in createMemCpyLoopUnknownSize()
274 Align ResSrcAlign(commonAlignment(PartSrcAlign, ResLoopOpSize)); in createMemCpyLoopUnknownSize()
275 Align ResDstAlign(commonAlignment(PartDstAlign, ResLoopOpSize)); in createMemCpyLoopUnknownSize()
500 Align PartSrcAlign(commonAlignment(SrcAlign, LoopOpSize)); in createMemMoveLoopUnknownSize()
501 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize)); in createMemMoveLoopUnknownSize()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp93 commonAlignment(ForcedRealign ? Align(1) : StackAlignment, SPOffset); in CreateFixedObject()
106 commonAlignment(ForcedRealign ? Align(1) : StackAlignment, SPOffset); in CreateFixedSpillStackObject()
H A DExpandMemCmp.cpp333 LhsAlign = commonAlignment(LhsAlign, OffsetBytes); in getLoadPair()
334 RhsAlign = commonAlignment(RhsAlign, OffsetBytes); in getLoadPair()
H A DMachineOperand.cpp1152 return commonAlignment(getBaseAlign(), getOffset()); in getAlign()
H A DMachineFunction.cpp577 ? commonAlignment(MMO->getBaseAlign(), Offset) in getMachineMemOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp177 commonAlignment(AlignVal, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedLoad()
347 commonAlignment(AlignVal, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedStore()
726 commonAlignment(Alignment, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedExpandLoad()
859 commonAlignment(Alignment, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedCompressStore()
H A DMemCpyOptimizer.cpp1200 CopySourceAlign = commonAlignment(*CopySourceAlign, MForwardOffset); in processMemCpyMemCpyDependence()
1344 Alignment = commonAlignment(DestAlign, SrcSizeC->getZExtValue()); in processMemSetMemCpyDependence()
H A DSROA.cpp1924 return commonAlignment(getLoadStoreAlignment(I), Offset); in getAdjustedAlignment()
2893 return commonAlignment(NewAI.getAlign(), in getSliceAlign()
3468 commonAlignment(OtherAlign, OtherOffset.zextOrTrunc(64).getZExtValue()); in visitMemTransferInst()
3858 Ty, Agg, commonAlignment(BaseAlign, Offset), Name); in emitSplitOps()
5000 const Align Alignment = commonAlignment(AI.getAlign(), P.beginOffset()); in rewritePartition()
H A DLowerMatrixIntrinsics.cpp1293 return commonAlignment(InitialAlign, Idx * StrideInBytes); in getAlignForIndex()
1295 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
H A DScalarizer.cpp187 return commonAlignment(VecAlign, Frag * SplitSize); in getFragmentAlign()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp750 commonAlignment(Align, SL->getElementOffset(i).getKnownMinValue()), in unpackLoadToAggregate()
795 auto EltAlign = commonAlignment(Align, Offset.getKnownMinValue()); in unpackLoadToAggregate()
1305 commonAlignment(Align, SL->getElementOffset(i).getKnownMinValue()); in unpackStoreToAggregate()
1351 auto EltAlign = commonAlignment(Align, Offset.getKnownMinValue()); in unpackStoreToAggregate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp142 Align AdjustedAlign = commonAlignment( in lowerKernelArguments()
H A DAMDGPUCallLowering.cpp241 commonAlignment(ST.getStackAlignment(), LocMemOffset)); in assignValueToAddress()
438 ArgTy, commonAlignment(Alignment, FieldOffsets[Idx])); in lowerParameter()
552 Align Alignment = commonAlignment(KernArgBaseAlign, ArgOffset); in lowerFormalArgumentsKernel()
H A DAMDGPULowerModuleLDSPass.cpp1426 commonAlignment(Replacement.SGV->getAlign().valueOrOne(), Offset); in replaceLDSVariablesWithStruct()
1515 GA = commonAlignment(A, Off.getLimitedValue()); in refineUsesAlignmentAndAA()
H A DAMDGPULowerBufferFatPointers.cpp1034 LoadableType, NewPtr, commonAlignment(OrigLI.getAlign(), ByteOffset), in visitLoadImpl()
1156 NewSI->setAlignment(commonAlignment(OrigSI.getAlign(), ByteOffset)); in visitStoreImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h212 inline Align commonAlignment(Align A, uint64_t Offset) { in commonAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp210 const Align SubsequentAlignment = commonAlignment( in decompose()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1015 commonAlignment(BaseAlign, Offsets[I])); in insertSRetLoads()
1045 commonAlignment(BaseAlign, Offsets[I])); in insertSRetStores()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp252 commonAlignment(STI.getStackAlignment(), LocMemOffset)); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp89 commonAlignment(Align(16), LocMemOffset)); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp490 Check(*Align <= commonAlignment(*BaseAlign, Offset), in visitMemoryReference()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp707 Align EndAlignment = commonAlignment(Alignment, DataSize); in computeSectionStubBufSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2032 commonAlignment(SmallestAlign, in SplitVecRes_INSERT_VECTOR_ELT()
2287 Alignment = commonAlignment( in SplitVecRes_VP_STRIDED_LOAD()
3907 commonAlignment(SmallestAlign, EltVT.getFixedSizeInBits() / 8)); in SplitVecOp_EXTRACT_VECTOR_ELT()
3989 Alignment = commonAlignment(Alignment, in SplitVecOp_VP_STORE()
4065 Alignment = commonAlignment(Alignment, in SplitVecOp_VP_STRIDED_STORE()
4140 Alignment = commonAlignment( in SplitVecOp_MSTORE()
8014 : commonAlignment(LD->getAlign(), ScaledOffset); in GenWidenVectorLoads()
8200 : commonAlignment(ST->getAlign(), ScaledOffset); in GenWidenVectorStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp266 Alignment = commonAlignment(Alignment, Offset.getZExtValue()); in vectorizeLoadInsert()
1600 return commonAlignment(VectorAlignment, in computeAlignmentAfterScalarization()
1602 return commonAlignment(VectorAlignment, DL.getTypeStoreSize(ScalarType)); in computeAlignmentAfterScalarization()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1660 const Align PartAlign = commonAlignment(ArgAlign, CurOffset); in LowerCall()
1858 const Align EltAlign = commonAlignment(RetAlign, Offsets[I]); in LowerCall()
3453 const MaybeAlign PartAlign = commonAlignment(ArgAlign, Offsets[I]); in LowerFormalArguments()
3530 : commonAlignment(RetAlign, Offsets[I]); in LowerReturn()

12