Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SrcAlign

3903                                      unsigned DstAlign, unsigned SrcAlign,
3910 assert((SrcAlign == 0 || SrcAlign >= DstAlign) &&
3912 // If 'SrcAlign' is zero, that means the memory operation does not need to
3919 EVT VT = TLI.getOptimalMemOpType(Size, DstAlign, SrcAlign,
4028 unsigned SrcAlign = DAG.InferPtrAlignment(Src);
4029 if (Align > SrcAlign)
4030 SrcAlign = Align;
4038 (isZeroStr ? 0 : SrcAlign),
4104 false, MinAlign(SrcAlign, SrcOff));
4141 unsigned SrcAlign = DAG.InferPtrAlignment(Src);
4142 if (Align > SrcAlign)
4143 SrcAlign = Align;
4147 (DstAlignCanChange ? 0 : Align), SrcAlign,
4175 false, false, SrcAlign);