HomeSort by relevance Sort by last modified time
    Searched refs:isFrameOffsetLegal (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 146 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
ARMBaseRegisterInfo.cpp 923 if (isFrameOffsetLegal(MI, FPOffset))
931 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset))
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 710 /// isFrameOffsetLegal - Determine whether a given offset immediate is
712 virtual bool isFrameOffsetLegal(const MachineInstr *MI,
714 llvm_unreachable("isFrameOffsetLegal does not exist on this target");
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 209 if (TRI->isFrameOffsetLegal(MI, Offset))

Completed in 26 milliseconds