Home | History | Annotate | Download | only in TableGen

Lines Matching defs:SRet

391   /// and sret parameters need to be taken into accont.
395 // Multiple vectors are passed as sret.
988 // returning structs of 2, 3, or 4 vectors which are returned in a sret-like
1278 // sret-like argument.
1279 bool SRet = getReturnType().getNumVectors() >= 2;
1292 if (!getReturnType().isVoid() && !SRet)
1297 if (SRet)
1363 if (!SRet && !RetVar.getType().isVoid())
2042 // For sret builtins, adjust the pointer argument index.