Searched refs:ensureMaxAlignment (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h413 ensureMaxAlignment(Align);
473 /// ensureMaxAlignment - Make sure the function is at least Align bytes
475 void ensureMaxAlignment(unsigned Align);
H A DCallingConvLower.h405 MF.getFrameInfo()->ensureMaxAlignment(Align);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp71 FrameInfo->ensureMaxAlignment(Fn->getFnStackAlignment());
486 /// ensureMaxAlignment - Make sure the function is at least Align bytes
488 void MachineFrameInfo::ensureMaxAlignment(unsigned Align) { function in class:MachineFrameInfo
518 ensureMaxAlignment(Alignment);
532 ensureMaxAlignment(Alignment);
547 ensureMaxAlignment(Alignment);
H A DCallingConvLower.cpp53 MF.getFrameInfo()->ensureMaxAlignment(Align);
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1424 MFI->ensureMaxAlignment(RC->getAlignment());

Completed in 895 milliseconds