OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPRCS2Size
(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
88
unsigned
GPRCS2Size
;
129
GPRCS1Size(0),
GPRCS2Size
(0), DPRCSAlignGapSize(0), DPRCSSize(0),
172
unsigned getGPRCalleeSavedArea2Size() const { return
GPRCS2Size
; }
177
void setGPRCalleeSavedArea2Size(unsigned s) {
GPRCS2Size
= s; }
Thumb1FrameLowering.cpp
118
unsigned GPRCS1Size = 0,
GPRCS2Size
= 0, DPRCSSize = 0;
155
GPRCS2Size
+= 4;
178
unsigned DPRCSOffset = NumBytes - ArgRegsSaveSize - (GPRCS1Size +
GPRCS2Size
+ DPRCSSize);
180
unsigned GPRCS1Offset = GPRCS2Offset +
GPRCS2Size
;
284
AFI->setGPRCalleeSavedArea2Size(
GPRCS2Size
);
ARMFrameLowering.cpp
317
unsigned GPRCS1Size = 0,
GPRCS2Size
= 0, DPRCSSize = 0;
359
GPRCS2Size
+= 4;
394
unsigned GPRCS2Offset = GPRCS1Offset -
GPRCS2Size
;
396
unsigned DPRGapSize = (GPRCS1Size +
GPRCS2Size
+ ArgRegsSaveSize) % DPRAlign;
410
if (
GPRCS2Size
> 0) {
412
DefCFAOffsetCandidates.addInst(LastPush,
GPRCS2Size
);
584
if (
GPRCS2Size
> 0) {
640
AFI->setGPRCalleeSavedArea2Size(
GPRCS2Size
);
[
all
...]
Completed in 879 milliseconds