HomeSort by relevance Sort by last modified time
    Searched refs:UDIVREM (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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 40 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
96 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 40 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
96 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG);
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 91 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
186 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG);
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 107 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
109 setOperationAction(ISD::UDIVREM, MVT::i64, Custom);
151 case ISD::UDIVREM: return lowerMulDiv(Op, MipsISD::DivRemU, true, true,
MipsISelLowering.cpp 391 setTargetDAGCombine(ISD::UDIVREM);
692 case ISD::UDIVREM:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 164 case ISD::UDIVREM: return "udivrem";
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 155 setOperationAction(ISD::UDIVREM, MVT::i8, Expand);
161 setOperationAction(ISD::UDIVREM, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 135 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
136 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 117 setOperationAction(ISD::UDIVREM, VT, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 115 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
120 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
122 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
422 setOperationAction(ISD::UDIVREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 510 milliseconds