Lines Matching refs:Align
58 AlignConstantIslands("mips-align-constant-islands", cl::Hidden, cl::init(true),
59 cl::desc("Align constant islands in code"));
567 unsigned Align = CPs[i].getAlignment();
568 assert(isPowerOf2_32(Align) && "Invalid alignment");
571 assert((Size % Align) == 0 && "CP Entry not multiple of 4 bytes!");
574 unsigned LogAlign = Log2_32(Align);
592 << Size << ", align = " << Align <<'\n');
641 unsigned Align = MCP->getConstants()[CPI].getAlignment();
642 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
643 return Log2_32(Align);
856 // Insert an entry into BBInfo to align it properly with the (newly
906 // Insert an entry into BBInfo to align it properly with the (newly
986 // Compute the padding that would go at the end of the CPE to align the next
1284 // point where we can add a 4-byte branch instruction, and then align to