Home
last modified time | relevance | path

Searched refs:STACKRESTORE (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1012 STACKRESTORE, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp401 case ISD::STACKRESTORE: return "stackrestore"; in getOperationName()
H A DLegalizeDAG.cpp3093 case ISD::STACKRESTORE: in ExpandNode()
H A DSelectionDAGBuilder.cpp6560 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 DARCISelLowering.cpp134 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp79 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in LanaiTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp102 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in MSP430TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp55 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AVRTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp144 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in XCoreTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp264 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp145 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in initSPUActions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp151 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in M68kTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1537 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in HexagonTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1706 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand); in SparcTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp319 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 DMipsISelLowering.cpp465 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in MipsTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp594 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 DRISCVISelLowering.cpp178 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in RISCVTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp494 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AArch64TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1283 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARMTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp545 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in X86TargetLowering()