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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h511 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
518 DYNAMIC_STACKALLOC, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp280 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
H A DLegalizeDAG.cpp1622 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
2964 case ISD::DYNAMIC_STACKALLOC:
H A DSelectionDAGBuilder.cpp3471 // the stack alignment, we note this in the DYNAMIC_STACKALLOC node.
3490 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, getCurSDLoc(), VTs, Ops);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp119 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
120 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp112 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1481 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
1577 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
2810 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG,
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1780 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
1785 // Needed for DYNAMIC_STACKALLOC expansion.
2411 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp152 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp243 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
2720 case ISD::DYNAMIC_STACKALLOC:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp768 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
770 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
6330 case ISD::DYNAMIC_STACKALLOC:
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
7677 case ISD::DYNAMIC_STACKALLOC:
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp210 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp514 setOperationAction(ISD::DYNAMIC_STACKALLOC, getPointerTy(), Custom);
14287 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
17234 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);

Completed in 342 milliseconds