reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4733 Ty = useFirstFieldIfTransparentUnion(Ty); 4733 Ty = useFirstFieldIfTransparentUnion(Ty); 4735 if (Ty->isAnyComplexType()) 4740 if (Ty->isVectorType() && !IsQPXVectorTy(Ty)) { 4740 if (Ty->isVectorType() && !IsQPXVectorTy(Ty)) { 4741 uint64_t Size = getContext().getTypeSize(Ty); 4743 return getNaturalAlignIndirect(Ty, /*ByVal=*/false); 4750 if (isAggregateTypeForABI(Ty)) { 4751 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, getCXXABI())) 4752 return getNaturalAlignIndirect(Ty, RAA == CGCXXABI::RAA_DirectInMemory); 4754 uint64_t ABIAlign = getParamTypeAlignment(Ty).getQuantity(); 4755 uint64_t TyAlign = getContext().getTypeAlignInChars(Ty).getQuantity(); 4761 isHomogeneousAggregate(Ty, Base, Members)) { 4771 uint64_t Bits = getContext().getTypeSize(Ty); 4798 return (isPromotableTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) 4798 return (isPromotableTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty)