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()
79 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local80 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()84 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()87 IsRetIndirect = true; in computeInfo()91 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
47 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local52 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()