Lines Matching defs:getIndirectResult
140 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
142 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
607 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal,
765 return getIndirectResult(Ty, false, State);
769 ABIArgInfo Res = getIndirectResult(Ty, false, State);
798 return getIndirectResult(Ty, /*ByVal=*/false, State);
805 return getIndirectResult(Ty, true, State);
841 return getIndirectResult(Ty, /*ByVal=*/false, State);
855 return getIndirectResult(Ty, true, State);
867 return getIndirectResult(Ty, /*ByVal=*/false, State);
903 return getIndirectResult(Ty, /*ByVal=*/false, State);
1284 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
1288 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
1293 ABIArgInfo getIndirectResult(QualType Ty, unsigned freeIntRegs) const;
2201 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty,
2744 return getIndirectResult(Ty, freeIntRegs);
2982 it->info = getIndirectResult(it->type, FreeIntRegs);