OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stackGrowth
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
284
int
stackGrowth
= is64Bit ? -8 : -4;
286
// Initial state of the frame pointer is esp+
stackGrowth
.
289
nullptr, MRI.getDwarfRegNum(StackPtr, true), -
stackGrowth
);
295
nullptr, MRI.getDwarfRegNum(InstPtr, true),
stackGrowth
);
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
533
int
stackGrowth
= -SlotSize;
562
MCCFIInstruction::createDefCfaOffset(nullptr, 2 *
stackGrowth
));
570
DwarfFramePtr, 2 *
stackGrowth
));
606
int StackOffset = 2 *
stackGrowth
;
623
StackOffset +=
stackGrowth
;
820
-StackSize +
stackGrowth
));
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
173
int
stackGrowth
= -TD->getPointerSize(0);
176
int64_t saveAreaOffset = (HasFP ? 2 : 1) *
stackGrowth
;
190
TotalSkipped +=
stackGrowth
;
304
const int
StackGrowth
= -TD->getPointerSize(0);
377
MCCFIInstruction::createDefCfa(nullptr, Reg, 2 *
StackGrowth
));
384
MCCFIInstruction::createOffset(nullptr, LR,
StackGrowth
));
390
MCCFIInstruction::createOffset(nullptr, Reg, 2 *
StackGrowth
));
[
all
...]
Completed in 2834 milliseconds