Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp102 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
137 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
161 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg()
H A DBPF.cpp28 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
67 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
H A DPNaCl.cpp64 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
92 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
H A DPPC.cpp191 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
207 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
404 if (isAggregateTypeForABI(RetTy) && IsRetSmallStructInRegABI && in classifyReturnType()
463 bool isIndirect = isAggregateTypeForABI(Ty); in EmitVAArg()
772 isAggregateTypeForABI(Ty) && isHomogeneousAggregate(Ty, Base, Members)) in getParamTypeAlignment()
784 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) { in getParamTypeAlignment()
852 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
933 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
H A DSparc.cpp60 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in decodeReturnAddress()
71 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in encodeReturnAddress()
265 if (!isAggregateTypeForABI(Ty)) { in classifyType()
H A DSPIR.cpp118 if (!isAggregateTypeForABI(RetTy) || getRecordArgABI(RetTy, getCXXABI())) in classifyReturnType()
150 if (isAggregateTypeForABI(Ty)) { in classifyKernelArgumentType()
180 if (!isAggregateTypeForABI(Ty)) in classifyArgumentType()
H A DAVR.cpp41 if (isAggregateTypeForABI(Ty) && in classifyReturnType()
H A DLanai.cpp103 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DCSKY.cpp116 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DMips.cpp222 if (isAggregateTypeForABI(Ty) || Ty->isVectorType()) { in classifyArgumentType()
315 if (isAggregateTypeForABI(RetTy) || RetTy->isVectorType()) { in classifyReturnType()
H A DHexagon.cpp98 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
161 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
H A DARC.cpp113 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DAArch64.cpp705 return isAggregateTypeForABI(Ty); in passAsAggregateType()
1043 (IsHFA || !isAggregateTypeForABI(Ty)) && in EmitAAPCSVAArg()
1085 if (CGF.CGM.getDataLayout().isBigEndian() && !isAggregateTypeForABI(Ty) && in EmitAAPCSVAArg()
1120 if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty)) in EmitDarwinVAArg()
1155 if (isAggregateTypeForABI(Ty) && getContext().getTypeSize(Ty) > 128) in EmitMSVAArg()
H A DAMDGPU.cpp143 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
204 if (LTy == OrigLTy && isAggregateTypeForABI(Ty)) { in classifyKernelArgumentType()
231 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DARM.cpp383 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
593 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
H A DNVPTX.cpp189 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
H A DLoongArch.cpp369 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
H A DX86.cpp509 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()
676 if (IsWin32StructABI && isAggregateTypeForABI(Ty)) in shouldAggregateUseDirect()
796 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
2184 if (!isAggregateTypeForABI(Ty)) { in getIndirectReturnResult()
2225 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty) && in getIndirectResult()
H A DSystemZ.cpp174 isAggregateTypeForABI(Ty)); in isCompoundType()
H A DRISCV.cpp673 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp20 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
51 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
96 bool CodeGen::isAggregateTypeForABI(QualType T) { in isAggregateTypeForABI() function in CodeGen
392 if (!isAggregateTypeForABI(FT)) { in isSingleElementStruct()
H A DABIInfoImpl.h40 bool isAggregateTypeForABI(QualType T);