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

References

gen/lib/Target/ARM/ARMGenDAGISel.inc
35643 /* 78590*/      OPC_MorphNodeTo1, TARGET_VAL(ARM::ADJCALLSTACKUP), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput,
lib/Target/ARM/ARMBaseInstrInfo.cpp
  110   : ARMGenInstrInfo(ARM::ADJCALLSTACKDOWN, ARM::ADJCALLSTACKUP),
lib/Target/ARM/ARMCallLowering.cpp
  581   MIRBuilder.buildInstr(ARM::ADJCALLSTACKUP)
lib/Target/ARM/ARMFrameLowering.cpp
 2179         assert(Opc == ARM::ADJCALLSTACKUP || Opc == ARM::tADJCALLSTACKUP);
lib/Target/ARM/Thumb1FrameLowering.cpp
  137         assert(Opc == ARM::ADJCALLSTACKUP || Opc == ARM::tADJCALLSTACKUP);