HomeSort by: relevance | last modified time | path
    Searched refs:usePackedStack (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 66 bool usePackedStack(MachineFunction &MF) const;
71 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0;
SystemZFrameLowering.cpp 114 if (usePackedStack(MF))
323 if (!usePackedStack(MF) || BackChain)
770 if (usePackedStack(MF) && !(IsVarArg && !SoftFloat)) {
794 bool SystemZFrameLowering::usePackedStack(MachineFunction &MF) const {

Completed in 15 milliseconds