Searched refs:STACKSAVE (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 520 STACKSAVE, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 265 case ISD::STACKSAVE: return "stacksave"; in getOperationName()
|
D | LegalizeDAG.cpp | 721 case ISD::STACKSAVE: in LegalizeOp() 2897 case ISD::STACKSAVE: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 4975 Res = DAG.getNode(ISD::STACKSAVE, dl, in visitIntrinsicCall()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 180 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1288 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 794 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 147 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 234 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 383 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SPUTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 252 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 660 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 555 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in X86TargetLowering()
|