Home
last modified time | relevance | path

Searched refs:ByValAlign (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1994 MaybeAlign ByValAlign = CB.getParamAlign(ArgNo); in processByValArgument() local
1995 if (!ByValAlign) in processByValArgument()
2001 if ((!MemDepAlign || *MemDepAlign < *ByValAlign) && in processByValArgument()
2002 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, &CB, AC, in processByValArgument()
2003 DT) < *ByValAlign) in processByValArgument()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp343 Align ByValAlign = ArgFlags.getNonZeroByValAlign(); in CC_Xtensa_Custom() local
348 if (ByValAlign < Align(4)) { in CC_Xtensa_Custom()
349 ByValAlign = Align(4); in CC_Xtensa_Custom()
351 unsigned Offset = State.AllocateStack(ByValSize, ByValAlign); in CC_Xtensa_Custom()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1562 const Align ByValAlign = getFunctionByValParamAlign( in LowerCall() local
1565 VAOffset = alignTo(VAOffset, ByValAlign); in LowerCall()
1566 return ByValAlign; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6887 const Align ByValAlign(ArgFlags.getNonZeroByValAlign()); in CC_AIX() local
6888 if (ByValAlign > StackAlign) in CC_AIX()
6893 const Align ObjAlign = ByValAlign > PtrAlign ? ByValAlign : PtrAlign; in CC_AIX()