Lines Matching defs:Size
67 for (unsigned p = 0, e = AsmStrPieces.size(); p != e; ++p) {
88 while (WorkList.size()) {
116 unsigned NumClobbers = clobbers.size();
203 unsigned Size = Context.getTypeSize(OutputExpr->getType());
205 Size))
289 unsigned Size = Context.getTypeSize(Ty);
291 Size))
324 for (unsigned i = 0, e = Pieces.size(); i != e; ++i) {
353 unsigned Size = Context.getTypeSize(Ty);
356 Literal->getString(), Piece.getModifier(), Size,
374 for (unsigned i = 0, e = OutputConstraintInfos.size(); i != e; ++i) {
385 for (unsigned i = 0, e = InputConstraintInfos.size(); i != e; ++i) {
398 // same size (int/long, int*/long, are ok etc).
434 // They are ok if they are the same size and in the same domain. This
437 // void* to int if they are the same size.
438 // double to long double if they are the same size.
466 // output was a register, just extend the shorter one to the size of the
475 // down to the size of the destination.
544 // Compute the type size (and array length if applicable?).
545 Info.Type = Info.Size = Context.getTypeSizeInChars(T).getQuantity();
549 Info.Length = Info.Size / Info.Type;