Searched refs:StoreOperands (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 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() [all …]
|