Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h585 STACKRESTORE, enumerator
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp291 case ISD::STACKRESTORE: return "stackrestore"; in getOperationName()
HDLegalizeDAG.cpp3295 case ISD::STACKRESTORE: in ExpandNode()
HDSelectionDAGBuilder.cpp4693 DAG.setRoot(DAG.getNode(ISD::STACKRESTORE, sdl, MVT::Other, getRoot(), Res)); in visitIntrinsicCall()
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFISelLowering.cpp115 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp152 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in XCoreTargetLowering()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1360 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in HexagonTargetLowering()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp263 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom); in SystemZTargetLowering()
4354 case ISD::STACKRESTORE: in LowerOperation()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1579 setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand); in SparcTargetLowering()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp391 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in MipsTargetLowering()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp329 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom); in PPCTargetLowering()
7906 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG, Subtarget); in LowerOperation()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp210 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AArch64TargetLowering()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp777 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARMTargetLowering()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp506 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in X86TargetLowering()