OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasFP
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
70
bool
HasFP
=
hasFP
(MF);
84
if (
HasFP
)
223
bool
HasFP
=
hasFP
(MF);
253
MIB.addReg(
HasFP
? SystemZ::R11D : SystemZ::R15D);
322
bool
HasFP
=
hasFP
(MF);
365
if (
HasFP
) {
457
bool SystemZFrameLowering::
hasFP
(const MachineFunction &MF) const
[
all
...]
/external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp
163
bool
HasFP
=
hasFP
(MF);
164
if (
HasFP
)
173
if (
HasFP
) {
188
if (STI.isTargetELF() &&
HasFP
)
210
// the sp from fp. We can assume there's an FP here since
hasFP
already
ARMFrameLowering.cpp
39
///
hasFP
- Return true if the specified function should have a dedicated frame
42
bool ARMFrameLowering::
hasFP
(const MachineFunction &MF) const {
221
bool
HasFP
=
hasFP
(MF);
222
if (
HasFP
) {
238
if (
HasFP
)
269
if (
HasFP
&& isARM)
281
if (STI.isTargetELF() &&
hasFP
(MF))
340
// the sp from fp. We can assume there's an FP here since
hasFP
already
518
assert (
hasFP
(MF) && "dynamic stack realignment without a FP!")
[
all
...]
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
42
///
hasFP
- Return true if the specified function should have a dedicated frame
45
bool X86FrameLowering::
hasFP
(const MachineFunction &MF) const {
317
bool
HasFP
=
hasFP
(MF);
333
int64_t saveAreaOffset = (
HasFP
? 3 : 2) * stackGrowth;
360
if (
HasFP
&& FramePtr == Reg)
492
bool
HasFP
=
hasFP
(MF);
570
if (
HasFP
) {
658
bool
HasFP
= hasFP(MF)
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
267
//
hasFP
- Return true if the specified function actually has a dedicated frame
269
bool PPCFrameLowering::
hasFP
(const MachineFunction &MF) const {
271
// FIXME: This is pretty much broken by design:
hasFP
() might be called really
272
// early, before the stack layout was calculated and thus
hasFP
() might return
383
bool
HasFP
=
hasFP
(MF);
389
if (
HasFP
) {
424
if (
HasFP
)
451
if (
HasFP
)
602
if (
HasFP
) {
[
all
...]
Completed in 463 milliseconds