Lines Matching refs:IsRetIndirect
11033 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
11034 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()
11038 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()
11041 IsRetIndirect = true; in computeInfo()
11045 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
11537 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
11542 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
11808 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
11809 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()
11813 IsRetIndirect = getContext().getTypeSize(EltTy) > FRLen; in computeInfo()
11816 IsRetIndirect = true; in computeInfo()
11823 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo()