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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 460 // DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
467 DYNAMIC_STACKALLOC,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 122 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
123 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 795 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 96 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 160 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 138 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 379 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Expand);
380 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 135 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
669 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 233 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
234 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 148 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 539 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
542 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
545 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 616 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]

Completed in 606 milliseconds