Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp678 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas() local
679 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()
680 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()
681 return RetSize->getFixedValue(); in addFieldForAllocas()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10202 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
10203 if (RetSize > 4) in classifyReturnType()