Home | History | Annotate | Download | only in Mips

Lines Matching refs:Align

58 AlignConstantIslands("mips-align-constant-islands", cl::Hidden, cl::init(true),
59 cl::desc("Align constant islands in code"));
558 unsigned Align = CPs[i].getAlignment();
559 assert(isPowerOf2_32(Align) && "Invalid alignment");
562 assert((Size % Align) == 0 && "CP Entry not multiple of 4 bytes!");
565 unsigned LogAlign = Log2_32(Align);
583 << Size << ", align = " << Align <<'\n');
632 unsigned Align = MCP->getConstants()[CPI].getAlignment();
633 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
634 return Log2_32(Align);
841 // Insert an entry into BBInfo to align it properly with the (newly
891 // Insert an entry into BBInfo to align it properly with the (newly
971 // Compute the padding that would go at the end of the CPE to align the next
1269 // point where we can add a 4-byte branch instruction, and then align to