Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Alignment

718 /// the desired ByVal argument alignment.
745 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1244 // less than a 4-byte alignment, then the frame-index elimination may need to
1416 unsigned Alignment;
1420 Alignment = LD->getAlignment();
1424 Alignment = ST->getAlignment();
1461 // LDU/STU need an address with at least 4-byte alignment.
1462 if (Alignment < 4)
1895 // 2*sizeof(char) + 2 Byte alignment + 2*sizeof(char*) = 12 Byte
2135 /// CalculateStackSlotAlignment - Calculates the alignment of this argument
2153 "ByVal alignment is not a multiple of the pointer size");
2163 /// ensure minimum alignment required for target.
2214 // | | Alignment padding |
2493 /* Respect alignment of argument on the stack. */
3261 /// by "Src" to address "Dst" of size "Size". Alignment information is
3979 /* Respect alignment of argument on the stack. */
4060 /* Respect alignment of argument on the stack. */
4088 // Note: Size includes alignment padding, so
7310 // (regardless of alignment). We search up and down the chain, looking though
8125 // https://developer.apple.com/hardwaredrivers/ve/alignment.html
8129 // loads into an alignment-based permutation-control instruction (lvsl
8152 // Refine the alignment of the original load (a "new" load created here
8153 // which was identical to the first except for the alignment would be
8166 // alignment), and the value of IncValue (which is actually used to
8174 // (aligned) offset (the alignment of the other load does not matter in
8259 APInt::getAllOnesValue(4 /* 16 byte alignment */).zext(
8878 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
8879 /// means there isn't a need to check it against alignment requirement,