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

References

include/llvm/CodeGen/TargetInstrInfo.h
  171     return I.getOpcode() == getCallFrameSetupOpcode() ||
  177     return I.getOpcode() == getCallFrameSetupOpcode();
lib/CodeGen/MachineFrameInfo.cpp
  191   unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode();
lib/CodeGen/MachineVerifier.cpp
 2750   unsigned FrameSetupOpcode   = TII->getCallFrameSetupOpcode();
lib/CodeGen/PrologEpilogInserter.cpp
  306   unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode();
lib/CodeGen/SelectionDAG/FastISel.cpp
  837   unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  460       } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) {
  517       } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) {
  787           SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) {
  858         SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) {
 2973             (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) {
lib/CodeGen/ShrinkWrap.cpp
  199     FrameSetupOpcode = TII.getCallFrameSetupOpcode();
lib/CodeGen/TargetInstrInfo.cpp
  968   unsigned FrameSetupOpcode = getCallFrameSetupOpcode();
lib/Target/AArch64/AArch64FastISel.cpp
 3074   unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
lib/Target/ARM/ARMFastISel.cpp
 1946   unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
lib/Target/AVR/AVRFrameLowering.cpp
  386     if (Opcode == TII.getCallFrameSetupOpcode()) {
lib/Target/MSP430/MSP430FrameLowering.cpp
  246       if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) {
lib/Target/PowerPC/PPCFastISel.cpp
 1420           TII.get(TII.getCallFrameSetupOpcode()))
lib/Target/X86/X86CallFrameOptimization.cpp
  163   unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode();
  251   unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode();
  363   assert(I->getOpcode() == TII->getCallFrameSetupOpcode());
lib/Target/X86/X86CallLowering.cpp
  393   unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
lib/Target/X86/X86FastISel.cpp
 3312   unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
lib/Target/X86/X86ISelLowering.cpp
30207   unsigned AdjStackDown = TII.getCallFrameSetupOpcode();