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;
47 bool hasFP(const MachineFunction &MF) const override;
256 bool FP = hasFP(MF); 383 bool FP = hasFP(MF); 435 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && 465 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && 566 if (hasFP(MF)) 586 if (XFI->isLargeFrame(MF) || hasFP(MF)) 588 if (XFI->isLargeFrame(MF) && !hasFP(MF))lib/Target/XCore/XCoreRegisterInfo.cpp
224 if (TFI->hasFP(*MF)) 237 if (TFI->hasFP(MF)) { 307 if (TFI->hasFP(MF)) { 327 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP;