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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 196 // SDIVREM/UDIVREM - Divide two integers and produce both a quotient and
198 SDIVREM, UDIVREM,
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 87 setOperationAction(ISD::UDIVREM, MVT::i16, Expand);
88 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 185 setOperationAction(ISD::UDIVREM, MVT::i8, Expand);
191 setOperationAction(ISD::UDIVREM, MVT::i16, Expand);
197 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
203 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
209 setOperationAction(ISD::UDIVREM, MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 154 setOperationAction(ISD::UDIVREM, MVT::i8, Expand);
160 setOperationAction(ISD::UDIVREM, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 683 case ISD::UDIVREM: {
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 104 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 718 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 220 setTargetDAGCombine(ISD::UDIVREM);
649 case ISD::UDIVREM:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 113 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
118 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
120 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
330 setOperationAction(ISD::UDIVREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp 714 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 594 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
    [all...]

Completed in 577 milliseconds