Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h249 UDIVREM, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp155 setOperationAction(ISD::UDIVREM, MVT::i8, Custom); in AVRTargetLowering()
156 setOperationAction(ISD::UDIVREM, MVT::i16, Custom); in AVRTargetLowering()
157 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in AVRTargetLowering()
420 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
809 case ISD::UDIVREM: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h95 UDIVREM, enumerator
H A DSystemZOperators.td281 def z_udivrem : SDNode<"SystemZISD::UDIVREM", SDT_ZGR128Binary>;
H A DSystemZISelLowering.cpp175 setOperationAction(ISD::UDIVREM, VT, Custom); in SystemZTargetLowering()
3602 lowerGR128Binary(DAG, DL, VT, SystemZISD::UDIVREM, in lowerUDIVREM()
5411 case ISD::UDIVREM: in LowerOperation()
5600 OPCODE(UDIVREM); in getTargetNodeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp199 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in MipsSETargetLowering()
206 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in MipsSETargetLowering()
239 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
286 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
460 case ISD::UDIVREM: return lowerMulDiv(Op, MipsISD::DivRemU, true, true, in LowerOperation()
H A DMipsISelLowering.cpp498 setTargetDAGCombine(ISD::UDIVREM); in MipsTargetLowering()
1161 case ISD::UDIVREM: in PerformDAGCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp133 setOperationAction(ISD::UDIVREM, MVT::i8, Promote); in MSP430TargetLowering()
139 setOperationAction(ISD::UDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp241 case ISD::UDIVREM: return "udivrem"; in getOperationName()
H A DLegalizeVectorOps.cpp373 case ISD::UDIVREM: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp4054 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UDIV()
4055 SDValue Res = DAG.getNode(ISD::UDIVREM, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_UDIV()
4081 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UREM()
4082 SDValue Res = DAG.getNode(ISD::UDIVREM, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_UREM()
H A DLegalizeDAG.cpp3260 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; in ExpandNode()
4326 case ISD::UDIVREM: in ConvertNodeToLibcall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp104 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp367 setOperationAction(ISD::UDIVREM, VT, Custom); in AMDGPUTargetLowering()
443 setOperationAction(ISD::UDIVREM, VT, Expand); in AMDGPUTargetLowering()
1242 case ISD::UDIVREM: return LowerUDIVREM(Op, DAG); in LowerOperation()
1792 SDValue Res = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(HalfVT, HalfVT), in LowerUDIVREM64()
2081 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM()
H A DR600ISelLowering.cpp664 case ISD::UDIVREM: { in ReplaceNodeResults()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp109 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in LanaiTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1585 ISD::SDIVREM, ISD::UDIVREM, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering()
1631 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::SADDO, in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1501 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in SparcTargetLowering()
1508 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in SparcTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1811 case ISD::UDIVREM: in maybeLoweredToCall()
H A DARMISelLowering.cpp215 setOperationAction(ISD::UDIVREM, VT, Expand); in addTypeForNEON()
290 setOperationAction(ISD::UDIVREM, VT, Expand); in addMVEVectorTypes()
1248 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in ARMTargetLowering()
1250 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in ARMTargetLowering()
1253 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in ARMTargetLowering()
9939 case ISD::UDIVREM: return LowerDivRem(Op, DAG); in LowerOperation()
10010 case ISD::UDIVREM: in ReplaceNodeResults()
18676 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemLibcall()
18694 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemArgList()
18721 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp129 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS, in WebAssemblyTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp163 setOperationAction(ISD::UDIVREM, IntVT, Expand); in initSPUActions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp85 {ISD::SDIV, ISD::UDIV, ISD::SREM, ISD::UREM, ISD::UDIVREM, ISD::SDIVREM, in M68kTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td379 def udivrem : SDNode<"ISD::UDIVREM" , SDTIntBinHiLoOp>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp325 setOperationAction(ISD::UDIVREM, VT, Expand); in AArch64TargetLowering()
537 setOperationAction(ISD::UDIVREM, VT, Expand); in AArch64TargetLowering()
541 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in AArch64TargetLowering()
542 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in AArch64TargetLowering()

12