Searched refs:STACKSAVE (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 521 STACKSAVE, enumerator
|
/external/llvm/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 122 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 177 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 135 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AlphaTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 791 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 145 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 807 case ISD::STACKSAVE: in LegalizeOp() 3213 case ISD::STACKSAVE: in ExpandNode()
|
D | SelectionDAG.cpp | 5977 case ISD::STACKSAVE: return "stacksave"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 4716 Res = DAG.getNode(ISD::STACKSAVE, dl, in visitIntrinsicCall()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 161 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 376 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SPUTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 230 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 589 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 557 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in X86TargetLowering()
|