Lines Matching refs:LogAlign
230 // FIXME: ignore LogAlign for this patch
232 unsigned postOffset(unsigned LogAlign = 0) const {
574 unsigned LogAlign = Log2_32(Align);
575 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
585 for (unsigned a = LogAlign + 1; a <= MaxAlign; ++a)
1285 // LogAlign which is the largest possible alignment in the function.
1286 unsigned LogAlign = MF->getAlignment();
1287 assert(LogAlign >= CPELogAlign && "Over-aligned constant pool entry");
1298 << " la=" << LogAlign << '\n');
1323 BaseInsertOffset -= 1u << LogAlign;
1324 EndInsertOffset -= 1u << LogAlign;