Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp102 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
136 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
160 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg()
H A DBPF.cpp28 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
65 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
H A DPNaCl.cpp61 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
88 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
H A DPPC.cpp190 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
206 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
344 if (isAggregateTypeForABI(RetTy) && IsRetSmallStructInRegABI && in classifyReturnType()
403 bool isIndirect = isAggregateTypeForABI(Ty); in EmitVAArg()
711 isAggregateTypeForABI(Ty) && isHomogeneousAggregate(Ty, Base, Members)) in getParamTypeAlignment()
723 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) { in getParamTypeAlignment()
789 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
865 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
H A DSparc.cpp59 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in decodeReturnAddress()
70 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in encodeReturnAddress()
250 if (!isAggregateTypeForABI(Ty)) in classifyType()
H A DAArch64.cpp281 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
384 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
692 (IsHFA || !isAggregateTypeForABI(Ty)) && in EmitAAPCSVAArg()
745 if (CGF.CGM.getDataLayout().isBigEndian() && !isAggregateTypeForABI(Ty) && in EmitAAPCSVAArg()
775 if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty)) in EmitDarwinVAArg()
808 if (isAggregateTypeForABI(Ty) && getContext().getTypeSize(Ty) > 128) in EmitMSVAArg()
H A DAVR.cpp41 if (isAggregateTypeForABI(Ty) && in classifyReturnType()
H A DLanai.cpp99 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DMips.cpp205 if (isAggregateTypeForABI(Ty) || Ty->isVectorType()) { in classifyArgumentType()
297 if (isAggregateTypeForABI(RetTy) || RetTy->isVectorType()) { in classifyReturnType()
H A DCSKY.cpp117 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DARC.cpp110 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DHexagon.cpp98 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
157 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
H A DAMDGPU.cpp122 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
187 isAggregateTypeForABI(Ty)) { in classifyKernelArgumentType()
206 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DSPIR.cpp87 if (isAggregateTypeForABI(Ty)) in classifyKernelArgumentType()
H A DARM.cpp352 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
555 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
H A DNVPTX.cpp174 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DLoongArch.cpp369 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
H A DX86.cpp519 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
680 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
798 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
2152 if (!isAggregateTypeForABI(Ty)) { in getIndirectReturnResult()
2193 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty) && in getIndirectResult()
H A DRISCV.cpp425 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
H A DSystemZ.cpp173 isAggregateTypeForABI(Ty)); in isCompoundType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp20 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
49 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
100 bool CodeGen::isAggregateTypeForABI(QualType T) { in isAggregateTypeForABI() function in CodeGen
360 if (!isAggregateTypeForABI(FT)) { in isSingleElementStruct()
H A DABIInfoImpl.h57 bool isAggregateTypeForABI(QualType T);