| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetTransformInfo.cpp | 15 return TLI->isOperationLegalOrCustom(IsSigned ? ISD::SDIVREM : ISD::UDIVREM, in hasDivRemOp()
|
| H A D | MipsSEISelLowering.cpp | 230 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 D | MipsISelLowering.cpp | 525 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 D | ISDOpcodes.h | 276 UDIVREM, enumerator
|
| H A D | SelectionDAG.h | 2578 case ISD::UDIVREM:
|
| H A D | BasicTTIImpl.h | 1065 if (TLI->isOperationLegalOrCustom(IsSigned ? ISD::SDIVREM : ISD::UDIVREM,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 160 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 D | SystemZISelLowering.h | 96 UDIVREM, enumerator
|
| H A D | SystemZOperators.td | 305 def z_udivrem : SDNode<"SystemZISD::UDIVREM", SDT_ZGR128Binary>;
|
| H A D | SystemZISelLowering.cpp | 195 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 D | MSP430ISelLowering.cpp | 132 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 D | SelectionDAGDumper.cpp | 291 case ISD::UDIVREM: return "udivrem"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 5286 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 D | LegalizeVectorOps.cpp | 364 case ISD::UDIVREM: in LegalizeOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 109 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 480 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 D | R600ISelLowering.cpp | 617 case ISD::UDIVREM: { in ReplaceNodeResults()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 60 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in CSKYTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 107 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in LanaiTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 164 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in XtensaTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1667 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 D | HexagonISelLowering.cpp | 1669 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 D | ARMISelLowering.cpp | 222 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 D | ARMTargetTransformInfo.cpp | 2231 case ISD::UDIVREM: in maybeLoweredToCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 167 setOperationAction(ISD::UDIVREM, IntVT, Expand); in initSPUActions()
|