Lines Matching defs:StoreOperands
1340 SDValue StoreOperands[] = {Chain, DAG.getConstant(ArgID, dl, MVT::i32),
1347 NVPTXISD::StoreParam, dl, StoreVTs, StoreOperands, MVT::i8,
1554 SmallVector<SDValue, 6> StoreOperands;
1599 assert(StoreOperands.empty() && "Unfinished preceeding store.");
1613 assert(StoreOperands.empty() && "Unfinished preceding store.");
1614 StoreOperands.push_back(Chain);
1615 StoreOperands.push_back(
1618 StoreOperands.push_back(DAG.getConstant(
1624 StoreOperands.push_back(StVal);
1627 unsigned NumElts = StoreOperands.size() - 3;
1643 StoreOperands.push_back(InGlue);
1650 Op, dl, DAG.getVTList(MVT::Other, MVT::Glue), StoreOperands,
1656 StoreOperands.clear();
1670 assert(StoreOperands.empty() && "Unfinished parameter store.");
3290 SDValue StoreOperands[] = {Chain, DAG.getConstant(Offset + i, dl, MVT::i32),
3296 DAG.getVTList(MVT::Other), StoreOperands,
3350 SmallVector<SDValue, 6> StoreOperands;
3374 assert(StoreOperands.empty() && "Orphaned operand list.");
3386 assert(StoreOperands.empty() && "Orphaned operand list.");
3387 StoreOperands.push_back(Chain);
3388 StoreOperands.push_back(DAG.getConstant(Offsets[i], dl, MVT::i32));
3392 StoreOperands.push_back(RetVal);
3397 unsigned NumElts = StoreOperands.size() - 2;
3416 Op, dl, DAG.getVTList(MVT::Other), StoreOperands, TheStoreType,
3419 StoreOperands.clear();