Home
last modified time | relevance | path

Searched refs:isFrameOffsetLegal (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h90 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
DPPCRegisterInfo.cpp789 return !isFrameOffsetLegal(MI, Offset); in needsFrameBaseReg()
833 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp550 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
DARMBaseRegisterInfo.h152 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp208 return TRI->isFrameOffsetLegal(MI, Offset); in lookupCandidateBaseReg()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetRegisterInfo.h758 virtual bool isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function