Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h505 DYNAMIC_STACKALLOC, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp273 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc"; in getOperationName()
DLegalizeDAG.cpp3078 case ISD::DYNAMIC_STACKALLOC: in ExpandNode()
DSelectionDAGBuilder.cpp3450 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, getCurSDLoc(), VTs, Ops); in visitAlloca()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in MSP430TargetLowering()
117 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1450 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in HexagonTargetLowering()
1562 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1478 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in SparcTargetLowering()
1574 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in SparcTargetLowering()
2806 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG, in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp235 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering()
2427 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp317 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in MipsTargetLowering()
318 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp150 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in PPCTargetLowering()
330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom); in PPCTargetLowering()
6144 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp714 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in ARMTargetLowering()
716 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering()
6257 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp207 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp651 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ? in resetOperationActions()
16221 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()