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

  /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/include/llvm/CodeGen/
ISDOpcodes.h 202 /// SDIVREM/UDIVREM - Divide two integers and produce both a quotient and
204 SDIVREM, UDIVREM,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 151 setOperationAction(ISD::UDIVREM, MVT::i8, Expand);
157 setOperationAction(ISD::UDIVREM, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 187 case ISD::UDIVREM: return "udivrem";
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorOps.cpp 269 case ISD::UDIVREM:
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 118 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 152 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 247 setOperationAction(ISD::UDIVREM, VT, Custom);
318 setOperationAction(ISD::UDIVREM, VT, Expand);
623 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG);
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 130 setOperationAction(ISD::UDIVREM, MVT::i64, Custom);
137 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
167 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
214 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
371 case ISD::UDIVREM: return lowerMulDiv(Op, MipsISD::DivRemU, true, true,
    [all...]
MipsISelLowering.cpp 427 setTargetDAGCombine(ISD::UDIVREM);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp 723 setOperationAction(ISD::UDIVREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 168 setOperationAction(ISD::UDIVREM, VT, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 242 setOperationAction(ISD::UDIVREM, VT, Expand);
246 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
247 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 150 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
155 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
157 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
477 setOperationAction(ISD::UDIVREM, VT, Expand);
    [all...]

Completed in 548 milliseconds