Home
last modified time | relevance | path

Searched refs:UDIVREM (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h197 SDIVREM, UDIVREM, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp167 case ISD::UDIVREM: return "udivrem"; in getOperationName()
DLegalizeDAG.cpp1952 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()
DDAGCombiner.cpp1108 case ISD::UDIVREM: return visitUDIVREM(N); in visit()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp155 setOperationAction(ISD::UDIVREM, MVT::i8, Expand); in MSP430TargetLowering()
161 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp183 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/
DHexagonISelLowering.cpp1311 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in HexagonTargetLowering()
1314 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp104 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp722 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp293 setTargetDAGCombine(ISD::UDIVREM); in MipsTargetLowering()
773 case ISD::UDIVREM: in PerformDAGCombine()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td329 def udivrem : SDNode<"ISD::UDIVREM" , SDTIntBinHiLoOp>;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp127 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/
DX86ISelDAGToDAG.cpp2300 case ISD::UDIVREM: { in Select()
DX86ISelLowering.cpp746 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp647 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in ARMTargetLowering()