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

References

lib/Target/Mips/MipsISelLowering.cpp
 2635   SDValue Value = SD->getValue(), Chain = SD->getChain();
 2635   SDValue Value = SD->getValue(), Chain = SD->getChain();
 2644   if ((VT == MVT::i32) || SD->isTruncatingStore()) {
 2645     SDValue SWL = createStoreLR(MipsISD::SWL, DAG, SD, Chain,
 2647     return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3);
 2657   SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0);
 2658   return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7);