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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 353 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
357 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 212 case ISD::SRL_PARTS: return "srl_parts";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 135 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand);
136 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 170 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 782 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 106 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 263 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 310 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
315 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 651 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 501 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
505 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
    [all...]

Completed in 688 milliseconds