Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp628 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local
629 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h110 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9758 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
9759 if (RetSize > 4) in classifyReturnType()