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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
16410 /* 30426*/    OPC_MorphNodeTo0, TARGET_VAL(Mips::ADJCALLSTACKDOWN), 0|OPFL_Chain|OPFL_GlueOutput,
lib/Target/Mips/MipsCallLowering.cpp
  564       MIRBuilder.buildInstr(Mips::ADJCALLSTACKDOWN);
lib/Target/Mips/MipsFastISel.cpp
 1152   emitInst(Mips::ADJCALLSTACKDOWN).addImm(16).addImm(0);
lib/Target/Mips/MipsFrameLowering.cpp
  144     if (I->getOpcode() == Mips::ADJCALLSTACKDOWN)
lib/Target/Mips/MipsInstrInfo.cpp
   40     : MipsGenInstrInfo(Mips::ADJCALLSTACKDOWN, Mips::ADJCALLSTACKUP),