Home | History | Annotate | Download | only in X86

Lines Matching defs:Alignment

1258 /// the desired ByVal argument alignment.
1283 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1289 // Max of 8 and alignment of type.
1305 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1306 /// means there isn't a need to check it against alignment requirement,
1721 /// by "Src" to address "Dst" with size and alignment information specified by
2595 // of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
4769 // FIXME: 256-bit vector instructions don't require a strict alignment,
4773 // Make sure the stack object alignment is at least 16 or 32.
4777 // Can't change the alignment. FIXME: It's possible to compute
4973 unsigned Alignment = cast<ConstantPoolSDNode>(CP)->getAlignment();
4976 false, false, false, Alignment);
9007 // FIXME: Ensure alignment here
11808 // 8 ) Align : Alignment of type
11843 // alignment(va_list) = 8
12005 assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
13163 // alignment is valid.