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

  /external/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/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 217 case ISD::SRL_PARTS: return "srl_parts";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 132 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand);
133 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 159 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom);
162 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 168 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
576 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 109 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 274 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]