|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3060 case ISD::STACKRESTORE:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 6349 DAG.setRoot(DAG.getNode(ISD::STACKRESTORE, sdl, MVT::Other, getRoot(), Res));
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 373 case ISD::STACKRESTORE: return "stackrestore";
lib/Target/AArch64/AArch64ISelLowering.cpp 284 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/ARC/ARCISelLowering.cpp 135 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/ARM/ARMISelLowering.cpp 1191 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/AVR/AVRISelLowering.cpp 54 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/BPF/BPFISelLowering.cpp 80 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/Hexagon/HexagonISelLowering.cpp 1327 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/Lanai/LanaiISelLowering.cpp 99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/MSP430/MSP430ISelLowering.cpp 98 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/Mips/MipsISelLowering.cpp 468 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/PowerPC/PPCISelLowering.cpp 461 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
10129 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG);
lib/Target/RISCV/RISCVISelLowering.cpp 92 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/Sparc/SparcISelLowering.cpp 1694 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp 298 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
5010 case ISD::STACKRESTORE:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 213 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/X86/X86ISelLowering.cpp 507 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
lib/Target/XCore/XCoreISelLowering.cpp 143 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);