OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasFP
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp
43
bool M68kFrameLowering::
hasFP
(const MachineFunction &MF) const {
61
(
hasFP
(MF) && !TRI->hasStackRealignment(MF)) ||
97
bool
HasFP
=
hasFP
(MF);
101
assert(
HasFP
&& "VLAs and dynamic stack realign, but no FP?!");
120
if (!
HasFP
)
278
if (IsDestroy && InternalAmt && DwarfCFI && !
hasFP
(MF))
298
if (DwarfCFI && !
hasFP
(MF)) {
486
bool
HasFP
=
hasFP
(MF)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiRegisterInfo.cpp
140
bool
HasFP
= TFI->
hasFP
(MF);
150
if (!
HasFP
|| (hasStackRealignment(MF) && FrameIndex >= 0))
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
140
bool
HasFP
=
hasFP
(MF);
160
if (
HasFP
)
268
bool
HasFP
=
hasFP
(MF);
300
MIB.addReg(
HasFP
? SystemZ::R11D : SystemZ::R15D);
425
bool
HasFP
=
hasFP
(MF);
436
if (
HasFP
) {
522
if (
HasFP
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp
243
bool
HasFP
=
hasFP
(MF);
244
if (
HasFP
)
301
if (
HasFP
) {
381
if (isARMLowRegister(Reg) && !(
HasFP
&& Reg == FramePtr)) {
388
if (!
HasFP
) {
398
if (STI.isTargetELF() &&
HasFP
)
447
// the sp from fp. We can assume there's an FP here since
hasFP
already
533
bool
HasFP
=
hasFP
(MF)
[
all
...]
ARMFrameLowering.cpp
197
///
hasFP
- Return true if the specified function should have a dedicated frame
200
bool ARMFrameLowering::
hasFP
(const MachineFunction &MF) const {
326
const ARMBaseInstrInfo &TII, bool
HasFP
) {
330
if (
HasFP
&& !Info.BeforeFPSet)
469
bool
HasFP
=
hasFP
(MF);
486
DefCFAOffsetCandidates.emitDefCFAOffsets(MBB, dl, TII,
HasFP
);
554
if (
HasFP
) {
665
if (
HasFP
&& isARM)
683
if (
HasFP
) {
[
all
...]
ARMBaseRegisterInfo.cpp
199
if (TFI->
hasFP
(MF))
236
if (TFI->
hasFP
(MF))
290
//
hasFP
ends up calling getMaxCallFrameComputed() which may not be
293
bool
HasFP
= MF.getFrameInfo().isMaxCallFrameSizeComputed()
294
? TFI->
hasFP
(MF) : true;
295
return 5 -
HasFP
;
298
bool
HasFP
= MF.getFrameInfo().isMaxCallFrameSizeComputed()
299
? TFI->
hasFP
(MF) : true;
300
return 10 -
HasFP
- (STI.isR9Reserved() ? 1 : 0);
470
if (TFI->
hasFP
(MF)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp
73
(
hasFP
(MF) && !TRI->hasStackRealignment(MF)) ||
90
///
hasFP
- Return true if the specified function should have a dedicated frame
93
bool X86FrameLowering::
hasFP
(const MachineFunction &MF) const {
440
if (!
hasFP
(MF)) {
563
const bool
HasFP
=
hasFP
(MF);
581
if (!
HasFP
&& NeedsDwarfCFI) {
607
if (!
HasFP
&& NeedsDwarfCFI) {
828
const bool
HasFP
=
hasFP
(MF)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
566
bool
HasFP
= false;
614
HasFP
= true;
697
if (!
HasFP
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
356
//
hasFP
- Return true if the specified function actually has a dedicated frame
358
bool PPCFrameLowering::
hasFP
(const MachineFunction &MF) const {
360
// FIXME: This is pretty much broken by design:
hasFP
() might be called really
361
// early, before the stack layout was calculated and thus
hasFP
() might return
589
if (
hasFP
(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice())
642
bool
HasFP
=
hasFP
(MF);
684
assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR ||
HasFP
))) &&
698
if (
HasFP
) {
823
if (
HasFP
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp
490
if (
hasFP
(MF)) {
745
bool
HasFP
= false;
902
HasFP
= true;
922
} else if ((
HasFP
=
hasFP
(MF))) {
938
if (
HasFP
&& RoundedSize != 0) {
945
assert((!
HasFP
|| (FuncInfo->SGPRForFPSaveRestoreCopy ||
949
assert((
HasFP
|| (!FuncInfo->SGPRForFPSaveRestoreCopy &&
989
if (RoundedSize != 0 &&
hasFP
(MF)) {
1169
//
hasFP
only knows about stack objects that already exist. We're no
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCFrameLowering.cpp
146
if (
hasFP
(MF)) {
184
if (
hasFP
(MF)) {
205
if (
hasFP
(MF)) {
226
if ((
hasFP
(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK))
253
if (
hasFP
(MF)) {
311
if (
hasFP
(MF)) {
354
if (
hasFP
(MF)) {
476
if (!
hasFP
(MF)) {
491
bool ARCFrameLowering::
hasFP
(const MachineFunction &MF) const {
493
bool
HasFP
= MF.getTarget().Options.DisableFramePointerElim(MF) |
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRFrameLowering.cpp
49
return
hasFP
(MF) && !MFI.hasVarSizedObjects();
59
bool
HasFP
=
hasFP
(MF);
89
if (!
HasFP
) {
160
if (!
hasFP
(MF) && !AFI->isInterruptOrSignalHandler()) {
225
bool AVRFrameLowering::
hasFP
(const MachineFunction &MF) const {
408
if (
hasFP
(MF)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
1447
bool
HasFP
= false;
1474
HasFP
= true;
1539
if (
HasFP
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
430
HasFP
= 1 << 0,
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
66
CV_ENUM_CLASS_ENT(ProcSymFlags,
HasFP
),
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
740
if (
hasFP
(MF)) {
771
if (!
hasFP
(MF)) {
1044
bool
HasFP
=
hasFP
(MF);
1046
if (
HasFP
) {
1096
if (
HasFP
) {
1142
bool HexagonFrameLowering::
hasFP
(const MachineFunction &MF) const {
1314
bool
HasFP
=
hasFP
(MF);
1315
assert((
HasFP
|| !UseFP) && "This function must have frame pointer")
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
353
return !(MFI.hasCalls() ||
hasFP
(MF) || NumBytes > RedZoneSize ||
357
///
hasFP
- Return true if the specified function should have a dedicated frame
359
bool AArch64FrameLowering::
hasFP
(const MachineFunction &MF) const {
377
// Unfortunately some calls to
hasFP
() like machine verifier ->
378
// getReservedReg() ->
hasFP
in the middle of global isel are too early
1114
bool
HasFP
=
hasFP
(MF);
1153
if (
HasFP
&& AFI->hasSwiftAsyncContext()) {
1185
assert(!
HasFP
&& "unexpected function without stack frame but with FP");
1260
if (!IsFunclet &&
HasFP
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp
157
PUSH_FLAG(ProcSymFlags,
HasFP
, Flags, "has fp");
Completed in 37 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026