Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:OutVals

497   SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
528 // So a different index should be used for indexing into Outs/OutVals.
565 SDValue StVal = OutVals[OIdx];
610 SDValue Elt = OutVals[OIdx++];
624 SDValue Elt0 = OutVals[OIdx++];
625 SDValue Elt1 = OutVals[OIdx++];
670 StoreVal = OutVals[OIdx++];
676 StoreVal = OutVals[OIdx++];
688 StoreVal = OutVals[OIdx++];
698 StoreVal = OutVals[OIdx++];
740 SDValue OutV = OutVals[OIdx];
797 DAG.getNode(ISD::ADD, dl, getPointerTy(), OutVals[OIdx],
1673 const SmallVectorImpl<SDValue> &OutVals,
1686 // If we have a vector type, the OutVals array will be the scalarized
1699 SDValue StoreVal = OutVals[0];
1710 SDValue StoreVal0 = OutVals[0];
1711 SDValue StoreVal1 = OutVals[1];
1735 if (OutVals[0].getValueType().getSizeInBits() == 64)
1741 EVT::getVectorVT(F->getContext(), OutVals[0].getValueType(), VecSize);
1752 EVT ExtendedVT = (NeedExtend) ? MVT::i16 : OutVals[0].getValueType();
1754 StoreVal = OutVals[i];
1760 StoreVal = OutVals[i + 1];
1771 StoreVal = OutVals[i + 2];
1781 StoreVal = OutVals[i + 3];
1803 assert(ValVTs.size() == OutVals.size() && "Bad return value decomposition");
1807 SDValue theVal = OutVals[i];