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;
118 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
130 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
166 unsigned getGPRCalleeSavedArea2Size() const { return GPRCS2Size; }
170 void setGPRCalleeSavedArea2Size(unsigned s) { GPRCS2Size = s; }
Thumb1FrameLowering.cpp 69 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
105 GPRCS2Size += 4;
124 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
126 unsigned GPRCS1Offset = GPRCS2Offset + GPRCS2Size;
154 AFI->setGPRCalleeSavedArea2Size(GPRCS2Size);
ARMFrameLowering.cpp 152 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
194 GPRCS2Size += 4;
230 if (GPRCS2Size > 0) MBBI++;
233 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
235 unsigned GPRCS1Offset = GPRCS2Offset + GPRCS2Size;
284 AFI->setGPRCalleeSavedArea2Size(GPRCS2Size);
    [all...]

Completed in 4442 milliseconds