Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp117 bool IsWin32StructABI; member in __anon8aa8892d0111::X86_32ABIInfo
184 IsWin32StructABI(Win32StructABI), IsSoftFloatABI(SoftFloatABI), in X86_32ABIInfo()
448 if (!IsWin32StructABI) { in canExpandIndirectArgument()
554 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
681 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
808 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
831 if (IsWin32StructABI && State.Required.isRequiredArg(ArgIndex)) { in classifyArgumentType()
862 if (IsWin32StructABI) { in classifyArgumentType()
926 } else if (IsWin32StructABI) { in computeInfo()
1027 assert(IsWin32StructABI && "inalloca only supported on win32"); in rewriteWithInAlloca()
[all …]