HomeSort by relevance Sort by last modified time
    Searched refs:SRA_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/MSP430/
MSP430ISelLowering.cpp 136 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
137 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 107 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 137 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 167 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 111 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
614 // case ISD::SRA_PARTS:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 776 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 279 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
284 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 105 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 561 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 166 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 454 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
458 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 410 milliseconds