Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10560 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
10561 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()
10565 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()
10568 IsRetIndirect = true; in computeInfo()
10577 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()