Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

263   if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
281 uint64_t Size = Context.getTypeSize(Ty);
322 Size += Context.getTypeSize(FD->getType());
326 if (Size != Context.getTypeSize(Ty))
456 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32;
590 uint64_t Size = Context.getTypeSize(Ty);
656 uint64_t Size = getContext().getTypeSize(RetTy);
698 uint64_t Size = getContext().getTypeSize(RetTy);
727 return Ty->getAs<VectorType>() && Context.getTypeSize(Ty) == 128;
823 unsigned Size = getContext().getTypeSize(Ty);
882 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32;
895 if (getContext().getTypeSize(Ty) <= 4*32 &&
906 uint64_t Size = getContext().getTypeSize(Ty);
1003 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, Align);
1424 uint64_t Size = getContext().getTypeSize(VT);
1471 uint64_t Size = getContext().getTypeSize(Ty);
1490 uint64_t EB_Imag = (OffsetBase + getContext().getTypeSize(ET)) / 64;
1500 uint64_t Size = getContext().getTypeSize(Ty);
1517 uint64_t EltSize = getContext().getTypeSize(AT->getElementType());
1541 uint64_t Size = getContext().getTypeSize(Ty);
1604 if (Size > 128 && getContext().getTypeSize(i->getType()) != 256) {
1673 uint64_t Size = getContext().getTypeSize(VecTy);
1730 uint64_t Size = getContext().getTypeSize(Ty);
1783 unsigned TySize = (unsigned)Context.getTypeSize(Ty);
1788 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType());
2354 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
2529 uint64_t Size = getContext().getTypeSize(Ty);
2582 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 8);
2832 // size of the object. We can trust getTypeSize() except for a complex
2835 unsigned SizeInBytes = CGF.getContext().getTypeSize(Ty) / 8;
2841 CplxBaseSize = CGF.getContext().getTypeSize(BaseTy) / 8;
3141 unsigned VecSize = Context.getTypeSize(VT);
3155 Context.getTypeSize(Base) != Context.getTypeSize(TyPtr)))
3212 uint64_t Size = getContext().getTypeSize(Ty);
3234 uint64_t Size = getContext().getTypeSize(VT);
3276 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4;
3312 SizeRegs = (getContext().getTypeSize(Ty) + 31) / 32;
3315 SizeRegs = (getContext().getTypeSize(Ty) + 63) / 64;
3329 uint64_t Size = Context.getTypeSize(Ty);
3413 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128)
3441 getContext().getTypeSize(RetTy)));
3446 uint64_t Size = getContext().getTypeSize(RetTy);
3475 uint64_t Size = getContext().getTypeSize(RetTy);
3509 uint64_t Size = CGF.getContext().getTypeSize(Ty) / 8;
3717 if (Ty->isVectorType() && getContext().getTypeSize(Ty) > 128) {
3734 assert(getContext().getTypeSize(Ty) <= 128 &&
3737 int RegsNeeded = getContext().getTypeSize(Ty) > 64 ? 2 : 1;
3782 uint64_t Size = getContext().getTypeSize(Ty);
3987 StackSize = getContext().getTypeSize(Ty) / 8;
4428 uint64_t TySize = getContext().getTypeSize(Ty);
4509 uint64_t Size = getContext().getTypeSize(RetTy);
4578 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, TypeAlign);
4738 uint64_t Size = getContext().getTypeSize(Ty);
4757 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 64)
4779 uint64_t Size = getContext().getTypeSize(RetTy);
4808 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 4);