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

  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 260 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, FPOffset))
268 if (isFrameOffsetLegal(MI, Offset))
275 bool AArch64RegisterInfo::isFrameOffsetLegal(const MachineInstr *MI,
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 562 if (isFrameOffsetLegal(MI, FPOffset))
570 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset))
633 bool ARMBaseRegisterInfo::isFrameOffsetLegal(const MachineInstr *MI,

Completed in 498 milliseconds