reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
228 virtual bool hasFP(const MachineFunction &MF) const = 0;
48 bool hasFP(const MachineFunction &MF) const override;
197 if (TFI->hasFP(MF) || STI.isTargetDarwin()) 277 ? TFI->hasFP(MF) : true; 282 ? TFI->hasFP(MF) : true; 451 if (TFI->hasFP(MF)) 610 if (TFI->hasFP(MF) &&lib/Target/ARM/ARMFrameLowering.cpp
393 bool HasFP = hasFP(MF); 706 if (STI.isTargetELF() && hasFP(MF)) 909 assert(hasFP(MF) && "dynamic stack realignment without a FP!"); 923 if (hasFP(MF) && AFI->hasStackFrame()) { 1806 bool HasFP = hasFP(MF);lib/Target/ARM/Thumb1FrameLowering.cpp
241 bool HasFP = hasFP(MF); 531 bool HasFP = hasFP(MF); 839 !(hasFP(MF) && Reg == RegInfo->getFrameRegister(MF))) 966 !(hasFP(MF) && Reg == RegInfo->getFrameRegister(MF)))