Searched refs:RetSize (Results 1 – 3 of 3) sorted by relevance
628 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local629 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()630 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()631 return RetSize->getFixedSize(); in addFieldForAllocas()
110 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
9758 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local9759 if (RetSize > 4) in classifyReturnType()