Lines Matching refs:sret
578 // returning structs of 2, 3, or 4 vectors which are returned in a sret-like
1594 // sret-like argument.
1595 bool sret = (proto[0] >= '2' && proto[0] <= '4');
1609 if (sret)
1613 } else if (sret) {
1632 // Pass the address of the return variable as the first argument to sret-like
1634 if (sret)
1696 if (proto[0] != 'v' && sret) {
2251 // For sret builtins, adjust the pointer argument index.