Lines Matching refs:StoreOperands

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