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 74 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
76 unsigned GPRCS1Size;
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; }
Thumb1FrameLowering.cpp 104 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
130 GPRCS1Size += 4;
143 GPRCS1Size += 4;
159 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
191 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);
ARMFrameLowering.cpp 152 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
185 GPRCS1Size += 4;
198 GPRCS1Size += 4;
213 if (GPRCS1Size > 0) MBBI++;
234 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
284 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size);
    [all...]

Completed in 559 milliseconds