HomeSort by: relevance | last modified time | path
    Searched refs:SRA_PARTS (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 702 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
706 SRA_PARTS,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 312 case ISD::SRA_PARTS: return "sra_parts";
LegalizeDAG.cpp 1222 case ISD::SRA_PARTS:
LegalizeIntegerTypes.cpp 3751 PartsOpc = ISD::SRA_PARTS;
SelectionDAG.cpp 7984 case ISD::SRA_PARTS:
TargetLowering.cpp 6611 bool IsSRA = Node->getOpcode() == ISD::SRA_PARTS;
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.cpp 115 setOperationAction(ISD::SRA_PARTS, VT, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 396 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom);
399 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
1939 /// LowerShiftRightParts - Lower SRL_PARTS, SRA_PARTS, which
1947 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
1955 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
2179 case ISD::SRA_PARTS:
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 115 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
116 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 123 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 195 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
455 case ISD::SRA_PARTS:
SIISelLowering.cpp 235 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 376 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
382 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
1227 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 89 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 102 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 1653 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
1687 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 165 // VE has no SHL_PARTS/SRA_PARTS/SRL_PARTS operations.
167 setOperationAction(ISD::SRA_PARTS, IntVT, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 129 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1586 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1128 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
1145 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
6012 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
6025 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
6027 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
9883 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 689 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
694 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
10827 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 238 setOperationAction(ISD::SRA_PARTS, XLenVT, Custom);
1938 case ISD::SRA_PARTS:
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 401 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
4589 case ISD::SRA_PARTS:
7609 /// LowerShiftParts - Lower SHL_PARTS/SRA_PARTS/SRL_PARTS, which returns two
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 291 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 492 setOperationAction(ISD::SRA_PARTS, VT, Custom);
19617 /// Lower SRA_PARTS and friends, which return two i32 values
    [all...]

Completed in 177 milliseconds