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

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 70 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
72 unsigned GPRCS1Size;
105 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
116 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
148 unsigned getGPRCalleeSavedArea1Size() const { return GPRCS1Size; }
152 void setGPRCalleeSavedArea1Size(unsigned s) { GPRCS1Size = s; }
Thumb1FrameLowering.cpp 70 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
96 GPRCS1Size += 4;
109 GPRCS1Size += 4;
125 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
154 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);
ARMFrameLowering.cpp 139 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
166 GPRCS1Size += 4;
179 GPRCS1Size += 4;
189 if (GPRCS1Size > 0) MBBI++;
210 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
250 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);
    [all...]

Completed in 28 milliseconds