Searched refs:IsRetIndirect (Results 1 – 3 of 3) sorted by relevance
73 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local74 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()78 IsRetIndirect = getContext().getTypeSize(EltTy) > FRLen; in computeInfo()81 IsRetIndirect = true; in computeInfo()88 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo()
47 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local52 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
150 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local151 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()155 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()158 IsRetIndirect = true; in computeInfo()162 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()