HomeSort by relevance Sort by last modified time
    Searched refs:ensureMaxAlignment (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 371 ensureMaxAlignment(Align);
439 /// ensureMaxAlignment - Make sure the function is at least Align bytes
441 void ensureMaxAlignment(unsigned Align);
CallingConvLower.h 292 MF.getFrameInfo()->ensureMaxAlignment(Align);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 65 FrameInfo->ensureMaxAlignment(Fn->getAttributes().
459 /// ensureMaxAlignment - Make sure the function is at least Align bytes
461 void MachineFrameInfo::ensureMaxAlignment(unsigned Align) {
491 ensureMaxAlignment(Alignment);
505 ensureMaxAlignment(Alignment);
519 ensureMaxAlignment(Alignment);
    [all...]
CallingConvLower.cpp 52 MF.getFrameInfo()->ensureMaxAlignment(Align);

Completed in 230 milliseconds