Home | History | Annotate | Download | only in Sparc

Lines Matching defs:hasStructRetAttr

123   if (MF.getFunction()->hasStructRetAttr()) {
291 if (MF.getFunction()->hasStructRetAttr()) {
402 bool hasStructRetAttr = false;
443 hasStructRetAttr = true;
557 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
572 if (hasStructRetAttr)
631 assert(CalleeFn->hasStructRetAttr() &&