Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:sizeChars

678   CharUnits sizeChars, alignChars;
679 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy);
680 uint64_t Size = sizeChars.getQuantity();
682 bool UseLibcall = (sizeChars != alignChars ||
683 getContext().toBits(sizeChars) > MaxInlineWidthInBits);
878 MemTy, E->getExprLoc(), sizeChars);
890 MemTy, E->getExprLoc(), sizeChars);
901 MemTy, E->getExprLoc(), sizeChars);
919 LoweredMemTy, E->getExprLoc(), sizeChars);
930 MemTy, E->getExprLoc(), sizeChars);
941 MemTy, E->getExprLoc(), sizeChars);
952 LoweredMemTy, E->getExprLoc(), sizeChars);
963 MemTy, E->getExprLoc(), sizeChars);
973 MemTy, E->getExprLoc(), sizeChars);
986 getContext().toBits(sizeChars), /*Signed=*/false);