Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp11033 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()
[all …]