Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10514 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
10515 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()
10519 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()
10522 IsRetIndirect = true; in computeInfo()
10531 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()