Lines Matching defs:StoreOperands
1574 SDValue StoreOperands[] = {Chain, DAG.getConstant(ArgID, dl, MVT::i32),
1581 NVPTXISD::StoreParam, dl, StoreVTs, StoreOperands, MVT::i8,
1779 SmallVector<SDValue, 6> StoreOperands;
1824 assert(StoreOperands.empty() && "Unfinished preceeding store.");
1838 assert(StoreOperands.empty() && "Unfinished preceding store.");
1839 StoreOperands.push_back(Chain);
1840 StoreOperands.push_back(
1843 StoreOperands.push_back(DAG.getConstant(
1849 StoreOperands.push_back(StVal);
1852 unsigned NumElts = StoreOperands.size() - 3;
1868 StoreOperands.push_back(InGlue);
1875 Op, dl, DAG.getVTList(MVT::Other, MVT::Glue), StoreOperands,
1881 StoreOperands.clear();
1895 assert(StoreOperands.empty() && "Unfinished parameter store.");
3379 SDValue StoreOperands[] = {Chain, DAG.getConstant(Offset + i, dl, MVT::i32),
3385 DAG.getVTList(MVT::Other), StoreOperands,
3439 SmallVector<SDValue, 6> StoreOperands;
3463 assert(StoreOperands.empty() && "Orphaned operand list.");
3475 assert(StoreOperands.empty() && "Orphaned operand list.");
3476 StoreOperands.push_back(Chain);
3477 StoreOperands.push_back(DAG.getConstant(Offsets[i], dl, MVT::i32));
3481 StoreOperands.push_back(RetVal);
3486 unsigned NumElts = StoreOperands.size() - 2;
3505 Op, dl, DAG.getVTList(MVT::Other), StoreOperands, TheStoreType,
3508 StoreOperands.clear();