Searched refs:StoreOperands (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1488 SmallVector<SDValue, 6> StoreOperands; in LowerCall() local 1492 assert(StoreOperands.empty() && "Unfinished preceeding store."); in LowerCall() 1493 StoreOperands.push_back(Chain); in LowerCall() 1494 StoreOperands.push_back(DAG.getConstant(paramCount, dl, MVT::i32)); in LowerCall() 1495 StoreOperands.push_back(DAG.getConstant(Offsets[j], dl, MVT::i32)); in LowerCall() 1513 StoreOperands.push_back(StVal); in LowerCall() 1516 unsigned NumElts = StoreOperands.size() - 3; in LowerCall() 1532 StoreOperands.push_back(InFlag); in LowerCall() 1541 Op, dl, DAG.getVTList(MVT::Other, MVT::Glue), StoreOperands, in LowerCall() 1547 StoreOperands.clear(); in LowerCall() [all …]
|