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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 377 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
380 SHL_PARTS, SRA_PARTS, SRL_PARTS,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 133 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
134 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 236 case ISD::SRA_PARTS: return "sra_parts";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 136 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 153 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 168 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom);
171 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 178 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
595 case ISD::SRA_PARTS:
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 300 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
306 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 106 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 135 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 399 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
404 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 464 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
468 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 236 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
    [all...]

Completed in 5344 milliseconds