Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h102 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp8400 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local
8401 if (RetSize > 4) in classifyReturnType()