/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 537 /// 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 D | MSP430ISelLowering.cpp | 115 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); 116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 301 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
|
H A D | LegalizeDAG.cpp | 1770 assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and" 3086 case ISD::DYNAMIC_STACKALLOC:
|
H A D | SelectionDAGBuilder.cpp | 3088 // 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 D | BPFISelLowering.cpp | 113 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
|
/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 167 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand);
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1583 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 D | HexagonISelLowering.cpp | 1629 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); 2606 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 150 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 77 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); 636 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 350 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); 351 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 255 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); 4337 case ISD::DYNAMIC_STACKALLOC:
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 831 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 D | PPCISelLowering.cpp | 335 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 D | AArch64ISelLowering.cpp | 197 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 518 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...] |