reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
 1917     StOps.push_back(N->getOperand(1));
 1918     StOps.push_back(N->getOperand(2));
 1923     StOps.push_back(N->getOperand(1));
 1924     StOps.push_back(N->getOperand(2));
 1925     StOps.push_back(N->getOperand(3));
 1926     StOps.push_back(N->getOperand(4));
 1943   StOps.push_back(getI32Imm(IsVolatile, DL));
 1944   StOps.push_back(getI32Imm(CodeAddrSpace, DL));
 1945   StOps.push_back(getI32Imm(VecType, DL));
 1946   StOps.push_back(getI32Imm(ToType, DL));
 1947   StOps.push_back(getI32Imm(ToTypeWidth, DL));
 1968     StOps.push_back(Addr);
 1989     StOps.push_back(Base);
 1990     StOps.push_back(Offset);
 2033     StOps.push_back(Base);
 2034     StOps.push_back(Offset);
 2077     StOps.push_back(N2);
 2083   StOps.push_back(Chain);
 2085   ST = CurDAG->getMachineNode(Opcode.getValue(), DL, MVT::Other, StOps);