Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h527 STACKRESTORE, enumerator
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp266 case ISD::STACKRESTORE: return "stackrestore"; in getOperationName()
DLegalizeDAG.cpp3192 case ISD::STACKRESTORE: in ExpandNode()
DSelectionDAGBuilder.cpp5124 DAG.setRoot(DAG.getNode(ISD::STACKRESTORE, sdl, MVT::Other, getRoot(), Res)); in visitIntrinsicCall()
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp213 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom); in SystemZTargetLowering()
2171 case ISD::STACKRESTORE: in LowerOperation()
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1462 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand); in HexagonTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp149 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in XCoreTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1574 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand); in SparcTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp288 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom); in PPCTargetLowering()
5787 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG, PPCSubTarget); in LowerOperation()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp347 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in MipsTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AArch64TargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp734 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARMTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp635 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in resetOperationActions()