OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPRCS1Size
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
81
///
GPRCS1Size
, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
83
unsigned
GPRCS1Size
;
130
GPRCS1Size
(0), GPRCS2Size(0), DPRCSSize(0),
143
GPRCS1Size
(0), GPRCS2Size(0), DPRCSSize(0),
185
unsigned getGPRCalleeSavedArea1Size() const { return
GPRCS1Size
; }
189
void setGPRCalleeSavedArea1Size(unsigned s) {
GPRCS1Size
= s; }
Thumb1FrameLowering.cpp
105
unsigned
GPRCS1Size
= 0, GPRCS2Size = 0, DPRCSSize = 0;
131
GPRCS1Size
+= 4;
144
GPRCS1Size
+= 4;
160
unsigned DPRCSOffset = NumBytes - (
GPRCS1Size
+ GPRCS2Size + DPRCSSize);
192
AFI->setGPRCalleeSavedArea1Size(
GPRCS1Size
);
ARMFrameLowering.cpp
153
unsigned
GPRCS1Size
= 0, GPRCS2Size = 0, DPRCSSize = 0;
186
GPRCS1Size
+= 4;
199
GPRCS1Size
+= 4;
214
if (
GPRCS1Size
> 0) MBBI++;
235
unsigned DPRCSOffset = NumBytes - (
GPRCS1Size
+ GPRCS2Size + DPRCSSize);
285
AFI->setGPRCalleeSavedArea1Size(
GPRCS1Size
);
[
all
...]
Completed in 193 milliseconds