Home | History | Annotate | Download | only in Sparc

Lines Matching refs:hasStructRetAttr

211   if (MF.getFunction()->hasStructRetAttr()) {
472 if (MF.getFunction()->hasStructRetAttr()) {
712 bool hasStructRetAttr = false;
753 hasStructRetAttr = true;
863 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
878 if (hasStructRetAttr)
927 assert(CalleeFn->hasStructRetAttr() &&