Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp73 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
74 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()
H A DRISCV.cpp79 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
80 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()
H A DCSKY.cpp47 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local
52 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()