Home
last modified time | relevance | path

Searched refs:hasFP (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp64 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
88 if (TFI->hasFP(MF)) { in getReservedRegs()
115 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::R4 : MSP430::SP); in eliminateFrameIndex()
121 if (!TFI->hasFP(MF)) in eliminateFrameIndex()
163 return TFI->hasFP(MF) ? MSP430::R4 : MSP430::SP; in getFrameRegister()
H A DMSP430FrameLowering.cpp33 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
100 if (hasFP(MF)) { in emitPrologue()
151 if (!hasFP(MF)) { in emitPrologue()
182 if (!hasFP(MF)) { in emitPrologue()
218 if (hasFP(MF)) { in emitEpilogue()
286 if (!hasFP(MF)) { in emitEpilogue()
295 if (!hasFP(MF)) { in emitEpilogue()
412 if (!hasFP(MF)) { in eliminateCallFramePseudoInstr()
431 if (hasFP(MF)) { in processFunctionBeforeFrameFinalized()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp146 if (hasFP(MF)) { in emitPrologue()
184 if (hasFP(MF)) { in emitPrologue()
205 if (hasFP(MF)) { in emitPrologue()
226 if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK)) in emitPrologue()
253 if (hasFP(MF)) { in emitEpilogue()
311 if (hasFP(MF)) { in emitEpilogue()
354 if (hasFP(MF)) { in assignCalleeSavedSpillSlots()
476 if (!hasFP(MF)) { in eliminateCallFramePseudoInstr()
491 bool ARCFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in ARCFrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp34 bool LoongArchFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in LoongArchFrameLowering
246 if (hasFP(MF)) { in emitPrologue()
262 if (hasFP(MF)) { in emitPrologue()
291 if (hasFP(MF)) { in emitPrologue()
343 assert(hasFP(MF) && "frame pointer should not have been eliminated"); in emitEpilogue()
403 if (hasFP(MF)) { in determineCalleeSaves()
511 if (hasFP(MF)) in getFrameIndexReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp84 if (hasFP(MF)) in emitPrologue()
101 if (hasFP(MF)) in emitEpilogue()
168 if (hasFP(MF)) in determineCalleeSaves()
H A DMipsRegisterInfo.cpp76 return 28 - TFI->hasFP(MF); in getRegPressureLimit()
191 if (Subtarget.getFrameLowering()->hasFP(MF)) { in getReservedRegs()
278 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP; in getFrameRegister()
280 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister()
H A DMipsFrameLowering.h33 bool hasFP(const MachineFunction &MF) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp101 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in WebAssemblyFrameLowering
140 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF) || in needsSPForLocalFrame()
249 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) && in eliminateCallFramePseudoInstr()
319 if (hasFP(MF)) { in emitPrologue()
348 unsigned SPFPReg = hasFP(MF) ? getFPReg(MF) : getSPReg(MF); in emitEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp218 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
256 bool FP = hasFP(MF); in emitPrologue()
383 bool FP = hasFP(MF); in emitEpilogue()
432 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in spillCalleeSavedRegisters()
460 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in restoreCalleeSavedRegisters()
561 if (hasFP(MF)) in determineCalleeSaves()
581 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()
583 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
H A DXCoreRegisterInfo.cpp227 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
240 if (TFI->hasFP(MF)) { in getReservedRegs()
305 if (TFI->hasFP(MF)) { in eliminateFrameIndex()
326 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP; in getFrameRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp43 bool M68kFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in M68kFrameLowering
61 (hasFP(MF) && !TRI->hasStackRealignment(MF)) || in canSimplifyCallFramePseudos()
97 bool HasFP = hasFP(MF); in getFrameIndexReference()
278 if (IsDestroy && InternalAmt && DwarfCFI && !hasFP(MF)) in eliminateCallFramePseudoInstr()
298 if (DwarfCFI && !hasFP(MF)) { in eliminateCallFramePseudoInstr()
486 bool HasFP = hasFP(MF); in emitPrologue()
691 if (hasFP(MF)) { in emitEpilogue()
750 } else if (hasFP(MF)) { in emitEpilogue()
812 if (hasFP(MF)) { in assignCalleeSavedSpillSlots()
H A DM68kRegisterInfo.cpp146 if (TFI->hasFP(MF)) { in getReservedRegs()
191 BasePtr = (TFI->hasFP(MF) ? FramePtr : StackPtr); in eliminateFrameIndex()
264 return TFI->hasFP(MF) ? FramePtr : StackPtr; in getFrameRegister()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h288 virtual bool hasFP(const MachineFunction &MF) const = 0;
296 return !hasFP(MF); in hasReservedCallFrame()
307 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp47 return hasFP(MF) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
58 bool HasFP = hasFP(MF); in emitPrologue()
168 if (!hasFP(MF) && !AFI->isInterruptOrSignalHandler()) { in emitEpilogue()
235 bool AVRFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in llvm::AVRFrameLowering
424 if (hasFP(MF)) { in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h77 bool hasFP(const MachineFunction &MF) const override;
133 bool hasFP(const MachineFunction &MF) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp36 bool CSKYFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in CSKYFrameLowering
150 if (hasFP(MF)) { in emitPrologue()
260 if (hasFP(MF)) { in emitEpilogue()
368 if (hasFP(MF)) in determineCalleeSaves()
603 assert(hasFP(MF)); in getFrameIndexReference()
612 if (MFI.isFixedObjectIndex(FI) && hasFP(MF)) { in getFrameIndexReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXFrameLowering.h32 bool hasFP(const MachineFunction &) const override { return false; } in hasFP() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVFrameLowering.h36 bool hasFP(const MachineFunction &MF) const override { return false; } in hasFP() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp23 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } in hasFP() function in BPFFrameLowering
H A DBPFFrameLowering.h29 bool hasFP(const MachineFunction &MF) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h30 bool hasFP(const MachineFunction &MF) const override { in hasFP() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h25 bool hasFP(const MachineFunction &MF) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h47 bool hasFP(const MachineFunction & /*MF*/) const override { return true; } in hasFP() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp299 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in RISCVFrameLowering
344 if (RVFI->getRVVStackSize() && (!hasFP(MF) || TRI->hasStackRealignment(MF))) { in determineFrameLayout()
606 if (hasFP(MF)) { in emitPrologue()
637 if (!hasFP(MF)) { in emitPrologue()
650 if (!hasFP(MF)) { in emitPrologue()
660 if (hasFP(MF)) { in emitPrologue()
756 assert(hasFP(MF) && "frame pointer should not have been eliminated"); in emitEpilogue()
982 if (hasFP(MF)) { in determineCalleeSaves()
1261 !(hasFP(MF) && hasRVVFrameObject(MF)); in hasReservedCallFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h38 bool hasFP(const MachineFunction &MF) const override;

1234