Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp15 return TLI->isOperationLegalOrCustom(IsSigned ? ISD::SDIVREM : ISD::UDIVREM, in hasDivRemOp()
H A DMipsSEISelLowering.cpp230 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in MipsSETargetLowering()
237 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in MipsSETargetLowering()
275 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
322 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
498 case ISD::UDIVREM: return lowerMulDiv(Op, MipsISD::DivRemU, true, true, in LowerOperation()
H A DMipsISelLowering.cpp525 setTargetDAGCombine({ISD::SDIVREM, ISD::UDIVREM, ISD::SELECT, ISD::AND, in MipsTargetLowering()
1266 case ISD::UDIVREM: in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h276 UDIVREM, enumerator
H A DSelectionDAG.h2578 case ISD::UDIVREM:
H A DBasicTTIImpl.h1065 if (TLI->isOperationLegalOrCustom(IsSigned ? ISD::SDIVREM : ISD::UDIVREM,
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp160 setOperationAction(ISD::UDIVREM, MVT::i8, Custom); in AVRTargetLowering()
161 setOperationAction(ISD::UDIVREM, MVT::i16, Custom); in AVRTargetLowering()
162 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in AVRTargetLowering()
484 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
945 case ISD::UDIVREM: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h96 UDIVREM, enumerator
H A DSystemZOperators.td305 def z_udivrem : SDNode<"SystemZISD::UDIVREM", SDT_ZGR128Binary>;
H A DSystemZISelLowering.cpp195 setOperationAction(ISD::UDIVREM, VT, Custom); in SystemZTargetLowering()
250 setOperationAction(ISD::UDIVREM, MVT::i128, Expand); in SystemZTargetLowering()
4680 lowerGR128Binary(DAG, DL, VT, SystemZISD::UDIVREM, in lowerUDIVREM()
7056 case ISD::UDIVREM: in LowerOperation()
7400 OPCODE(UDIVREM); in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp132 setOperationAction(ISD::UDIVREM, MVT::i8, Promote); in MSP430TargetLowering()
138 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp291 case ISD::UDIVREM: return "udivrem"; in getOperationName()
H A DLegalizeIntegerTypes.cpp5286 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UDIV()
5287 SDValue Res = DAG.getNode(ISD::UDIVREM, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_UDIV()
5329 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UREM()
5330 SDValue Res = DAG.getNode(ISD::UDIVREM, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_UREM()
H A DLegalizeVectorOps.cpp364 case ISD::UDIVREM: in LegalizeOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp109 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp480 setOperationAction({ISD::SDIVREM, ISD::UDIVREM}, VT, Custom); in AMDGPUTargetLowering()
529 ISD::UMUL_LOHI, ISD::SDIVREM, ISD::UDIVREM, in AMDGPUTargetLowering()
1436 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG); in LowerOperation()
2102 SDValue Res = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(HalfVT, HalfVT), in LowerUDIVREM64()
2390 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM()
H A DR600ISelLowering.cpp617 case ISD::UDIVREM: { in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp60 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp107 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp164 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in XtensaTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1667 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SparcTargetLowering()
1674 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1669 ISD::SDIVREM, ISD::UDIVREM, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering()
1716 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::SADDO, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp222 setOperationAction(ISD::UDIVREM, VT, Expand); in addTypeForNEON()
303 setOperationAction(ISD::UDIVREM, VT, Expand); in addMVEVectorTypes()
1256 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in ARMTargetLowering()
1258 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in ARMTargetLowering()
1261 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in ARMTargetLowering()
10740 case ISD::UDIVREM: return LowerDivRem(Op, DAG); in LowerOperation()
10811 case ISD::UDIVREM: in ReplaceNodeResults()
20613 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemLibcall()
20631 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemArgList()
20658 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
H A DARMTargetTransformInfo.cpp2231 case ISD::UDIVREM: in maybeLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp167 setOperationAction(ISD::UDIVREM, IntVT, Expand); in initSPUActions()

12