Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp130 Align ByValAlign = ArgFlags.getNonZeroByValAlign(); in CC_Xtensa_Custom() local
135 if (ByValAlign < Align(4)) { in CC_Xtensa_Custom()
136 ByValAlign = Align(4); in CC_Xtensa_Custom()
138 unsigned Offset = State.AllocateStack(ByValSize, ByValAlign); in CC_Xtensa_Custom()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1913 MaybeAlign ByValAlign = CB.getParamAlign(ArgNo); in processByValArgument() local
1914 if (!ByValAlign) in processByValArgument()
1920 if ((!MemDepAlign || *MemDepAlign < *ByValAlign) && in processByValArgument()
1921 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, &CB, AC, in processByValArgument()
1922 DT) < *ByValAlign) in processByValArgument()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6875 const Align ByValAlign(ArgFlags.getNonZeroByValAlign()); in CC_AIX() local
6876 if (ByValAlign > StackAlign) in CC_AIX()
6881 const Align ObjAlign = ByValAlign > PtrAlign ? ByValAlign : PtrAlign; in CC_AIX()