Home | History | Annotate | Download | only in Sparc

Lines Matching refs:hasStructRetAttr

118   if (MF.getFunction()->hasStructRetAttr()) {
287 if (MF.getFunction()->hasStructRetAttr()) {
403 bool hasStructRetAttr = false;
444 hasStructRetAttr = true;
558 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
573 if (hasStructRetAttr)
632 assert(CalleeFn->hasStructRetAttr() &&