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 470 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
477 DYNAMIC_STACKALLOC,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 264 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.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 800 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 161 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 150 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 300 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
301 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 263 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
264 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 81 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 590 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
593 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
596 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 714 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]

Completed in 891 milliseconds