Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

262   if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
274 uint64_t Size = Context.getTypeSize(Ty);
315 Size += Context.getTypeSize(FD->getType());
319 if (Size != Context.getTypeSize(Ty))
493 uint64_t Size = Context.getTypeSize(Ty);
559 uint64_t Size = getContext().getTypeSize(RetTy);
601 uint64_t Size = getContext().getTypeSize(RetTy);
646 if (FT->getAs<VectorType>() && Context.getTypeSize(FT) == 128)
717 if (getContext().getTypeSize(Ty) <= 4*32 &&
728 uint64_t Size = getContext().getTypeSize(Ty);
787 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, Align);
1195 uint64_t Size = getContext().getTypeSize(VT);
1242 uint64_t Size = getContext().getTypeSize(Ty);
1258 uint64_t EB_Imag = (OffsetBase + getContext().getTypeSize(ET)) / 64;
1268 uint64_t Size = getContext().getTypeSize(Ty);
1285 uint64_t EltSize = getContext().getTypeSize(AT->getElementType());
1309 uint64_t Size = getContext().getTypeSize(Ty);
1371 if (Size > 128 && getContext().getTypeSize(i->getType()) != 256) {
1440 uint64_t Size = getContext().getTypeSize(VecTy);
1497 uint64_t Size = getContext().getTypeSize(Ty);
1550 unsigned TySize = (unsigned)Context.getTypeSize(Ty);
1555 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType());
2118 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
2293 uint64_t Size = getContext().getTypeSize(Ty);
2346 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 8);
2565 unsigned VecSize = Context.getTypeSize(VT);
2579 Context.getTypeSize(Base) != Context.getTypeSize(TyPtr)))
2627 SizeRegs = (getContext().getTypeSize(Ty) + 63) / 64;
2630 SizeRegs = (getContext().getTypeSize(Ty) + 31) / 32;
2644 uint64_t Size = Context.getTypeSize(Ty);
2728 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128)
2756 getContext().getTypeSize(RetTy)));
2761 uint64_t Size = getContext().getTypeSize(RetTy);
2790 uint64_t Size = getContext().getTypeSize(RetTy);
2826 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 4);
3152 uint64_t StructSize = getContext().getTypeSize(Ty);
3214 llvm::RoundUpToAlignment(getContext().getTypeSize(Ty), 64) / 8;
3300 uint64_t Size = getContext().getTypeSize(RetTy);
3365 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, TypeAlign);
3525 uint64_t Size = getContext().getTypeSize(Ty);
3544 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 64)
3566 uint64_t Size = getContext().getTypeSize(RetTy);
3595 llvm::RoundUpToAlignment(CGF.getContext().getTypeSize(Ty) / 8, 4);