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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 345 // SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
349 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 209 case ISD::SRA_PARTS: return "sra_parts";
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 137 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
138 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 167 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 777 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 300 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
305 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 104 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 608 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 201 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 474 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
478 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
    [all...]

Completed in 103 milliseconds