Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h518 DYNAMIC_STACKALLOC, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp280 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc"; in getOperationName()
DLegalizeDAG.cpp2964 case ISD::DYNAMIC_STACKALLOC: in ExpandNode()
DSelectionDAGBuilder.cpp3490 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, getCurSDLoc(), VTs, Ops); in visitAlloca()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp119 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in MSP430TargetLowering()
120 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp112 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1481 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in SparcTargetLowering()
1577 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in SparcTargetLowering()
2810 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG, in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1780 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in HexagonTargetLowering()
2411 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp243 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering()
2720 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in MipsTargetLowering()
330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp152 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()
7677 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp768 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in ARMTargetLowering()
770 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering()
6330 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp210 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp514 setOperationAction(ISD::DYNAMIC_STACKALLOC, getPointerTy(), Custom); in X86TargetLowering()
17234 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()