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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h537 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
544 DYNAMIC_STACKALLOC, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp115 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp301 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
H A DLegalizeDAG.cpp1770 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
3086 case ISD::DYNAMIC_STACKALLOC:
H A DSelectionDAGBuilder.cpp3088 // the stack alignment, we note this in the DYNAMIC_STACKALLOC node.
3108 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, dl, VTs, Ops);
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp113 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp167 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1583 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
1679 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
2948 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG,
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1629 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
2606 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp150 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp77 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
636 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp350 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
351 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp255 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
4337 case ISD::DYNAMIC_STACKALLOC:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp831 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
833 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
6893 case ISD::DYNAMIC_STACKALLOC:
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp335 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
336 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
7970 case ISD::DYNAMIC_STACKALLOC:
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp197 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp518 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
15760 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
20110 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
[all...]

Completed in 362 milliseconds