Lines Matching defs:getIndirectResult
127 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
129 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
594 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal,
752 return getIndirectResult(Ty, false, State);
756 ABIArgInfo Res = getIndirectResult(Ty, false, State);
785 return getIndirectResult(Ty, /*ByVal=*/false, State);
792 return getIndirectResult(Ty, true, State);
832 return getIndirectResult(Ty, /*ByVal=*/false, State);
846 return getIndirectResult(Ty, true, State);
858 return getIndirectResult(Ty, /*ByVal=*/false, State);
894 return getIndirectResult(Ty, /*ByVal=*/false, State);
1275 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
1279 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
1284 ABIArgInfo getIndirectResult(QualType Ty, unsigned freeIntRegs) const;
2192 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty,
2735 return getIndirectResult(Ty, freeIntRegs);
2973 it->info = getIndirectResult(it->type, FreeIntRegs);