Home | History | Annotate | Download | only in radeon

Lines Matching defs:alignment

103   // If the alignment is set incorrectly, it can produce really inefficient
947 unsigned alignment;
950 alignment = linst->getAlignment();
953 alignment = sinst->getAlignment();
959 if (size == alignment || size < alignment) {
965 if (alignment < 4) {