Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:OutVals

656   SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
687 // So a different index should be used for indexing into Outs/OutVals.
718 SDValue StVal = OutVals[OIdx];
762 SDValue Elt = OutVals[OIdx++];
776 SDValue Elt0 = OutVals[OIdx++];
777 SDValue Elt1 = OutVals[OIdx++];
822 StoreVal = OutVals[OIdx++];
828 StoreVal = OutVals[OIdx++];
840 StoreVal = OutVals[OIdx++];
850 StoreVal = OutVals[OIdx++];
891 SDValue OutV = OutVals[OIdx];
942 DAG.getNode(ISD::ADD, dl, getPointerTy(), OutVals[OIdx],
1937 const SmallVectorImpl<SDValue> &OutVals,
1950 // If we have a vector type, the OutVals array will be the scalarized
1963 SDValue StoreVal = OutVals[0];
1974 SDValue StoreVal0 = OutVals[0];
1975 SDValue StoreVal1 = OutVals[1];
1999 if (OutVals[0].getValueType().getSizeInBits() == 64)
2016 EVT ExtendedVT = (NeedExtend) ? MVT::i16 : OutVals[0].getValueType();
2018 StoreVal = OutVals[i];
2024 StoreVal = OutVals[i + 1];
2035 StoreVal = OutVals[i + 2];
2045 StoreVal = OutVals[i + 3];
2066 assert(ValVTs.size() == OutVals.size() && "Bad return value decomposition");
2069 SDValue theVal = OutVals[i];