/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 298 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
|
D | AArch64RegisterInfo.h | 77 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 504 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
|
D | AArch64RegisterInfo.h | 108 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 382 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
|
D | AArch64RegisterInfo.h | 99 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 74 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 132 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 155 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
D | ARMBaseRegisterInfo.cpp | 567 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/ |
D | ARMBaseRegisterInfo.h | 176 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
|
D | ARMBaseRegisterInfo.cpp | 626 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/ |
D | ARMBaseRegisterInfo.h | 173 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
D | ARMBaseRegisterInfo.cpp | 612 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/ |
D | PPCRegisterInfo.h | 140 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 144 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 96 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | resolvefi-disp.ll | 3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | resolvefi-disp.ll | 3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 106 bool isFrameOffsetLegal(const MachineInstr *MI, Register BaseReg,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 278 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 264 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 280 return TRI->isFrameOffsetLegal(&MI, BaseReg, Offset); in lookupCandidateBaseReg()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 875 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 903 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function
|