Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

51   const uint64_t Size = Context.getTypeSize(Ty);
478 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
496 uint64_t Size = Context.getTypeSize(Ty);
540 Size += Context.getTypeSize(FD->getType());
544 if (Size != Context.getTypeSize(Ty))
798 unsigned VecSize = Context.getTypeSize(VT);
998 uint64_t RetWidth = CGF.getContext().getTypeSize(ReturnSlot.getType());
1029 uint64_t Size = Context.getTypeSize(Ty);
1101 uint64_t Size = getContext().getTypeSize(RetTy);
1137 uint64_t Size = getContext().getTypeSize(RetTy);
1166 return Ty->getAs<VectorType>() && Context.getTypeSize(Ty) == 128;
1260 unsigned Size = getContext().getTypeSize(Ty);
1357 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32;
1368 if (getContext().getTypeSize(Ty) <= 4*32 &&
1382 uint64_t Size = getContext().getTypeSize(Ty);
2181 uint64_t Size = getContext().getTypeSize(VT);
2238 uint64_t Size = getContext().getTypeSize(Ty);
2263 uint64_t EB_Imag = (OffsetBase + getContext().getTypeSize(ET)) / 64;
2273 uint64_t Size = getContext().getTypeSize(Ty);
2290 uint64_t EltSize = getContext().getTypeSize(AT->getElementType());
2314 uint64_t Size = getContext().getTypeSize(Ty);
2378 if (Size > 128 && getContext().getTypeSize(i->getType()) != 256) {
2449 uint64_t Size = getContext().getTypeSize(VecTy);
2506 uint64_t Size = getContext().getTypeSize(Ty);
2532 uint64_t Size = getContext().getTypeSize(Ty);
2552 unsigned TySize = (unsigned)Context.getTypeSize(Ty);
2557 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType());
3127 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
3482 bool isI64 = Ty->isIntegerType() && getContext().getTypeSize(Ty) == 64;
3485 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64;
3677 if (getContext().getTypeSize(Ty) <= 256)
3681 if (getContext().getTypeSize(Ty) <= 128)
3724 (T->isVectorType() && getContext().getTypeSize(T) == 128) ||
3806 if (getContext().getTypeSize(Ty) > 128)
3811 return CharUnits::fromQuantity(getContext().getTypeSize(Ty) == 128 ? 16 : 8);
3821 getContext().getTypeSize(EltType) == 128) ||
3835 if (getContext().getTypeSize(AlignAsType) > 128)
3917 if (getContext().getTypeSize(Base) * Members !=
3918 getContext().getTypeSize(Ty))
3939 getContext().getTypeSize(Base) != getContext().getTypeSize(TyPtr))
3955 if (getContext().getTypeSize(VT) == 128 || IsQPXVectorTy(Ty))
3966 Base->isVectorType() ? 1 : (getContext().getTypeSize(Base) + 63) / 64;
3982 getTypeSize(Ty);
4012 uint64_t Bits = getContext().getTypeSize(Ty);
4054 uint64_t Size = getContext().getTypeSize(RetTy);
4075 uint64_t Bits = getContext().getTypeSize(RetTy);
4278 uint64_t Size = getContext().getTypeSize(Ty);
4336 uint64_t Size = getContext().getTypeSize(Ty);
4361 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128)
4384 uint64_t Size = getContext().getTypeSize(RetTy);
4409 uint64_t Size = getContext().getTypeSize(VT);
4427 unsigned VecSize = getContext().getTypeSize(VT);
4982 uint64_t Size = getContext().getTypeSize(Ty);
5090 SizeRegs = (getContext().getTypeSize(Ty) + 31) / 32;
5093 SizeRegs = (getContext().getTypeSize(Ty) + 63) / 64;
5105 uint64_t Size = Context.getTypeSize(Ty);
5193 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128) {
5227 getVMContext(), getContext().getTypeSize(RetTy)));
5232 uint64_t Size = getContext().getTypeSize(RetTy);
5262 uint64_t Size = getContext().getTypeSize(RetTy);
5303 uint64_t Size = getContext().getTypeSize(VT);
5323 unsigned VecSize = getContext().getTypeSize(VT);
5601 getContext().getTypeSize(Ty) <= 128);
5824 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64)
5842 uint64_t Size = getContext().getTypeSize(Ty);
5845 getContext().getTypeSize(SingleElementTy) == Size)
6085 uint64_t TySize = getContext().getTypeSize(Ty);
6168 uint64_t Size = getContext().getTypeSize(RetTy);
6269 int TySize = getContext().getTypeSize(Ty);
6427 uint64_t Size = getContext().getTypeSize(Ty);
6446 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 64)
6463 uint64_t Size = getContext().getTypeSize(RetTy);
6677 uint64_t Size = getContext().getTypeSize(Ty);