Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Padding

34 // integer array of the same size (including padding).
78 llvm::Type *Padding) const {
80 ByRef, Realign, Padding);
218 /// leaving one or more empty slots behind as padding. If this
273 /// leaving one or more empty slots behind as padding.
477 // padding beyond the element type.
490 // convention without any padding. (We're specifically looking for 32
1150 // padding.
1465 // Insert padding bytes to respect alignment.
2402 // Ignore padding bit-fields.
2542 /// alignment padding. The user type specified is known to be at most 128 bits
2551 // types that don't contain interesting padding.
2571 // If it overlaps no elements, then it is safe to process as padding.
2660 // pass as float if the last 4 bytes is just padding. This happens for
2703 // goodness in the source type is just tail padding. This is allowed to
2815 // If the low part is just padding, it takes no register, leave ResType
2950 // If the low part is just padding, it takes no register, leave ResType
3916 // Ensure there is no padding.
5652 // Unlike isSingleElementStruct(), trailing padding is allowed.
5700 CharUnits Padding = (PaddedSize - UnpaddedSize);
5741 RegPadding = Padding; // values are passed in the low bits of a GPR
5796 CGF.Builder.CreateConstByteGEP(OverflowArgArea, Padding, "raw_mem_addr");
5841 // padding for vector-like structures, so verify the sizes match.
6104 // another structure type. Padding is inserted if the offset of the
6604 // Final in-word padding.