Home | History | Annotate | Download | only in R600

Lines Matching defs:Size

92   assert(StoreSize % 32 == 0 && "Store size not a multiple of 32");
468 // If the old size already had to be an extload, there's no harm in continuing
489 // FIXME: These should really have the size as a parameter.
780 uint64_t Size = TD->getTypeAllocSize(GV->getType()->getElementType());
784 MFI->LDSSize += Size;
794 unsigned Size = TD->getTypeAllocSize(EltType);
800 int FI = FrameInfo->CreateStackObject(Size, Alignment, false);
2541 for (unsigned i = 0, e = Ins.size(); i < e; ++i) {