Searched refs:DYNAMIC_STACKALLOC (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 518 DYNAMIC_STACKALLOC, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 280 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc"; in getOperationName()
|
D | LegalizeDAG.cpp | 2964 case ISD::DYNAMIC_STACKALLOC: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 3490 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, getCurSDLoc(), VTs, Ops); in visitAlloca()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 119 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in MSP430TargetLowering() 120 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 112 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1481 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in SparcTargetLowering() 1577 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom); in SparcTargetLowering() 2810 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG, in LowerOperation()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1780 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in HexagonTargetLowering() 2411 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 243 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering() 2720 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in MipsTargetLowering() 330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 152 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() 7677 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 768 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in ARMTargetLowering() 770 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering() 6330 case ISD::DYNAMIC_STACKALLOC: in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 210 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 514 setOperationAction(ISD::DYNAMIC_STACKALLOC, getPointerTy(), Custom); in X86TargetLowering() 17234 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG); in LowerOperation()
|