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