Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h95 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp579 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local
580 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()
581 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()
582 return RetSize->getFixedSize(); in addFieldForAllocas()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h103 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h110 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp9615 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
9616 if (RetSize > 4) in classifyReturnType()