Searched refs:IsWin64CC (Results 1 – 3 of 3) sorted by relevance
926 bool IsWin64CC = STI.isCallingConvWin64(Fn->getCallingConv()); in emitPrologue() local969 !IsWin64CC && // Win64 has no Red Zone in emitPrologue()
881 const bool IsWin64CC = STI.isCallingConvWin64(Fn.getCallingConv()); in has128ByteRedZone() local882 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()
1199 const bool IsWin64CC = STI.isCallingConvWin64(Fn.getCallingConv()); in has128ByteRedZone() local1200 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()