Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h58 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
H A DRISCVRegisterInfo.cpp544 return !isFrameOffsetLegal(MI, RISCV::X8, MaxFPOffset); in needsFrameBaseReg()
552 return !isFrameOffsetLegal(MI, RISCV::X2, MaxSPOffset); in needsFrameBaseReg()
557 bool RISCVRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in RISCVRegisterInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp691 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
699 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
703 if (!isFrameOffsetLegal(MI, AArch64::SP, 0)) in needsFrameBaseReg()
710 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
H A DAArch64RegisterInfo.h113 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h202 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
H A DARMBaseRegisterInfo.cpp647 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
655 if (!MFI.hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
721 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h165 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
H A DPPCRegisterInfo.cpp1894 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); in needsFrameBaseReg()
1948 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp281 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h123 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
H A DSIRegisterInfo.cpp906 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in SIRegisterInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1012 virtual bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg, in isFrameOffsetLegal() function