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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 460 // DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
467 DYNAMIC_STACKALLOC,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 546 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
553 DYNAMIC_STACKALLOC,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 579 /// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
586 DYNAMIC_STACKALLOC,
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 83 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
186 case ISD::DYNAMIC_STACKALLOC:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 115 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
116 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 122 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
123 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 795 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 98 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
201 case ISD::DYNAMIC_STACKALLOC:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 302 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 76 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 113 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 96 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 330 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 79 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp 54 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
55 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 96 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand);
97 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 160 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 128 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 138 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 379 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Expand);
380 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Expand);
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 233 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
234 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
    [all...]

Completed in 400 milliseconds

1 2 3