Searched defs:hasFP (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp24 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } function in class:BPFFrameLowering
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp92 // hasFP - Return true if the specified function should have a dedicated frame
96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { function in class:MipsFrameLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp32 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; } function in class:NVPTXFrameLowering
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.cpp50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUFrameLowering.cpp116 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp45 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { function in class:WebAssemblyFrameLowering
130 assert(!hasFP(MF) && "Functions needing frame pointers not yet supported");
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp30 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { function in class:MSP430FrameLowering
57 if (hasFP(MF)) {
131 if (hasFP(MF)) {
293 if (hasFP(MF)) {
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp64 (hasFP(MF) && !TRI->needsStackRealignment(MF)) ||
81 /// hasFP - Return true if the specified function should have a dedicated frame
84 bool X86FrameLowering::hasFP(const MachineFunction &MF) const { function in class:X86FrameLowering
577 const bool HasFP = hasFP(MF);
921 bool HasFP = hasFP(MF);
1391 return !MF.getTarget().getMCAsmInfo()->usesWindowsCFI() || hasFP(MF);
1491 assert(hasFP(MF) && "EH funclets without FP not yet implemented");
1500 assert(hasFP(MF) && "EH funclets without FP not yet implemented");
1504 } else if (hasFP(MF)) {
1649 bool HasFP = hasFP(M
[all...]
H A DX86MCInstLower.cpp1145 bool hasFP = FrameLowering->hasFP(*MF); local
1153 if (HasActiveDwarfFrame && !hasFP) {
1164 if (HasActiveDwarfFrame && !hasFP) {
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp230 // hasFP - Return true if the specified function should have a dedicated frame
233 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const { function in class:SparcFrameLowering
256 // Sparc uses FP-based references in general, even when "hasFP" is
311 || hasFP(MF)); // need %FP
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp72 bool HasFP = hasFP(MF);
225 bool HasFP = hasFP(MF);
325 bool HasFP = hasFP(MF);
459 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { function in class:SystemZFrameLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp130 // Note: currently hasFP() is always true for hasCalls(), but that's an
133 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128)
138 /// hasFP - Return true if the specified function should have a dedicated frame
140 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const { function in class:AArch64FrameLowering
220 bool HasFP = hasFP(MF);
289 bool HasFP = hasFP(MF);
624 if (!hasFP(MF)) {
674 UseFP = hasFP(MF);
675 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF) &&
887 if (hasFP(M
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { function in class:XCoreFrameLowering
255 bool FP = hasFP(MF);
382 bool FP = hasFP(MF);
434 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
464 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
566 if (hasFP(MF))
583 if (XFI->isLargeFrame(MF) || hasFP(MF))
587 if (XFI->isLargeFrame(MF) && !hasFP(MF))
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp55 /// hasFP - Return true if the specified function should have a dedicated frame
58 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { function in class:ARMFrameLowering
327 bool HasFP = hasFP(MF);
635 if (STI.isTargetELF() && hasFP(MF))
691 // the sp from fp. We can assume there's an FP here since hasFP already
834 assert (hasFP(MF) && "dynamic stack realignment without a FP!");
847 if (hasFP(MF) && AFI->hasStackFrame()) {
1409 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1617 ((hasFP(MF) && AFI->hasStackFrame()) ? 4 : 0) >=
1641 if (hasFP(M
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp462 if (!hasFP(MF))
504 if (!hasFP(MF))
628 if (hasFP(MF)) {
711 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { function in class:HexagonFrameLowering
866 bool HasFP = hasFP(MF);
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp492 // hasFP - Return true if the specified function actually has a dedicated frame
494 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const { function in class:PPCFrameLowering
496 // FIXME: This is pretty much broken by design: hasFP() might be called really
497 // early, before the stack layout was calculated and thus hasFP() might return
668 bool HasFP = hasFP(MF);
1009 bool HasFP = hasFP(MF);

Completed in 636 milliseconds