Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Alignment

2909           unsigned Alignment = LN0->getAlignment();
2921 Alignment = MinAlign(Alignment, PtrOff);
2932 Alignment, LN0->getTBAAInfo());
6222 // If the resultant load doesn't need a higher alignment than the original!
7998 // Try to infer better alignment information than the load already has.
8212 /// \brief Get the alignment of the load used for this slice.
8214 unsigned Alignment = Origin->getAlignment();
8217 Alignment = MinAlign(Alignment, Alignment + Offset);
8218 return Alignment;
8352 // 1. Check the alignment constraint.
8449 // Check if we meet the alignment requirement.
8715 // Figure out the offset for the store and the alignment of the access.
9083 // Check that the alignment is the same.
9330 // Check that the alignment is the same as the stores.
9493 // resultant store does not need a higher alignment than the original.
9557 unsigned Alignment = ST->getAlignment();
9568 Alignment = MinAlign(Alignment, 4U);
9572 Alignment, TBAAInfo);
9582 // Try to infer better alignment information than the store already has.
11178 unsigned Alignment = cast<ConstantPoolSDNode>(CPIdx)->getAlignment();
11198 false, false, Alignment);
11529 // If we know required SrcValue1 and SrcValue2 have relatively large alignment