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

  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 56 bool canUseRedZone(const MachineFunction &MF) const;
AArch64FrameLowering.cpp 118 bool AArch64FrameLowering::canUseRedZone(const MachineFunction &MF) const {
312 if (NumBytes && !canUseRedZone(MF)) {
363 if (NumBytes && !canUseRedZone(MF))
627 if (!canUseRedZone(MF))
709 if (canUseRedZone(MF))
    [all...]

Completed in 44 milliseconds