Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:ST

1297   StoreSDNode *ST = cast<StoreSDNode>(N);
1298 EVT StoreVT = ST->getMemoryVT();
1302 if (ST->isIndexed())
1309 unsigned int codeAddrSpace = getCodeAddrSpace(ST, Subtarget);
1313 bool isVolatile = ST->isVolatile();
1532 SDNode *ST;
1893 ST = CurDAG->getMachineNode(Opcode, DL, MVT::Other, StOps);
1897 cast<MachineSDNode>(ST)->setMemRefs(MemRefs0, MemRefs0 + 1);
1899 return ST;