HomeSort by relevance Sort by last modified time
    Searched refs:SRL_PARTS (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 377 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
380 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 131 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand);
132 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 237 case ISD::SRL_PARTS: return "srl_parts";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 135 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 153 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 169 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom);
172 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 301 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
307 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 177 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
596 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 107 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 136 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 400 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
405 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 234 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 465 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
469 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
    [all...]

Completed in 672 milliseconds