| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1012 STACKRESTORE, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 401 case ISD::STACKRESTORE: return "stackrestore"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 3093 case ISD::STACKRESTORE: in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 6560 DAG.setRoot(DAG.getNode(ISD::STACKRESTORE, sdl, MVT::Other, getRoot(), Res)); in visitIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 134 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARCTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 79 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in LanaiTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 102 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in MSP430TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 55 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AVRTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 144 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in XCoreTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 264 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 145 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in initSPUActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 151 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in M68kTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1537 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in HexagonTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1706 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand); in SparcTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 319 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom); in SystemZTargetLowering() 5506 case ISD::STACKRESTORE: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 465 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in MipsTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 594 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom); in PPCTargetLowering() 10844 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 178 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in RISCVTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 494 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AArch64TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1283 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARMTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 545 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in X86TargetLowering()
|