Searched refs:GPRCS1Size (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMMachineFunctionInfo.h74 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
76 unsigned GPRCS1Size; member in class:llvm::ARMFunctionInfo
123 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
135 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
170 unsigned getGPRCalleeSavedArea1Size() const { return GPRCS1Size; }
174 void setGPRCalleeSavedArea1Size(unsigned s) { GPRCS1Size = s; }
H A DThumb1FrameLowering.cpp69 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0; local
95 GPRCS1Size += 4;
108 GPRCS1Size += 4;
124 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
153 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);
H A DARMFrameLowering.cpp152 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0; local
184 GPRCS1Size += 4;
197 GPRCS1Size += 4;
212 if (GPRCS1Size > 0) MBBI++;
233 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
283 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);

Completed in 172 milliseconds