Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Size

344   for (unsigned I = 0, N = CommaLHSs.size(); I != N; ++I)
371 for (unsigned I = Adjustments.size(); I != 0; --I) {
414 // storage of suitable size and alignment to contain an object of the
456 // isn't correct, the object-size check isn't supported by LLVM, and we can't
481 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
493 llvm::ConstantInt::get(IntPtrTy, Size));
773 /// If this returns a normal address, and if the lvalue's C type is fixed size,
775 /// type of the same size of the lvalue's type. If the lvalue has a variable
1076 // Handle vectors of size 3, like size 4 for better performance.
1305 assert(static_cast<unsigned>(Info.Offset + Info.Size) <= Info.StorageSize);
1306 unsigned HighBits = Info.StorageSize - Info.Offset - Info.Size;
1314 if (static_cast<unsigned>(Info.Offset) + Info.Size < Info.StorageSize)
1316 Info.Size),
1489 if (Info.StorageSize != Info.Size) {
1490 assert(Info.StorageSize > Info.Size && "Invalid bitfield size.");
1499 Info.Size),
1509 Info.Offset + Info.Size),
1529 assert(Info.Size <= Info.StorageSize);
1530 unsigned HighBits = Info.StorageSize - Info.Size;
1590 // When the vector size is odd and .odd or .hi is used, the last element
1591 // of the Elts constant array will be one past the size of the vector.
1592 // Ignore the last element here, if it is greater than the mask size.
1593 if (getAccessedFieldNo(NumSrcElts - 1, Elts) == Mask.size())
1808 assert(Asm->getLabel().size() < 64-Name.size() &&
1998 Target.resize(CharByteWidth * (Source.size() + 1));
2056 FunctionName.size() &&
2211 Args.reserve(DynamicArgs.size() + 1);
2212 ArgTypes.reserve(DynamicArgs.size() + 1);
2219 for (size_t i = 0, n = DynamicArgs.size(); i != n; ++i) {
2261 // function to save on code size.
2318 // We know that the pointer points to a type of the correct size, unless the
2319 // size is a VLA or Objective-C interface.
2332 // Effectively, the multiply by the VLA size is part of the GEP.
2419 for (unsigned i = 0, e = Elts.size(); i != e; ++i)
2472 for (unsigned i = 0, e = Indices.size(); i != e; ++i)
2669 // make sure to emit the VLA size.
3418 for (unsigned i = 0, e = opaques.size(); i != e; ++i)