HomeSort by relevance Sort by last modified time
    Searched refs:DYNAMIC_STACKALLOC (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 459 // DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
466 DYNAMIC_STACKALLOC,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 262 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 119 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
120 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 796 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 160 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 143 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
162 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
738 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 385 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Expand);
386 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 254 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
255 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 149 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 559 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
562 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
565 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 672 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]

Completed in 812 milliseconds