Home
last modified time | relevance | path

Searched refs:StoreOperands (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1491 SmallVector<SDValue, 6> StoreOperands; in LowerCall() local
1495 assert(StoreOperands.empty() && "Unfinished preceding store."); in LowerCall()
1496 StoreOperands.push_back(Chain); in LowerCall()
1497 StoreOperands.push_back(DAG.getConstant(paramCount, dl, MVT::i32)); in LowerCall()
1498 StoreOperands.push_back(DAG.getConstant(Offsets[j], dl, MVT::i32)); in LowerCall()
1516 StoreOperands.push_back(StVal); in LowerCall()
1519 unsigned NumElts = StoreOperands.size() - 3; in LowerCall()
1535 StoreOperands.push_back(InFlag); in LowerCall()
1545 Op, dl, DAG.getVTList(MVT::Other, MVT::Glue), StoreOperands, in LowerCall()
1551 StoreOperands.clear(); in LowerCall()
[all …]