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);
245 CharUnits SlotSize = CharUnits::fromQuantity(PtrByteSize);
256 if (EltSize < SlotSize)
257 return complexTempStructure(CGF, VAListAddr, Ty, SlotSize, EltSize, CTy);
261 SlotSize, /*AllowHigher*/ true, Slot);
432 CharUnits SlotSize = CharUnits::fromQuantity(4);
434 classifyArgumentType(Ty).isIndirect(), TI, SlotSize,
963 CharUnits SlotSize = CharUnits::fromQuantity(8);
973 if (EltSize < SlotSize)
974 return complexTempStructure(CGF, VAListAddr, Ty, SlotSize, EltSize, CTy);
991 SlotSize, /*AllowHigher*/ true, Slot,