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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 346 // SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
350 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 380 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
383 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 425 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
428 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 129 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
130 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 136 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
137 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 237 case ISD::SRA_PARTS: return "sra_parts";
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 99 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 107 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 137 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 280 case ISD::SRA_PARTS: return "sra_parts";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 99 setOperationAction(ISD::SRA_PARTS, VT, Expand);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 168 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom);
171 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 400 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom);
403 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 110 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
111 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 167 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 111 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC,
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 180 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
620 case ISD::SRA_PARTS:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 219 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
481 case ISD::SRA_PARTS:
835 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 298 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
304 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp 376 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
382 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 109 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 111 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
614 // case ISD::SRA_PARTS:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 776 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 124 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]

Completed in 1158 milliseconds

1 2 3