Lines Matching defs:SRet
404 /// and sret parameters need to be taken into accont.
408 // Multiple vectors are passed as sret.
1009 // returning structs of 2, 3, or 4 vectors which are returned in a sret-like
1298 // sret-like argument.
1299 bool SRet = getReturnType().getNumVectors() >= 2;
1312 if (!getReturnType().isVoid() && !SRet)
1317 if (SRet)
1383 if (!SRet && !RetVar.getType().isVoid())
2051 // For sret builtins, adjust the pointer argument index.