Searched refs:STACKSAVE (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 523 STACKSAVE, enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 265 case ISD::STACKSAVE: return "stacksave"; in getOperationName()
|
| D | LegalizeDAG.cpp | 1171 case ISD::STACKSAVE: in LegalizeOp() 3180 case ISD::STACKSAVE: in ExpandNode()
|
| D | SelectionDAGBuilder.cpp | 5116 Res = DAG.getNode(ISD::STACKSAVE, sdl, in visitIntrinsicCall()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 212 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in SystemZTargetLowering() 2169 case ISD::STACKSAVE: in LowerOperation()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 1461 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in HexagonTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 148 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in XCoreTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1573 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SparcTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 346 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MipsTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 100 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AArch64TargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 287 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in PPCTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 733 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 634 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in resetOperationActions()
|