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

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 81 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
84 unsigned GPRCS2Size;
130 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
143 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
186 unsigned getGPRCalleeSavedArea2Size() const { return GPRCS2Size; }
190 void setGPRCalleeSavedArea2Size(unsigned s) { GPRCS2Size = s; }
Thumb1FrameLowering.cpp 105 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
141 GPRCS2Size += 4;
160 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
162 unsigned GPRCS1Offset = GPRCS2Offset + GPRCS2Size;
193 AFI->setGPRCalleeSavedArea2Size(GPRCS2Size);
ARMFrameLowering.cpp 153 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
196 GPRCS2Size += 4;
232 if (GPRCS2Size > 0) MBBI++;
235 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
237 unsigned GPRCS1Offset = GPRCS2Offset + GPRCS2Size;
286 AFI->setGPRCalleeSavedArea2Size(GPRCS2Size);
    [all...]

Completed in 290 milliseconds