Lines Matching refs:StoreOperands
1574 SmallVector<SDValue, 6> StoreOperands; in LowerCall() local
1584 assert(StoreOperands.empty() && "Unfinished preceding store."); in LowerCall()
1585 StoreOperands.push_back(Chain); in LowerCall()
1586 StoreOperands.push_back(DAG.getConstant(ParamCount, dl, MVT::i32)); in LowerCall()
1587 StoreOperands.push_back(DAG.getConstant(CurOffset, dl, MVT::i32)); in LowerCall()
1623 StoreOperands.push_back(StVal); in LowerCall()
1626 unsigned NumElts = StoreOperands.size() - 3; in LowerCall()
1642 StoreOperands.push_back(InFlag); in LowerCall()
1649 Op, dl, DAG.getVTList(MVT::Other, MVT::Glue), StoreOperands, in LowerCall()
1655 StoreOperands.clear(); in LowerCall()
1660 assert(StoreOperands.empty() && "Unfinished parameter store."); in LowerCall()
2717 SmallVector<SDValue, 6> StoreOperands; in LowerReturn() local
2721 assert(StoreOperands.empty() && "Orphaned operand list."); in LowerReturn()
2722 StoreOperands.push_back(Chain); in LowerReturn()
2723 StoreOperands.push_back(DAG.getConstant(Offsets[i], dl, MVT::i32)); in LowerReturn()
2740 StoreOperands.push_back(RetVal); in LowerReturn()
2745 unsigned NumElts = StoreOperands.size() - 2; in LowerReturn()
2764 Op, dl, DAG.getVTList(MVT::Other), StoreOperands, TheStoreType, in LowerReturn()
2767 StoreOperands.clear(); in LowerReturn()