/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 189 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 97 setOperationAction(ISD::UREM , MVT::i64, Custom); in AlphaTargetLowering() 672 case ISD::UREM: in LowerOperation() 677 SDValue Tmp1 = Op.getNode()->getOpcode() == ISD::UREM ? in LowerOperation() 693 case ISD::UREM: opstr = "__remqu"; break; in LowerOperation()
|
/external/llvm/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 88 setOperationAction(ISD::UREM, MVT::i16, Expand); in BlackfinTargetLowering() 89 setOperationAction(ISD::UREM, MVT::i32, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 142 case ISD::UREM: in LegalizeOp()
|
D | SelectionDAGBuilder.h | 466 void visitURem(const User &I) { visitBinary(I, ISD::UREM); } in visitURem()
|
D | LegalizeVectorTypes.cpp | 111 case ISD::UREM: in ScalarizeVectorResult() 490 case ISD::UREM: in SplitVectorResult() 1246 case ISD::UREM: in WidenVectorResult()
|
D | SelectionDAG.cpp | 2016 case ISD::UREM: { in ComputeMaskedBits() 2629 case ISD::UREM: in FoldConstantArithmetic() 2701 case ISD::UREM: in getNode() 3001 case ISD::UREM: in getNode() 3029 case ISD::UREM: in getNode() 5874 case ISD::UREM: return "urem"; in getOperationName()
|
D | FastISel.cpp | 894 return SelectBinaryOp(I, ISD::UREM); in SelectOperator()
|
D | LegalizeIntegerTypes.cpp | 108 case ISD::UREM: Res = PromoteIntRes_UDIV(N); break; in PromoteIntegerResult() 1056 case ISD::UREM: ExpandIntRes_UREM(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | DAGCombiner.cpp | 1057 case ISD::UREM: return visitUREM(N); in visit() 1899 return DAG.getNode(ISD::UREM, N->getDebugLoc(), VT, N0, N1); in visitSREM() 1936 return DAG.FoldConstantArithmetic(ISD::UREM, VT, N0C, N1C); in visitUREM() 2198 SDValue Res = SimplifyNodeWithTwoResults(N, ISD::UDIV, ISD::UREM); in visitUDIVREM()
|
D | LegalizeDAG.cpp | 2322 OtherOpcode = isDIV ? ISD::UREM : ISD::UDIV; in UseDivRem() 3374 case ISD::UREM: in ExpandNode()
|
D | TargetLowering.cpp | 646 case ISD::UREM: in canOpTrap()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 102 setOperationAction(ISD::UREM, MVT::i32, Expand); in SystemZTargetLowering() 104 setOperationAction(ISD::UREM, MVT::i64, Expand); in SystemZTargetLowering()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 180 setOperationAction(ISD::UREM, MVT::i8, Expand); in SPUTargetLowering() 186 setOperationAction(ISD::UREM, MVT::i16, Expand); in SPUTargetLowering() 192 setOperationAction(ISD::UREM, MVT::i32, Expand); in SPUTargetLowering() 198 setOperationAction(ISD::UREM, MVT::i64, Expand); in SPUTargetLowering() 204 setOperationAction(ISD::UREM, MVT::i128, Expand); in SPUTargetLowering() 421 setOperationAction(ISD::UREM, VT, Expand); in SPUTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 154 setOperationAction(ISD::UREM, MVT::i8, Expand); in MSP430TargetLowering() 160 setOperationAction(ISD::UREM, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 100 setOperationAction(ISD::UREM, MVT::i32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 715 setOperationAction(ISD::UREM, MVT::i32, Expand); in SparcTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 314 def urem : SDNode<"ISD::UREM" , SDTIntBinOp>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 109 setOperationAction(ISD::UREM, MVT::i32, Expand); in PPCTargetLowering() 111 setOperationAction(ISD::UREM, MVT::i64, Expand); in PPCTargetLowering() 321 setOperationAction(ISD::UREM, VT, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 118 setOperationAction(ISD::UREM, MVT::i32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 154 setOperationAction(ISD::UREM, VT.getSimpleVT(), Expand); in addTypeForNEON() 572 setOperationAction(ISD::UREM, MVT::i32, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 396 setOperationAction(ISD::UREM, VT, Expand); in X86TargetLowering() 714 setOperationAction(ISD::UREM, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
|