Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:OtherOps

2078   SmallVector<SDValue, 8> OtherOps;
2082 OtherOps.push_back(N->getOperand(i));
2088 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType()));
2090 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, &OtherOps[0],
2091 OtherOps.size(), LD->getMemoryVT(),
2191 SmallVector<SDValue, 8> OtherOps;
2195 OtherOps.push_back(Chain); // Chain
2199 OtherOps.push_back(N->getOperand(i));
2204 Opcode, DL, LdResVTs, &OtherOps[0], OtherOps.size(),