Searched refs:STACKRESTORE (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h758 /// STACKRESTORE has two operands, an input chain and a pointer to restore
760 STACKRESTORE, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp80 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp135 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp382 case ISD::STACKRESTORE: return "stackrestore";
H A DLegalizeDAG.cpp3139 case ISD::STACKRESTORE:
H A DSelectionDAGBuilder.cpp6462 DAG.setRoot(DAG.getNode(ISD::STACKRESTORE, sdl, MVT::Other, getRoot(), Res));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp103 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp54 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp226 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp144 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp107 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp312 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
5179 case ISD::STACKRESTORE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1381 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1694 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp466 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp489 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
7360 // Get the operands for the STACKRESTORE.
10472 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp321 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1217 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp499 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
[all...]

Completed in 547 milliseconds