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 498 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
505 DYNAMIC_STACKALLOC,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 273 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
117 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 150 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 317 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
318 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 235 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 714 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
716 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 329 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 207 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 651 setOperationAction(ISD::DYNAMIC_STACKALLOC, Subtarget->is64Bit() ?
    [all...]

Completed in 493 milliseconds