HomeSort by relevance Sort by last modified time
    Searched refs:SHL_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 125 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand);
126 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 132 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand);
133 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 122 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
195 case ISD::SHL_PARTS:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 236 case ISD::SHL_PARTS: return "shl_parts";
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 97 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 106 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 136 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 279 case ISD::SHL_PARTS: return "shl_parts";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 97 setOperationAction(ISD::SHL_PARTS, VT, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 106 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand);
107 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 167 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom);
170 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 166 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 399 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom);
402 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 110 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 297 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
303 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp 375 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
381 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 112 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
616 // case ISD::SHL_PARTS:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 775 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 178 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
619 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 217 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
480 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
    [all...]

Completed in 1394 milliseconds

1 2 3