Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10352 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
10353 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()
10357 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()
10360 IsRetIndirect = true; in computeInfo()
10369 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()