Searched refs:isAggregateTypeForABI (Results 1 – 22 of 22) sorted by relevance
102 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()137 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()161 bool IsIndirect = isAggregateTypeForABI(Ty) && in EmitVAArg()
28 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()67 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
64 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()92 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()
191 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()
60 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in decodeReturnAddress()71 if (isAggregateTypeForABI(CGF.CurFnInfo->getReturnType())) in encodeReturnAddress()265 if (!isAggregateTypeForABI(Ty)) { in classifyType()
118 if (!isAggregateTypeForABI(RetTy) || getRecordArgABI(RetTy, getCXXABI())) in classifyReturnType()150 if (isAggregateTypeForABI(Ty)) { in classifyKernelArgumentType()180 if (!isAggregateTypeForABI(Ty)) in classifyArgumentType()
41 if (isAggregateTypeForABI(Ty) && in classifyReturnType()
103 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
116 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()
222 if (isAggregateTypeForABI(Ty) || Ty->isVectorType()) { in classifyArgumentType()315 if (isAggregateTypeForABI(RetTy) || RetTy->isVectorType()) { in classifyReturnType()
98 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()161 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
113 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
705 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()
143 if (isAggregateTypeForABI(RetTy)) { in classifyReturnType()204 if (LTy == OrigLTy && isAggregateTypeForABI(Ty)) { in classifyKernelArgumentType()231 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
383 if (!isAggregateTypeForABI(Ty)) { in classifyArgumentType()593 if (!isAggregateTypeForABI(RetTy)) { in classifyReturnType()
189 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()
369 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
509 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()
174 isAggregateTypeForABI(Ty)); in isCompoundType()
673 if (!isAggregateTypeForABI(Ty) && !Ty->isVectorType()) { in classifyArgumentType()
20 if (isAggregateTypeForABI(Ty)) { in classifyArgumentType()51 if (isAggregateTypeForABI(RetTy)) in classifyReturnType()96 bool CodeGen::isAggregateTypeForABI(QualType T) { in isAggregateTypeForABI() function in CodeGen392 if (!isAggregateTypeForABI(FT)) { in isSingleElementStruct()
40 bool isAggregateTypeForABI(QualType T);