HomeSort by relevance Sort by last modified time
    Searched refs:SRL_PARTS (Results 1 - 15 of 15) 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/Target/Alpha/
AlphaISelLowering.cpp 110 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
590 case ISD::SRL_PARTS: {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 134 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand);
135 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 135 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 168 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 777 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 280 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
285 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 106 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 167 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 562 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 455 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
459 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
    [all...]

Completed in 1450 milliseconds