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

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 22 GPRCS1Size(0), GPRCS2Size(0), DPRCSSize(0),
ARMMachineFunctionInfo.h 85 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
90 unsigned DPRCSSize;
98 /// registers also aren't included in DPRCSSize above.
129 GPRCS1Size(0), GPRCS2Size(0), DPRCSAlignGapSize(0), DPRCSSize(0),
174 unsigned getDPRCalleeSavedAreaSize() const { return DPRCSSize; }
179 void setDPRCalleeSavedAreaSize(unsigned s) { DPRCSSize = s; }
Thumb1FrameLowering.cpp 118 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
169 DPRCSSize += 8;
178 unsigned DPRCSOffset = NumBytes - ArgRegsSaveSize - (GPRCS1Size + GPRCS2Size + DPRCSSize);
179 unsigned GPRCS2Offset = DPRCSOffset + DPRCSSize;
285 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);
ARMFrameLowering.cpp 317 unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
381 DPRCSSize += 8;
395 unsigned DPRAlign = DPRCSSize ? std::min(8U, Align) : 4U;
397 unsigned DPRCSOffset = GPRCS2Offset - DPRGapSize - DPRCSSize;
429 if (DPRCSSize > 0) {
609 if (DPRCSSize > 0) {
642 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);
    [all...]

Completed in 52 milliseconds