Searched defs:isFrameOffsetLegal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h620 /// isFrameOffsetLegal - Determine whether a given offset immediate is
622 virtual bool isFrameOffsetLegal(const MachineInstr *MI, function in class:llvm::TargetRegisterInfo
624 assert(0 && "isFrameOffsetLegal does not exist on this target");
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp997 if (isFrameOffsetLegal(MI, FPOffset))
1005 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset))
1066 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI, function in class:ARMBaseRegisterInfo

Completed in 382 milliseconds