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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  992   case ISD::STACKSAVE:
 3048   case ISD::STACKSAVE:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6341         ISD::STACKSAVE, sdl,
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  372   case ISD::STACKSAVE:                  return "stacksave";
lib/Target/AArch64/AArch64ISelLowering.cpp
  283   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/ARC/ARCISelLowering.cpp
  134   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/ARM/ARMISelLowering.cpp
 1190   setOperationAction(ISD::STACKSAVE,          MVT::Other, Expand);
lib/Target/AVR/AVRISelLowering.cpp
   53   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/BPF/BPFISelLowering.cpp
   79   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/Hexagon/HexagonISelLowering.cpp
 1326   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/Lanai/LanaiISelLowering.cpp
   98   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/MSP430/MSP430ISelLowering.cpp
   97   setOperationAction(ISD::STACKSAVE,        MVT::Other, Expand);
lib/Target/Mips/MipsISelLowering.cpp
  467   setOperationAction(ISD::STACKSAVE,         MVT::Other, Expand);
lib/Target/PowerPC/PPCISelLowering.cpp
  460   setOperationAction(ISD::STACKSAVE         , MVT::Other, Expand);
lib/Target/RISCV/RISCVISelLowering.cpp
   91   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/Sparc/SparcISelLowering.cpp
 1693   setOperationAction(ISD::STACKSAVE         , MVT::Other, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp
  297   setOperationAction(ISD::STACKSAVE,    MVT::Other, Custom);
 5008   case ISD::STACKSAVE:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  212   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
lib/Target/X86/X86ISelLowering.cpp
  506   setOperationAction(ISD::STACKSAVE,          MVT::Other, Expand);
lib/Target/XCore/XCoreISelLowering.cpp
  142   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);