Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp117 bool IsWin32StructABI; member in __anon3cd27ee30111::X86_32ABIInfo
184 IsWin32StructABI(Win32StructABI), IsSoftFloatABI(SoftFloatABI), in X86_32ABIInfo()
448 if (!IsWin32StructABI) { in canExpandIndirectArgument()
553 if ((!IsWin32StructABI && SeltTy->isRealFloatingType()) in classifyReturnType()
680 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
805 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
828 if (IsWin32StructABI && State.Required.isRequiredArg(ArgIndex)) { in classifyArgumentType()
859 if (IsWin32StructABI) { in classifyArgumentType()
923 } else if (IsWin32StructABI) { in computeInfo()
1024 assert(IsWin32StructABI && "inalloca only supported on win32"); in rewriteWithInAlloca()
[all …]