OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPRCS1Size
(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
87
unsigned
GPRCS1Size
;
129
GPRCS1Size
(0), GPRCS2Size(0), DPRCSAlignGapSize(0), DPRCSSize(0),
171
unsigned getGPRCalleeSavedArea1Size() const { return
GPRCS1Size
; }
176
void setGPRCalleeSavedArea1Size(unsigned s) {
GPRCS1Size
= s; }
Thumb1FrameLowering.cpp
118
unsigned
GPRCS1Size
= 0, GPRCS2Size = 0, DPRCSSize = 0;
166
GPRCS1Size
+= 4;
178
unsigned DPRCSOffset = NumBytes - ArgRegsSaveSize - (
GPRCS1Size
+ GPRCS2Size + DPRCSSize);
191
unsigned adjustedGPRCS1Size =
GPRCS1Size
;
240
MFI->getObjectOffset(FramePtrSpillFI) +
GPRCS1Size
+ ArgRegsSaveSize;
283
AFI->setGPRCalleeSavedArea1Size(
GPRCS1Size
);
ARMFrameLowering.cpp
317
unsigned
GPRCS1Size
= 0, GPRCS2Size = 0, DPRCSSize = 0;
374
GPRCS1Size
+= 4;
387
if (
GPRCS1Size
> 0) {
389
DefCFAOffsetCandidates.addInst(LastPush,
GPRCS1Size
, true);
393
unsigned GPRCS1Offset = NumBytes - ArgRegsSaveSize -
GPRCS1Size
;
396
unsigned DPRGapSize = (
GPRCS1Size
+ GPRCS2Size + ArgRegsSaveSize) % DPRAlign;
550
if (
GPRCS1Size
> 0) {
639
AFI->setGPRCalleeSavedArea1Size(
GPRCS1Size
);
[
all
...]
Completed in 109 milliseconds