Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp375 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
383 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
390 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
H A DAArch64RegisterInfo.h100 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp594 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
602 if (!MFI.hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
665 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
H A DARMBaseRegisterInfo.h171 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h133 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
H A DPPCRegisterInfo.cpp1098 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); in needsFrameBaseReg()
1149 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h99 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
H A DSIRegisterInfo.cpp375 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in SIRegisterInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp278 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h932 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function