Searched refs:isAggregateTypeForABI (Results 1 – 22 of 22) sorted by relevance
102 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()136 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()160 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg()
28 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()65 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
61 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()88 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
190 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()
59 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in decodeReturnAddress()70 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in encodeReturnAddress()250 if (!isAggregateTypeForABI(Ty)) in classifyType()
281 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()
41 if (isAggregateTypeForABI(Ty) && in classifyReturnType()
99 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
205 if (isAggregateTypeForABI(Ty) || Ty->isVectorType()) { in classifyArgumentType()297 if (isAggregateTypeForABI(RetTy) || RetTy->isVectorType()) { in classifyReturnType()
117 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
110 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
98 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()157 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
122 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()187 isAggregateTypeForABI(Ty)) { in classifyKernelArgumentType()206 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
87 if (isAggregateTypeForABI(Ty)) in classifyKernelArgumentType()
352 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()555 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
174 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
369 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
519 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()
425 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
173 isAggregateTypeForABI(Ty)); in isCompoundType()
20 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()49 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()100 bool CodeGen::isAggregateTypeForABI(QualType T) { in isAggregateTypeForABI() function in CodeGen360 if (!isAggregateTypeForABI(FT)) { in isSingleElementStruct()
57 bool isAggregateTypeForABI(QualType T);