Lines Matching defs:Alignment
3168 // Handle alignment. If the requested alignment is less than or equal to
3169 // the stack alignment, ignore it. If the size is greater than or equal to
3170 // the stack alignment, we note this in the DYNAMIC_STACKALLOC node.
3175 // Round the size of the allocation up to the stack alignment size
3181 // Mask out the low bits for alignment purposes.
3210 unsigned Alignment = I.getAlignment();
3260 isNonTemporal, isInvariant, Alignment, TBAAInfo,
3307 unsigned Alignment = I.getAlignment();
3324 isVolatile, isNonTemporal, Alignment, TBAAInfo);
3377 MachinePointerInfo(I.getPointerOperand()), 0 /* Alignment */,
3423 I.getPointerOperand(), 0 /* Alignment */,
5190 Entry.Alignment = Align;
5213 Entry.Alignment = CS.getParamAlignment(attrInd);
6409 // For ByVal, alignment should come from FE. BE will guess if this
6412 if (Args[i].Alignment)
6413 FrameAlign = Args[i].Alignment;
6436 // if it isn't first piece, alignment must be 1
6634 // For ByVal, alignment should be passed from FE. BE will guess if
6653 // if it isn't first piece, alignment must be 1