Searched refs:IsRetIndirect (Results 1 – 1 of 1) sorted by relevance
11033 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local11034 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() local11542 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()11808 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local11809 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()11813 IsRetIndirect = getContext().getTypeSize(EltTy) > FRLen; in computeInfo()[all …]