Searched refs:isFrameOffsetLegal (Results 1 – 6 of 6) sorted by relevance
90 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
789 return !isFrameOffsetLegal(MI, Offset); in needsFrameBaseReg()833 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
550 if (isFrameOffsetLegal(MI, FPOffset)) in needsFrameBaseReg()558 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset)) in needsFrameBaseReg()623 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
152 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
208 return TRI->isFrameOffsetLegal(MI, Offset); in lookupCandidateBaseReg()
758 virtual bool isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function