Home
last modified time | relevance | path

Searched refs:isFrameOffsetLegal (Results 1 – 25 of 32) 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/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp504 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
512 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
516 if (!isFrameOffsetLegal(MI, AArch64::SP, 0)) in needsFrameBaseReg()
523 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
DAArch64RegisterInfo.h108 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp382 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
390 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) in needsFrameBaseReg()
397 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in AArch64RegisterInfo
DAArch64RegisterInfo.h99 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h74 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h132 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/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/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h176 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
DARMBaseRegisterInfo.cpp626 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
634 if (!MFI.hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
697 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h173 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DARMBaseRegisterInfo.cpp612 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) in needsFrameBaseReg()
620 if (!MFI.hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) in needsFrameBaseReg()
683 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h140 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h144 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h96 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/llvm-project/llvm/test/CodeGen/PowerPC/
Dresolvefi-disp.ll3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h106 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp278 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp264 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/external/llvm-project/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp280 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-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h903 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function

12