Searched refs:UDIVREM (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 197 SDIVREM, UDIVREM, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 167 case ISD::UDIVREM: return "udivrem"; in getOperationName()
|
D | LegalizeDAG.cpp | 1952 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; in useDivRem() 3107 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; in ExpandNode() 3135 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; in ExpandNode() 3170 case ISD::UDIVREM: in ExpandNode()
|
D | DAGCombiner.cpp | 1108 case ISD::UDIVREM: return visitUDIVREM(N); in visit()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 155 setOperationAction(ISD::UDIVREM, MVT::i8, Expand); in MSP430TargetLowering() 161 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 183 setOperationAction(ISD::UDIVREM, MVT::i8, Expand); in SPUTargetLowering() 189 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in SPUTargetLowering() 195 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SPUTargetLowering() 201 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in SPUTargetLowering() 207 setOperationAction(ISD::UDIVREM, MVT::i128, Expand); in SPUTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1311 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in HexagonTargetLowering() 1314 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 104 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 722 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 293 setTargetDAGCombine(ISD::UDIVREM); in MipsTargetLowering() 773 case ISD::UDIVREM: in PerformDAGCombine()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 329 def udivrem : SDNode<"ISD::UDIVREM" , SDTIntBinHiLoOp>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 127 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in PPCTargetLowering() 129 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in PPCTargetLowering() 355 setOperationAction(ISD::UDIVREM, VT, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2300 case ISD::UDIVREM: { in Select()
|
D | X86ISelLowering.cpp | 746 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 647 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in ARMTargetLowering()
|