Searched refs:isFrameOffsetLegal (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 375 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 D | AArch64RegisterInfo.h | 100 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 594 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 D | ARMBaseRegisterInfo.h | 171 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 133 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
| H A D | PPCRegisterInfo.cpp | 1098 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 D | SIRegisterInfo.h | 99 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
| H A D | SIRegisterInfo.cpp | 375 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in SIRegisterInfo
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 278 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 932 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function
|