Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:OtherOps

1476   SmallVector<SDValue, 8> OtherOps;
1480 OtherOps.push_back(N->getOperand(i));
1486 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType()));
1488 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, &OtherOps[0],
1489 OtherOps.size(), LD->getMemoryVT(),
1584 SmallVector<SDValue, 8> OtherOps;
1588 OtherOps.push_back(Chain); // Chain
1592 OtherOps.push_back(N->getOperand(i));
1596 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, &OtherOps[0],
1597 OtherOps.size(), MemSD->getMemoryVT(),