Home | History | Annotate | Download | only in PTX

Lines Matching refs:OutVals

294               const SmallVectorImpl<SDValue> &OutVals,
321 unsigned ParamSize = OutVals[0].getValueType().getSizeInBits();
327 ParamValue, OutVals[0]);
366 SDValue Copy = DAG.getCopyToReg(Chain, dl, Reg, OutVals[i]/*, Flag*/);
388 const SmallVectorImpl<SDValue> &OutVals,
432 ParamValue0, OutVals[0]);
437 for (unsigned i = 1; i < OutVals.size(); ++i) {
439 OutVals[i].getValueType().getSizeInBits());
443 unsigned size = alignment * (OutVals.size() - 1);
458 for (unsigned int i = 1; i != OutVals
460 Chain = DAG.getStore(Chain, dl, OutVals[i], FrameAddr,
477 for (unsigned i = 0; i != OutVals.size(); ++i) {
478 unsigned Size = OutVals[i].getValueType().getSizeInBits();
484 ParamValue, OutVals[i]);