Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp67 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize)); in createMemCpyLoopKnownSize()
68 Align PartSrcAlign(commonAlignment(SrcAlign, LoopOpSize)); in createMemCpyLoopKnownSize()
117 Align PartSrcAlign(commonAlignment(SrcAlign, BytesCopied)); in createMemCpyLoopKnownSize()
118 Align PartDstAlign(commonAlignment(DstAlign, BytesCopied)); in createMemCpyLoopKnownSize()
204 Align PartSrcAlign(commonAlignment(SrcAlign, LoopOpSize)); in createMemCpyLoopUnknownSize()
205 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize)); in createMemCpyLoopUnknownSize()
383 Align PartSrcAlign(commonAlignment(SrcAlign, PartSize)); in createMemMoveLoop()
384 Align PartDstAlign(commonAlignment(DstAlign, PartSize)); in createMemMoveLoop()
455 Align PartAlign(commonAlignment(DstAlign, PartSize)); in createMemSetLoop()
/freebsd-14.2/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.cpp1134 return commonAlignment(getBaseAlign(), getOffset()); in getAlign()
H A DMachineFunction.cpp529 ? commonAlignment(MMO->getBaseAlign(), Offset) in getMachineMemOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp744 commonAlignment(Align, SL->getElementOffset(i)), Name + ".unpack"); in unpackLoadToAggregate()
788 auto EltAlign = commonAlignment(Align, Offset.getKnownMinValue()); in unpackLoadToAggregate()
1269 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate()
1315 auto EltAlign = commonAlignment(Align, Offset.getKnownMinValue()); in unpackStoreToAggregate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp196 Align AdjustedAlign = commonAlignment( in lowerKernelArguments()
H A DAMDGPUCallLowering.cpp249 commonAlignment(ST.getStackAlignment(), LocMemOffset)); in assignValueToAddress()
446 ArgTy, commonAlignment(Alignment, FieldOffsets[Idx])); in lowerParameter()
550 Align Alignment = commonAlignment(KernArgBaseAlign, ArgOffset); in lowerFormalArgumentsKernel()
H A DAMDGPULowerModuleLDSPass.cpp1509 commonAlignment(Replacement.SGV->getAlign().valueOrOne(), Offset); in replaceLDSVariablesWithStruct()
1569 GA = commonAlignment(A, Off.getLimitedValue()); in refineUsesAlignmentAndAA()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h212 inline Align commonAlignment(Align A, uint64_t Offset) { in commonAlignment() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp172 commonAlignment(AlignVal, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedLoad()
307 commonAlignment(AlignVal, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedStore()
H A DSROA.cpp1944 return commonAlignment(getLoadStoreAlignment(I), Offset); in getAdjustedAlignment()
2846 return commonAlignment(NewAI.getAlign(), in getSliceAlign()
3407 commonAlignment(OtherAlign, OtherOffset.zextOrTrunc(64).getZExtValue()); in visitMemTransferInst()
3799 Ty, Agg, commonAlignment(BaseAlign, Offset), Name); in emitSplitOps()
4813 const Align Alignment = commonAlignment(AI.getAlign(), P.beginOffset()); in rewritePartition()
H A DLowerMatrixIntrinsics.cpp1098 return commonAlignment(InitialAlign, Idx * StrideInBytes); in getAlignForIndex()
1100 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
H A DScalarizer.cpp208 return commonAlignment(VecAlign, Frag * SplitSize); in getFragmentAlign()
H A DMemCpyOptimizer.cpp1274 Alignment = commonAlignment(DestAlign, SrcSizeC->getZExtValue()); in processMemSetMemCpyDependence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp223 Alignment = commonAlignment(Alignment, Offset.getZExtValue()); in vectorizeLoadInsert()
1198 return commonAlignment(VectorAlignment, in computeAlignmentAfterScalarization()
1200 return commonAlignment(VectorAlignment, DL.getTypeStoreSize(ScalarType)); in computeAlignmentAfterScalarization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp901 commonAlignment(BaseAlign, Offsets[I])); in insertSRetLoads()
931 commonAlignment(BaseAlign, Offsets[I])); in insertSRetStores()
H A DUtils.cpp868 return commonAlignment(MFI.getObjectAlign(FSPV->getFrameIndex()), in inferAlignFromPtrInfo()
H A DIRTranslator.cpp1408 commonAlignment(BaseAlign, Offsets[i] / 8), AAInfo, Ranges, in translateLoad()
1448 commonAlignment(BaseAlign, Offsets[i] / 8), SI.getAAMetadata(), nullptr, in translateStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp213 const Align SubsequentAlignment = commonAlignment( in decompose()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp252 commonAlignment(STI.getStackAlignment(), LocMemOffset)); in assignValueToAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp94 commonAlignment(Align(16), LocMemOffset)); in assignValueToAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp480 Check(*Align <= commonAlignment(*BaseAlign, Offset), in visitMemoryReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1822 commonAlignment(SmallestAlign, in SplitVecRes_INSERT_VECTOR_ELT()
2066 Alignment = commonAlignment( in SplitVecRes_VP_STRIDED_LOAD()
3413 commonAlignment(SmallestAlign, EltVT.getFixedSizeInBits() / 8)); in SplitVecOp_EXTRACT_VECTOR_ELT()
3494 Alignment = commonAlignment(Alignment, in SplitVecOp_VP_STORE()
3570 Alignment = commonAlignment(Alignment, in SplitVecOp_VP_STRIDED_STORE()
3644 Alignment = commonAlignment( in SplitVecOp_MSTORE()
7100 : commonAlignment(LD->getAlign(), ScaledOffset); in GenWidenVectorLoads()
7286 : commonAlignment(ST->getAlign(), ScaledOffset); in GenWidenVectorStores()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp704 Align EndAlignment = commonAlignment(Alignment, DataSize); in computeSectionStubBufSize()

12