HomeSort by relevance Sort by last modified time
    Searched refs:HasFP (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 69 bool HasFP = hasFP(MF);
83 if (HasFP)
221 bool HasFP = hasFP(MF);
251 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D);
320 bool HasFP = hasFP(MF);
360 if (HasFP) {
448 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 75 // Note: currently hasFP() is always true for hasCalls(), but that's an
78 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128)
83 /// hasFP - Return true if the specified function should have a dedicated frame
85 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const {
170 bool HasFP = hasFP(MF);
176 int64_t saveAreaOffset = (HasFP ? 2 : 1) * stackGrowth;
189 if (HasFP && (FramePtr == Reg || Reg == AArch64::LR)) {
213 bool HasFP = hasFP(MF)
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 177 bool HasFP = hasFP(MF);
178 if (HasFP)
233 if (HasFP) {
262 if (!HasFP) {
271 if (STI.isTargetELF() && HasFP)
293 // the sp from fp. We can assume there's an FP here since hasFP already
ARMFrameLowering.cpp 46 /// hasFP - Return true if the specified function should have a dedicated frame
49 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
261 bool HasFP = hasFP(MF);
267 if (HasFP) {
359 if (HasFP && isARM)
414 if (HasFP) {
436 if (!HasFP) {
470 if (!HasFP) {
495 if (!HasFP) {
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 361 bool HasFP = false;
397 HasFP = true;
472 if (!HasFP) {
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 428 // hasFP - Return true if the specified function actually has a dedicated frame
430 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
432 // FIXME: This is pretty much broken by design: hasFP() might be called really
433 // early, before the stack layout was calculated and thus hasFP() might return
545 bool HasFP = hasFP(MF);
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
584 if (HasFP) {
632 if (HasFP)
731 if (HasFP) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 43 /// hasFP - Return true if the specified function should have a dedicated frame
46 bool X86FrameLowering::hasFP(const MachineFunction &MF) const {
449 bool HasFP = hasFP(MF);
499 if (HasFP) MinSize += SlotSize;
535 if (HasFP) {
615 if (!HasFP && NeedsDwarfCFI) {
635 assert(HasFP && "There should be a frame pointer if stack is realigned.");
739 if (HasFP) {
813 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 454 bool HasFP = false;
481 HasFP = true;
541 if (HasFP) {

Completed in 1606 milliseconds