Home | History | Annotate | Download | only in ARM

Lines Matching refs:Align

36 SpillAlignedNEONRegs("align-neon-spills", cl::Hidden, cl::init(true),
37 cl::desc("Align ARM NEON spills in prolog and epilog"));
227 /// Emit an instruction sequence that will align the address in
304 unsigned Align = STI.getFrameLowering()->getStackAlignment();
395 unsigned DPRAlign = DPRCSSize ? std::min(8U, Align) : 4U;
415 // Prolog/epilog inserter assumes we correctly align DPRs on the stack, so our
1088 // actually the point where we align the stack pointer. MachineFrameInfo
1097 // Move the stack pointer to the d8 spill slot, and align it at the same
1101 // bic r4, r4, #align - 1
1199 // bic r4, r4, #align - 1