Searched refs:DYNAMIC_STACKALLOC (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 505 DYNAMIC_STACKALLOC, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 273 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc"; in getOperationName()
|
D | LegalizeDAG.cpp | 3078 case ISD::DYNAMIC_STACKALLOC: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 3450 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, getCurSDLoc(), VTs, Ops); in visitAlloca()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in MSP430TargetLowering() 117 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1450 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in HexagonTargetLowering() 1562 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1478 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in SparcTargetLowering() 1574 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in SparcTargetLowering() 2806 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG, in LowerOperation()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 235 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering() 2427 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 317 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in MipsTargetLowering() 318 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 150 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in PPCTargetLowering() 330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom); in PPCTargetLowering() 6144 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 714 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in ARMTargetLowering() 716 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering() 6257 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 207 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 651 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ? in resetOperationActions() 16221 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
|