HomeSort by relevance Sort by last modified time
    Searched refs:SHL_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 215 case ISD::SHL_PARTS: return "shl_parts";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 130 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand);
131 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 157 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom);
160 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 167 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
574 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 272 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 144 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 587 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
591 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 217 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 622 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 390 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
395 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
    [all...]

Completed in 81 milliseconds