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

References

lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
 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));
 2085   ST = CurDAG->getMachineNode(Opcode.getValue(), DL, MVT::Other, StOps);