Lines Matching refs:TySize

3298   unsigned TySize = (unsigned)Context.getTypeSize(Ty);  in BitsContainNoUserData()  local
3299 if (TySize <= StartBit) in BitsContainNoUserData()
4090 uint64_t TySize = TInfo.Width.getQuantity(); in EmitVAArg() local
4097 CGF.Builder.CreateMemCpy(Tmp, RegAddr, TySize, false); in EmitVAArg()
5907 CharUnits TySize = getContext().getTypeSizeInChars(Ty); in EmitAAPCSVAArg() local
5913 int RegSize = IsIndirect ? 8 : TySize.getQuantity(); in EmitAAPCSVAArg()
6041 TySize < SlotSize) { in EmitAAPCSVAArg()
6042 CharUnits Offset = SlotSize - TySize; in EmitAAPCSVAArg()
6084 StackSize = TySize.alignTo(StackSlotSize); in EmitAAPCSVAArg()
6094 TySize < StackSlotSize) { in EmitAAPCSVAArg()
6095 CharUnits Offset = StackSlotSize - TySize; in EmitAAPCSVAArg()
6887 CharUnits TySize = getContext().getTypeSizeInChars(Ty); in EmitVAArg() local
6894 if (TySize > CharUnits::fromQuantity(16) && isIllegalVectorType(Ty)) { in EmitVAArg()
6899 } else if (TySize > CharUnits::fromQuantity(16) && in EmitVAArg()
6920 TypeInfoChars TyInfo(TySize, TyAlignForABI, false); in EmitVAArg()
7705 void CoerceToIntArgs(uint64_t TySize,
7707 llvm::Type* HandleAggregates(QualType Ty, uint64_t TySize) const;
7792 uint64_t TySize, SmallVectorImpl<llvm::Type *> &ArgList) const { in CoerceToIntArgs() argument
7797 for (unsigned N = TySize / (MinABIStackAlignInBytes * 8); N; --N) in CoerceToIntArgs()
7801 unsigned R = TySize % (MinABIStackAlignInBytes * 8); in CoerceToIntArgs()
7809 llvm::Type* MipsABIInfo::HandleAggregates(QualType Ty, uint64_t TySize) const { in HandleAggregates()
7813 CoerceToIntArgs(TySize, ArgList); in HandleAggregates()
7824 CoerceToIntArgs(TySize, ArgList); in HandleAggregates()
7830 assert(!(TySize % 8) && "Size of structure must be multiple of 8."); in HandleAggregates()
7859 CoerceToIntArgs(TySize - LastOffset, IntArgList); in HandleAggregates()
7878 uint64_t TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
7884 Offset = CurrOffset + llvm::alignTo(TySize, Align * 8) / 8; in classifyArgumentType()
7888 if (TySize == 0) in classifyArgumentType()
7900 ABIArgInfo::getDirect(HandleAggregates(Ty, TySize), 0, in classifyArgumentType()
8082 int TySize = getContext().getTypeSize(Ty); in extendType() local
8085 if (Ty->isUnsignedIntegerOrEnumerationType() && TySize == 32) in extendType()
10890 int TySize = getContext().getTypeSize(Ty); in extendType() local
10892 if (XLen == 64 && Ty->isUnsignedIntegerOrEnumerationType() && TySize == 32) in extendType()