Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARC.cpp146 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
147 if (RetSize > 4) in classifyReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp821 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas() local
822 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()
823 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()
824 return RetSize->getFixedValue(); in addFieldForAllocas()