Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alignment

1559                         CharUnits Alignment = CharUnits()) {
1560 return LValue::MakeAddr(V, T, Alignment, getContext(),
1564 CharUnits Alignment;
1566 Alignment = getContext().getTypeAlignInChars(T);
1567 return LValue::MakeAddr(V, T, Alignment, getContext(),
1572 /// block. The caller is responsible for setting an appropriate alignment on
1581 /// appropriate alignment. This routine should only be used when an temporary
1588 /// appropriate alignment.
1594 CharUnits Alignment = getContext().getTypeAlignInChars(T);
1595 return AggValueSlot::forAddr(CreateMemTemp(T, Name), Alignment,
1646 unsigned Alignment = 0);
1857 /// The alignment of the variable.
1858 CharUnits Alignment;
2036 unsigned Alignment, QualType Ty,
2049 bool Volatile, unsigned Alignment, QualType Ty,
2617 /// alignment of the type referenced by the pointer. Skip over implicit
2622 /// the alignment of the type referenced by the pointer. Skip over implicit
2623 /// casts. Return the alignment as an llvm::Value.