| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsTargetTransformInfo.cpp | 15 return TLI->isOperationLegalOrCustom(IsSigned ? ISD::SDIVREM : ISD::UDIVREM, in hasDivRemOp()
|
| D | MipsSEISelLowering.cpp | 191 setOperationAction(ISD::SDIVREM, MVT::i64, Custom); in MipsSETargetLowering() 198 setOperationAction(ISD::SDIVREM, MVT::i32, Custom); in MipsSETargetLowering() 231 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 278 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in MipsSETargetLowering() 452 case ISD::SDIVREM: return lowerMulDiv(Op, MipsISD::DivRem, true, true, DAG); in LowerOperation()
|
| D | MipsISelLowering.cpp | 483 setTargetDAGCombine({ISD::SDIVREM, ISD::UDIVREM, ISD::SELECT, ISD::AND, in MipsTargetLowering() 556 unsigned Opc = N->getOpcode() == ISD::SDIVREM ? MipsISD::DivRem16 : in performDivRemCombine() 1152 case ISD::SDIVREM: in PerformDAGCombine()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 255 SDIVREM, enumerator
|
| D | BasicTTIImpl.h | 890 if (TLI->isOperationLegalOrCustom(IsSigned ? ISD::SDIVREM : ISD::UDIVREM,
|
| D | SelectionDAG.h | 2306 case ISD::SDIVREM:
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRISelLowering.cpp | 164 setOperationAction(ISD::SDIVREM, MVT::i8, Custom); in AVRTargetLowering() 165 setOperationAction(ISD::SDIVREM, MVT::i16, Custom); in AVRTargetLowering() 166 setOperationAction(ISD::SDIVREM, MVT::i32, Custom); in AVRTargetLowering() 531 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem() 533 bool IsSigned = (Opcode == ISD::SDIVREM); in LowerDivRem() 966 case ISD::SDIVREM: in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 95 SDIVREM, enumerator
|
| D | SystemZOperators.td | 273 def z_sdivrem : SDNode<"SystemZISD::SDIVREM", SDT_ZGR128Binary>;
|
| D | SystemZISelLowering.cpp | 177 setOperationAction(ISD::SDIVREM, VT, Custom); in SystemZTargetLowering() 3876 lowerGR128Binary(DAG, DL, VT, SystemZISD::SDIVREM, Op0, Op1, Ops[1], Ops[0]); in lowerSDIVREM() 5733 case ISD::SDIVREM: in LowerOperation() 5932 OPCODE(SDIVREM); in getTargetNodeName()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 136 setOperationAction(ISD::SDIVREM, MVT::i8, Promote); in MSP430TargetLowering() 142 setOperationAction(ISD::SDIVREM, MVT::i16, Expand); in MSP430TargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 250 case ISD::SDIVREM: return "sdivrem"; in getOperationName()
|
| D | LegalizeVectorOps.cpp | 325 case ISD::SDIVREM: in LegalizeOp()
|
| D | LegalizeIntegerTypes.cpp | 4121 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SDIV() 4122 SDValue Res = DAG.getNode(ISD::SDIVREM, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_SDIV() 4434 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SREM() 4435 SDValue Res = DAG.getNode(ISD::SDIVREM, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_SREM()
|
| D | LegalizeDAG.cpp | 2156 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() 3333 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; in ExpandNode() 4434 case ISD::SDIVREM: in ConvertNodeToLibcall()
|
| D | TargetLowering.cpp | 7292 if (Opcode == ISD::SREM || Opcode == ISD::SDIV || Opcode == ISD::SDIVREM) in expandDIVREMByConstant() 9856 isOperationLegalOrCustom(ISD::SDIVREM, VT)) { in expandFixedPointDiv() 9857 Quot = DAG.getNode(ISD::SDIVREM, dl, in expandFixedPointDiv() 10183 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; in expandREM()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| D | BPFISelLowering.cpp | 103 setOperationAction(ISD::SDIVREM, VT, Expand); in BPFTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 387 setOperationAction({ISD::SDIVREM, ISD::UDIVREM}, VT, Custom); in AMDGPUTargetLowering() 433 ISD::UMUL_LOHI, ISD::SDIVREM, ISD::UDIVREM, in AMDGPUTargetLowering() 1251 case ISD::SDIVREM: return LowerSDIVREM(Op, DAG); in LowerOperation() 2095 SDValue DIVREM = DAG.getNode(ISD::SDIVREM, DL, DAG.getVTList(HalfVT, HalfVT), in LowerSDIVREM()
|
| D | R600ISelLowering.cpp | 608 case ISD::SDIVREM: { in ReplaceNodeResults()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.cpp | 108 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in LanaiTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 205 setOperationAction(ISD::SDIVREM, VT, Expand); in addTypeForNEON() 288 setOperationAction(ISD::SDIVREM, VT, Expand); in addMVEVectorTypes() 1275 setOperationAction(ISD::SDIVREM, MVT::i32, Custom); in ARMTargetLowering() 1277 setOperationAction(ISD::SDIVREM, MVT::i64, Custom); in ARMTargetLowering() 1280 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in ARMTargetLowering() 10512 case ISD::SDIVREM: in LowerOperation() 10585 case ISD::SDIVREM: in ReplaceNodeResults() 20446 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemLibcall() 20449 bool isSigned = N->getOpcode() == ISD::SDIVREM || in getDivRemLibcall() 20464 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemArgList() [all …]
|
| D | ARMTargetTransformInfo.cpp | 1969 case ISD::SDIVREM: in maybeLoweredToCall()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 1581 ISD::SDIVREM, ISD::UDIVREM, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering() 1627 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::SADDO, in HexagonTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1634 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in SparcTargetLowering() 1641 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in SparcTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 144 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS, in WebAssemblyTargetLowering()
|