Home
last modified time | relevance | path

Searched refs:IsWin64CC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1373 const bool IsWin64CC = STI.isCallingConvWin64(Fn.getCallingConv()); in has128ByteRedZone() local
1374 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()