Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

278   if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
296 uint64_t Size = Context.getTypeSize(Ty);
334 Size += Context.getTypeSize(FD->getType());
338 if (Size != Context.getTypeSize(Ty))
613 uint64_t Size = Context.getTypeSize(Ty);
676 uint64_t Size = getContext().getTypeSize(RetTy);
712 uint64_t Size = getContext().getTypeSize(RetTy);
741 return Ty->getAs<VectorType>() && Context.getTypeSize(Ty) == 128;
832 unsigned Size = getContext().getTypeSize(Ty);
898 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32;
909 if (getContext().getTypeSize(Ty) <= 4*32 &&
921 uint64_t Size = getContext().getTypeSize(Ty);
1084 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, Align);
1597 uint64_t Size = getContext().getTypeSize(VT);
1648 uint64_t Size = getContext().getTypeSize(Ty);
1666 uint64_t EB_Imag = (OffsetBase + getContext().getTypeSize(ET)) / 64;
1676 uint64_t Size = getContext().getTypeSize(Ty);
1693 uint64_t EltSize = getContext().getTypeSize(AT->getElementType());
1717 uint64_t Size = getContext().getTypeSize(Ty);
1779 if (Size > 128 && getContext().getTypeSize(i->getType()) != 256) {
1848 uint64_t Size = getContext().getTypeSize(VecTy);
1905 uint64_t Size = getContext().getTypeSize(Ty);
1958 unsigned TySize = (unsigned)Context.getTypeSize(Ty);
1963 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType());
2540 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
2728 uint64_t Size = getContext().getTypeSize(Ty);
2791 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 8);
2927 if ((T->isVectorType() && getContext().getTypeSize(T) == 128) ||
3008 return getContext().getTypeSize(Ty) == 128;
3017 getContext().getTypeSize(EltType) == 128) ||
3042 uint64_t Size = getContext().getTypeSize(Ty);
3076 uint64_t Size = getContext().getTypeSize(RetTy);
3112 // size of the object. We can trust getTypeSize() except for a complex
3115 unsigned SizeInBytes = CGF.getContext().getTypeSize(Ty) / 8;
3121 CplxBaseSize = CGF.getContext().getTypeSize(BaseTy) / 8;
3298 uint32_t NumStackSlots = getContext().getTypeSize(it->type);
3366 uint64_t Size = getContext().getTypeSize(Ty);
3414 int RegsNeeded = getContext().getTypeSize(Ty) > 64 ? 2 : 1;
3448 uint64_t Size = getContext().getTypeSize(Ty);
3457 uint64_t Size = getContext().getTypeSize(Ty);
3484 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128)
3506 uint64_t Size = getContext().getTypeSize(RetTy);
3520 uint64_t Size = getContext().getTypeSize(VT);
3650 if (CGF.CGM.getDataLayout().isBigEndian() && Ctx.getTypeSize(Base) < 128)
3651 Offset = 16 - Ctx.getTypeSize(Base) / 8;
3670 Ctx.getTypeSize(Ty) < (BeAlign * 8)) {
3671 int Offset = BeAlign - Ctx.getTypeSize(Ty) / 8;
3715 StackSize = Ctx.getTypeSize(Ty) / 8;
3728 Ctx.getTypeSize(Ty) < 64) {
3729 int Offset = 8 - Ctx.getTypeSize(Ty) / 8;
3777 uint64_t Size = CGF.getContext().getTypeSize(Ty) / 8;
4100 unsigned VecSize = Context.getTypeSize(VT);
4121 && (Context.getTypeSize(Base) == Context.getTypeSize(TyPtr));
4130 && (Context.getTypeSize(Base) == Context.getTypeSize(TyPtr));
4212 uint64_t Size = getContext().getTypeSize(Ty);
4247 uint64_t Size = getContext().getTypeSize(VT);
4275 unsigned Size = getContext().getTypeSize(Ty);
4301 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4;
4342 SizeRegs = (getContext().getTypeSize(Ty) + 31) / 32;
4346 SizeRegs = (getContext().getTypeSize(Ty) + 63) / 64;
4361 uint64_t Size = Context.getTypeSize(Ty);
4446 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128) {
4471 getContext().getTypeSize(RetTy)));
4476 uint64_t Size = getContext().getTypeSize(RetTy);
4506 uint64_t Size = getContext().getTypeSize(RetTy);
4551 uint64_t Size = CGF.getContext().getTypeSize(Ty) / 8;
4924 UnpaddedBitSize = getContext().getTypeSize(Ty);
5019 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64)
5035 uint64_t Size = getContext().getTypeSize(Ty);
5249 uint64_t TySize = getContext().getTypeSize(Ty);
5328 uint64_t Size = getContext().getTypeSize(RetTy);
5397 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, TypeAlign);
5551 uint64_t Size = getContext().getTypeSize(Ty);
5570 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 64)
5587 uint64_t Size = getContext().getTypeSize(RetTy);
5616 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 4);
5781 uint64_t Size = getContext().getTypeSize(Ty);