Lines Matching defs:SlotSize
17 QualType Ty, CharUnits SlotSize,
20 emitVoidPtrDirectVAArg(CGF, VAListAddr, CGF.Int8Ty, SlotSize * 2,
21 SlotSize, SlotSize, /*AllowHigher*/ true);
27 CGF.Builder.CreateConstInBoundsByteGEP(RealAddr, SlotSize - EltSize);
29 2 * SlotSize - EltSize);
31 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(RealAddr, SlotSize);
246 CharUnits SlotSize = CharUnits::fromQuantity(PtrByteSize);
257 if (EltSize < SlotSize)
258 return complexTempStructure(CGF, VAListAddr, Ty, SlotSize, EltSize, CTy);
262 SlotSize, /*AllowHigher*/ true, Slot);
433 CharUnits SlotSize = CharUnits::fromQuantity(4);
435 classifyArgumentType(Ty).isIndirect(), TI, SlotSize,
965 CharUnits SlotSize = CharUnits::fromQuantity(8);
975 if (EltSize < SlotSize)
976 return complexTempStructure(CGF, VAListAddr, Ty, SlotSize, EltSize, CTy);
993 SlotSize, /*AllowHigher*/ true, Slot,