Searched refs:isFrameOffsetLegal (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h77 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
H A DAArch64RegisterInfo.cpp298 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset))
306 if (isFrameOffsetLegal(MI, AArch64::SP, Offset))
313 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, function in class:AArch64RegisterInfo
/external/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h74 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
H A DSIRegisterInfo.cpp361 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, function in class:SIRegisterInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h155 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
H A DARMBaseRegisterInfo.cpp567 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset))
575 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset))
638 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, function in class:ARMBaseRegisterInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h132 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
H A DPPCRegisterInfo.cpp999 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset);
1050 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseRegisterInfo.h151 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
H A DARMBaseRegisterInfo.cpp1013 if (isFrameOffsetLegal(MI, FPOffset))
1021 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset))
1082 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, function in class:ARMBaseRegisterInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp213 if (TRI->isFrameOffsetLegal(MI, Offset))
/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp264 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h620 /// isFrameOffsetLegal - Determine whether a given offset immediate is
622 virtual bool isFrameOffsetLegal(const MachineInstr *MI, function in class:llvm::TargetRegisterInfo
624 assert(0 && "isFrameOffsetLegal does not exist on this target");
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h875 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
877 llvm_unreachable("isFrameOffsetLegal does not exist on this target");

Completed in 189 milliseconds