Searched refs:isFrameOffsetLegal (Results 1 - 8 of 8) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.h | 77 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
H A D | AArch64RegisterInfo.cpp | 290 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) 298 if (isFrameOffsetLegal(MI, AArch64::SP, Offset)) 305 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, function in class:AArch64RegisterInfo
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.h | 146 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
H A D | ARMBaseRegisterInfo.cpp | 539 if (isFrameOffsetLegal(MI, getFrameRegister(MF), FPOffset)) 547 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, ARM::SP, Offset)) 610 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, function in class:ARMBaseRegisterInfo
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.h | 131 bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
|
H A D | PPCRegisterInfo.cpp | 973 return !isFrameOffsetLegal(MI, getBaseRegister(MF), Offset); 1024 bool PPCRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI,
|
/external/llvm/lib/CodeGen/ |
H A D | LocalStackSlotAllocation.cpp | 264 return TRI->isFrameOffsetLegal(MI, BaseReg, Offset);
|
/external/llvm/include/llvm/Target/ |
H A D | TargetRegisterInfo.h | 837 virtual bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg, 839 llvm_unreachable("isFrameOffsetLegal does not exist on this target");
|
Completed in 101 milliseconds