Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp926 bool IsWin64CC = STI.isCallingConvWin64(Fn->getCallingConv()); in emitPrologue() local
969 !IsWin64CC && // Win64 has no Red Zone in emitPrologue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp881 const bool IsWin64CC = STI.isCallingConvWin64(Fn.getCallingConv()); in has128ByteRedZone() local
882 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1199 const bool IsWin64CC = STI.isCallingConvWin64(Fn.getCallingConv()); in has128ByteRedZone() local
1200 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()