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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 311 /// getLocalFrameMaxAlign - Return the required alignment of the local
313 unsigned getLocalFrameMaxAlign() const { return LocalFrameMaxAlign; }
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 640 bool requiresRealignment = ((MFI->getLocalFrameMaxAlign() > StackAlign) ||
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 578 unsigned Align = MFI->getLocalFrameMaxAlign();

Completed in 195 milliseconds