Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp640 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local
641 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h110 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9804 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
9805 if (RetSize > 4) in classifyReturnType()