/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 326 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
|
D | AArch64RegisterInfo.h | 86 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 74 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
D | SIRegisterInfo.cpp | 361 bool SIRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function in SIRegisterInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 151 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
|
D | ARMBaseRegisterInfo.cpp | 1013 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/ |
D | PPCRegisterInfo.h | 132 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
D | PPCRegisterInfo.cpp | 999 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/ |
D | PPCRegisterInfo.h | 135 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
D | PPCRegisterInfo.cpp | 1095 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 170 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
D | ARMBaseRegisterInfo.cpp | 589 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/ |
D | SIRegisterInfo.h | 99 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | resolvefi-disp.ll | 3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 213 if (TRI->isFrameOffsetLegal(MI, Offset)) in lookupCandidateBaseReg()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetRegisterInfo.h | 622 virtual bool isFrameOffsetLegal(const MachineInstr *MI, in isFrameOffsetLegal() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 270 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/include/llvm/Target/ |
D | TargetRegisterInfo.h | 875 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 932 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, in isFrameOffsetLegal() function
|