Home
last modified time | relevance | path

Searched refs:RetSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp657 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local
658 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()
659 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()
660 return RetSize->getFixedSize(); in addFieldForAllocas()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10068 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
10069 if (RetSize > 4) in classifyReturnType()