Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h544 DYNAMIC_STACKALLOC, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp301 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc"; in getOperationName()
DLegalizeDAG.cpp3086 case ISD::DYNAMIC_STACKALLOC: in ExpandNode()
DSelectionDAGBuilder.cpp3108 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, dl, VTs, Ops); in visitAlloca()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp167 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp115 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in MSP430TargetLowering()
116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp113 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1583 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in SparcTargetLowering()
1679 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in SparcTargetLowering()
2948 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG, in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1629 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in HexagonTargetLowering()
2606 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp77 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in AMDGPUTargetLowering()
636 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp350 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in MipsTargetLowering()
351 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/SystemZ/
DSystemZISelLowering.cpp255 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering()
4337 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp335 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in PPCTargetLowering()
336 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom); in PPCTargetLowering()
7970 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp831 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in ARMTargetLowering()
833 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering()
6893 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp197 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp518 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in X86TargetLowering()
20110 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()