Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
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
DARMBaseRegisterInfo.h173 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h140 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DPPCRegisterInfo.cpp1243 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); in needsFrameBaseReg()
1294 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in PPCRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h96 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
DSIRegisterInfo.cpp413 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in SIRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp278 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h903 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function