Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp298 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
306 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
313 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
DAArch64RegisterInfo.h77 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp326 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
334 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
341 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
DAArch64RegisterInfo.h86 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h74 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DSIRegisterInfo.cpp361 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in SIRegisterInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseRegisterInfo.h151 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
DARMBaseRegisterInfo.cpp1013 if (isFrameOffsetLegal(MI, FPOffset)) in needsFrameBaseReg()
1021 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset)) in needsFrameBaseReg()
1082 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h132 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DPPCRegisterInfo.cpp999 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); in needsFrameBaseReg()
1050 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h135 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DPPCRegisterInfo.cpp1095 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); in needsFrameBaseReg()
1146 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h155 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DARMBaseRegisterInfo.cpp567 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
575 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
638 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h170 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DARMBaseRegisterInfo.cpp589 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
597 if (!MFI.hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
660 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h99 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/llvm/test/CodeGen/PowerPC/
Dresolvefi-disp.ll3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dresolvefi-disp.ll3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp213 if (TRI->isFrameOffsetLegal(MI, Offset)) in lookupCandidateBaseReg()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h622 virtual bool isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp270 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp264 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h875 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h932 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function

12