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 74 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
77 unsigned GPRCS2Size;
123 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
135 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
171 unsigned getGPRCalleeSavedArea2Size() const { return GPRCS2Size; }
175 void setGPRCalleeSavedArea2Size(unsigned s) { GPRCS2Size = s; }
Thumb1FrameLowering.cpp 104 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
140 GPRCS2Size += 4;
159 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
161 unsigned GPRCS1Offset = GPRCS2Offset + GPRCS2Size;
192 AFI->setGPRCalleeSavedArea2Size(GPRCS2Size);
ARMFrameLowering.cpp 152 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
195 GPRCS2Size += 4;
231 if (GPRCS2Size > 0) MBBI++;
234 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
236 unsigned GPRCS1Offset = GPRCS2Offset + GPRCS2Size;
285 AFI->setGPRCalleeSavedArea2Size(GPRCS2Size);
    [all...]

Completed in 106 milliseconds