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

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  464   SDValue Chain = ST->getChain();
  465   SDValue Base = ST->getBasePtr();
  466   SDValue Offset = ST->getOffset();
  467   SDValue Value = ST->getValue();
  470   EVT StoredVT = ST->getMemoryVT();
  505     if (isAlignedMemNode(ST)) {
  506       if (ST->isNonTemporal())
  518   if (ST->isTruncatingStore() && ValueVT.getSizeInBits() == 64) {
  525   MachineMemOperand *MemOp = ST->getMemOperand();
  528   SDValue From[2] = { SDValue(ST,0), SDValue(ST,1) };
  528   SDValue From[2] = { SDValue(ST,0), SDValue(ST,1) };
  551   CurDAG->RemoveDeadNode(ST);