Lines Matching refs:getIndirectResult

1132   ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
1614 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() function in X86_32ABIInfo
1773 return getIndirectResult(Ty, false, State); in classifyArgumentType()
1798 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1805 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1829 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1842 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1854 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1890 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
2262 ABIArgInfo getIndirectResult(QualType Ty, unsigned freeIntRegs) const;
3174 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult() function in X86_64ABIInfo
3696 return getIndirectResult(Ty, freeIntRegs); in classifyArgumentType()
3918 it->info = getIndirectResult(it->type, FreeIntRegs); in computeInfo()
8558 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
8580 ABIArgInfo LanaiABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() function in LanaiABIInfo
8605 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
8614 return getIndirectResult(Ty, /*ByVal=*/true, State); in classifyArgumentType()
8631 return getIndirectResult(Ty, true, State); in classifyArgumentType()
8643 return getIndirectResult(Ty, /*ByVal=*/true, State); in classifyArgumentType()