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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 183 /// SDIVREM/UDIVREM - Divide two integers and produce both a quotient and
185 SDIVREM, UDIVREM,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 106 setOperationAction(ISD::SDIVREM, MVT::i32, Custom);
108 setOperationAction(ISD::SDIVREM, MVT::i64, Custom);
150 case ISD::SDIVREM: return lowerMulDiv(Op, MipsISD::DivRem, true, true, DAG);
MipsISelLowering.cpp 390 setTargetDAGCombine(ISD::SDIVREM);
429 unsigned Opc = N->getOpcode() == ISD::SDIVREM ? MipsISD::DivRem16 :
691 case ISD::SDIVREM:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 145 setOperationAction(ISD::SDIVREM, VT, Expand);
167 setOperationAction(ISD::SDIVREM, VT, Expand);
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 134 setOperationAction(ISD::SDIVREM, VT, Expand);
152 setOperationAction(ISD::SDIVREM, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 145 setOperationAction(ISD::SDIVREM, VT, Expand);
167 setOperationAction(ISD::SDIVREM, VT, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 163 case ISD::SDIVREM: return "sdivrem";
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 158 setOperationAction(ISD::SDIVREM, MVT::i8, Expand);
164 setOperationAction(ISD::SDIVREM, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 140 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
141 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 116 setOperationAction(ISD::SDIVREM, VT, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 115 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
121 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
123 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
423 setOperationAction(ISD::SDIVREM, VT, Expand);
    [all...]

Completed in 2943 milliseconds