Home
last modified time | relevance | path

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

123

/external/llvm/test/CodeGen/AArch64/
Ddivrem.ll3 ; SDIVREM/UDIVREM DAG nodes are generated but expanded when lowering and
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Ddivrem.ll3 ; SDIVREM/UDIVREM DAG nodes are generated but expanded when lowering and
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h198 SDIVREM, UDIVREM, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h204 SDIVREM, UDIVREM, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h210 SDIVREM, UDIVREM, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp87 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in BlackfinTargetLowering()
88 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in BlackfinTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h94 UDIVREM, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp154 setOperationAction(ISD::UDIVREM, MVT::i8, Expand); in MSP430TargetLowering()
160 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp154 setOperationAction(ISD::UDIVREM, VT, Custom); in AVRTargetLowering()
333 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
698 case ISD::UDIVREM: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp187 case ISD::UDIVREM: return "udivrem"; in getOperationName()
DLegalizeVectorOps.cpp270 case ISD::UDIVREM: in LegalizeOp()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp185 setOperationAction(ISD::UDIVREM, MVT::i8, Expand); in SPUTargetLowering()
191 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in SPUTargetLowering()
197 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SPUTargetLowering()
203 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in SPUTargetLowering()
209 setOperationAction(ISD::UDIVREM, MVT::i128, Expand); in SPUTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp147 setOperationAction(ISD::UDIVREM, MVT::i8, Expand); in MSP430TargetLowering()
153 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp199 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in MipsSETargetLowering()
206 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in MipsSETargetLowering()
234 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
281 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
457 case ISD::UDIVREM: return lowerMulDiv(Op, MipsISD::DivRemU, true, true, in LowerOperation()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp301 setOperationAction(ISD::UDIVREM, VT, Custom); in AMDGPUTargetLowering()
386 setOperationAction(ISD::UDIVREM, VT, Expand); in AMDGPUTargetLowering()
710 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG); in LowerOperation()
1359 SDValue Res = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(HalfVT, HalfVT), in LowerUDIVREM64()
1571 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp130 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in MipsSETargetLowering()
137 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in MipsSETargetLowering()
167 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
214 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
371 case ISD::UDIVREM: return lowerMulDiv(Op, MipsISD::DivRemU, true, true, in LowerOperation()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp81 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp220 case ISD::UDIVREM: return "udivrem"; in getOperationName()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp683 case ISD::UDIVREM: { in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp128 setOperationAction(ISD::UDIVREM, MVT::i8, Promote); in MSP430TargetLowering()
134 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp88 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp357 setOperationAction(ISD::UDIVREM, VT, Custom); in AMDGPUTargetLowering()
427 setOperationAction(ISD::UDIVREM, VT, Expand); in AMDGPUTargetLowering()
1130 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG); in LowerOperation()
1577 SDValue Res = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(HalfVT, HalfVT), in LowerUDIVREM64()
1921 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp110 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp104 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MBlazeTargetLowering()

123