Home
last modified time | relevance | path

Searched refs:commonAlignment (Results 1 – 25 of 48) 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()
118 Align PartSrcAlign(commonAlignment(SrcAlign, BytesCopied)); in createMemCpyLoopKnownSize()
119 Align PartDstAlign(commonAlignment(DstAlign, BytesCopied)); in createMemCpyLoopKnownSize()
227 Align PartSrcAlign(commonAlignment(SrcAlign, LoopOpSize)); in createMemCpyLoopUnknownSize()
228 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize)); in createMemCpyLoopUnknownSize()
265 Align ResSrcAlign(commonAlignment(PartSrcAlign, ResLoopOpSize)); in createMemCpyLoopUnknownSize()
266 Align ResDstAlign(commonAlignment(PartDstAlign, ResLoopOpSize)); in createMemCpyLoopUnknownSize()
409 Align PartSrcAlign(commonAlignment(SrcAlign, PartSize)); in createMemMoveLoop()
410 Align PartDstAlign(commonAlignment(DstAlign, PartSize)); in createMemMoveLoop()
[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.cpp1137 return commonAlignment(getBaseAlign(), getOffset()); in getAlign()
H A DMachineFunction.cpp541 ? commonAlignment(MMO->getBaseAlign(), Offset) in getMachineMemOperand()
/freebsd/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()
650 commonAlignment(Alignment, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedExpandLoad()
778 commonAlignment(Alignment, EltTy->getPrimitiveSizeInBits() / 8); in scalarizeMaskedCompressStore()
H A DMemCpyOptimizer.cpp1198 CopySourceAlign = commonAlignment(*CopySourceAlign, MForwardOffset); in processMemCpyMemCpyDependence()
1343 Alignment = commonAlignment(DestAlign, SrcSizeC->getZExtValue()); in processMemSetMemCpyDependence()
H A DSROA.cpp1897 return commonAlignment(getLoadStoreAlignment(I), Offset); in getAdjustedAlignment()
2797 return commonAlignment(NewAI.getAlign(), in getSliceAlign()
3372 commonAlignment(OtherAlign, OtherOffset.zextOrTrunc(64).getZExtValue()); in visitMemTransferInst()
3766 Ty, Agg, commonAlignment(BaseAlign, Offset), Name); in emitSplitOps()
4859 const Align Alignment = commonAlignment(AI.getAlign(), P.beginOffset()); in rewritePartition()
H A DLowerMatrixIntrinsics.cpp1117 return commonAlignment(InitialAlign, Idx * StrideInBytes); in getAlignForIndex()
1119 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
H A DScalarizer.cpp208 return commonAlignment(VecAlign, Frag * SplitSize); in getFragmentAlign()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp743 commonAlignment(Align, SL->getElementOffset(i)), Name + ".unpack"); in unpackLoadToAggregate()
787 auto EltAlign = commonAlignment(Align, Offset.getKnownMinValue()); in unpackLoadToAggregate()
1268 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate()
1314 auto EltAlign = commonAlignment(Align, Offset.getKnownMinValue()); in unpackStoreToAggregate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp194 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.cpp1299 commonAlignment(Replacement.SGV->getAlign().valueOrOne(), Offset); in replaceLDSVariablesWithStruct()
1359 GA = commonAlignment(A, Off.getLimitedValue()); in refineUsesAlignmentAndAA()
/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.cpp213 const Align SubsequentAlignment = commonAlignment( in decompose()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1016 commonAlignment(BaseAlign, Offsets[I])); in insertSRetLoads()
1046 commonAlignment(BaseAlign, Offsets[I])); in insertSRetStores()
H A DUtils.cpp891 return commonAlignment(MFI.getObjectAlign(FSPV->getFrameIndex()), in inferAlignFromPtrInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp252 commonAlignment(STI.getStackAlignment(), LocMemOffset)); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp466 Check(*Align <= commonAlignment(*BaseAlign, Offset), in visitMemoryReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp97 commonAlignment(Align(16), LocMemOffset)); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp237 Alignment = commonAlignment(Alignment, Offset.getZExtValue()); in vectorizeLoadInsert()
1241 return commonAlignment(VectorAlignment, in computeAlignmentAfterScalarization()
1243 return commonAlignment(VectorAlignment, DL.getTypeStoreSize(ScalarType)); in computeAlignmentAfterScalarization()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp704 Align EndAlignment = commonAlignment(Alignment, DataSize); in computeSectionStubBufSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1957 commonAlignment(SmallestAlign, in SplitVecRes_INSERT_VECTOR_ELT()
2212 Alignment = commonAlignment( in SplitVecRes_VP_STRIDED_LOAD()
3597 commonAlignment(SmallestAlign, EltVT.getFixedSizeInBits() / 8)); in SplitVecOp_ExtVecInRegOp()
3679 Alignment = commonAlignment(Alignment, in SplitVecOp_VP_STORE()
3755 Alignment = commonAlignment(Alignment, in SplitVecOp_VP_STRIDED_STORE()
3830 Alignment = commonAlignment( in SplitVecOp_MSTORE()
7495 : commonAlignment(LD->getAlign(), ScaledOffset); in GenWidenVectorLoads()
7681 : commonAlignment(ST->getAlign(), ScaledOffset); in GenWidenVectorStores()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1785 PartAlign = commonAlignment(ArgAlign, CurOffset); in LowerCall()
2080 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall()
3296 return commonAlignment(PartAlign, Offsets[parti]); in LowerFormalArguments()
3461 commonAlignment(DL.getABITypeAlign(RetTy), Offsets[i]); in LowerReturn()

12