Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ValName

1494   ProfileDagInit(ID, Val, ValName, Args, ArgNames);
1512 return DagInit::get(Op, ValName, NewArgs, ArgNames);
1520 if (!ValName.empty())
1521 Result += ":" + ValName;