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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h674 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
681 DYNAMIC_STACKALLOC, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp97 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
200 case ISD::DYNAMIC_STACKALLOC:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp78 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp378 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
H A DLegalizeDAG.cpp1587 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
2859 case ISD::DYNAMIC_STACKALLOC:
H A DSelectionDAGBuilder.cpp4009 // the stack alignment, we note this in the DYNAMIC_STACKALLOC node.
4030 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, dl, VTs, Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp100 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
101 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp55 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
56 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1572 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
1695 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
3033 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp227 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp145 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1382 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
2932 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp425 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
426 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp246 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
1158 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp99 setOperationAction(ISD::DYNAMIC_STACKALLOC, XLenVT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp306 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
5123 case ISD::DYNAMIC_STACKALLOC:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp324 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
326 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
3280 case ISD::DYNAMIC_STACKALLOC:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp490 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
491 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
10473 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1220 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
1222 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
9374 case ISD::DYNAMIC_STACKALLOC:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp501 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
23067 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
[all...]

Completed in 823 milliseconds