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.cpp104 bool IsWin32StructABI; member in __anon8aa8892d0111::X86_32ABIInfo
171 IsWin32StructABI(Win32StructABI), IsSoftFloatABI(SoftFloatABI), in X86_32ABIInfo()
435 if (!IsWin32StructABI) { in canExpandIndirectArgument()
543 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
676 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
803 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
830 if (IsWin32StructABI && State.Required.isRequiredArg(ArgIndex)) { in classifyArgumentType()
861 if (IsWin32StructABI) { in classifyArgumentType()
925 } else if (IsWin32StructABI) { in computeInfo()
1026 assert(IsWin32StructABI && "inalloca only supported on win32"); in rewriteWithInAlloca()
[all …]