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

  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 57 bool canUseRedZone(const MachineFunction &MF) const;
AArch64FrameLowering.cpp 119 bool AArch64FrameLowering::canUseRedZone(const MachineFunction &MF) const {
310 if (canUseRedZone(MF))
440 if (canUseRedZone(MF))
508 if (!canUseRedZone(MF))
742 bool RedZone = canUseRedZone(MF);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 57 bool canUseRedZone(const MachineFunction &MF) const;
AArch64FrameLowering.cpp 184 bool AArch64FrameLowering::canUseRedZone(const MachineFunction &MF) const {
405 if (canUseRedZone(MF))
587 if (canUseRedZone(MF)) {
699 if (!canUseRedZone(MF))
    [all...]

Completed in 265 milliseconds