Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp304 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
312 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
319 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
DAArch64RegisterInfo.h75 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h146 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DARMBaseRegisterInfo.cpp549 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
557 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
620 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h130 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DPPCRegisterInfo.cpp965 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); in needsFrameBaseReg()
1016 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/external/llvm/test/CodeGen/PowerPC/
Dresolvefi-disp.ll3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp264 return TRI->isFrameOffsetLegal(MI, BaseReg, Offset); in lookupCandidateBaseReg()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h807 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function